Skip to content

Latest commit

History

History
31 lines (22 loc) · 1 KB

File metadata and controls

31 lines (22 loc) · 1 KB

OptimizeUrl

Properties

NameTypeDescriptionNotes
file_urlstrPublic URL to a PDF document
namestrName for the PDF file[optional]
outputstrReturned document output format[optional] [default to 'base64']

Example

frompdf_generator_api_client.models.optimize_urlimportOptimizeUrl# TODO update the JSON string belowjson="{}"# create an instance of OptimizeUrl from a JSON stringoptimize_url_instance=OptimizeUrl.from_json(json)
# print the JSON string representation of the objectprint(OptimizeUrl.to_json())
# convert the object into a dictoptimize_url_dict=optimize_url_instance.to_dict()
# create an instance of OptimizeUrl from a dictoptimize_url_from_dict=OptimizeUrl.from_dict(optimize_url_dict)

[Back to Model list][Back to API list][Back to README]