| Name | Type | Description | Notes |
|---|
| file_base64 | str | PDF document in base64 encoded string format | |
| name | str | Name for the PDF file | [optional] |
| output | str | Returned document output format | [optional] [default to 'base64'] |
frompdf_generator_api_client.models.optimize_base64importOptimizeBase64# TODO update the JSON string belowjson="{}"# create an instance of OptimizeBase64 from a JSON stringoptimize_base64_instance=OptimizeBase64.from_json(json)
# print the JSON string representation of the objectprint(OptimizeBase64.to_json())
# convert the object into a dictoptimize_base64_dict=optimize_base64_instance.to_dict()
# create an instance of OptimizeBase64 from a dictoptimize_base64_from_dict=OptimizeBase64.from_dict(optimize_base64_dict)[Back to Model list][Back to API list][Back to README]