Skip to content

Latest commit

History

History
36 lines (27 loc) · 1.96 KB

File metadata and controls

36 lines (27 loc) · 1.96 KB

GenerateDocumentAsynchronousRequest

Properties

NameTypeDescriptionNotes
templateTemplateParam[optional]
callbackCallbackParam[optional]
formatFormatParam[optional] [default to FormatParam.PDF]
outputAsyncOutputParam[optional] [default to AsyncOutputParam.BASE64]
namestrGenerated document name (optional)[optional] [default to '']
testingboolWhen set to true the generation is not counted as merge (monthly usage), but a large PREVIEW stamp is added.[optional] [default to False]
make_accessibleboolEnables semantic document tagging. When enabled, a separate Make Accessible action is executed, which consumes additional credits.[optional] [default to False]
metadataMetadataParam[optional]

Example

frompdf_generator_api_client.models.generate_document_asynchronous_requestimportGenerateDocumentAsynchronousRequest# TODO update the JSON string belowjson="{}"# create an instance of GenerateDocumentAsynchronousRequest from a JSON stringgenerate_document_asynchronous_request_instance=GenerateDocumentAsynchronousRequest.from_json(json)
# print the JSON string representation of the objectprint(GenerateDocumentAsynchronousRequest.to_json())
# convert the object into a dictgenerate_document_asynchronous_request_dict=generate_document_asynchronous_request_instance.to_dict()
# create an instance of GenerateDocumentAsynchronousRequest from a dictgenerate_document_asynchronous_request_from_dict=GenerateDocumentAsynchronousRequest.from_dict(generate_document_asynchronous_request_dict)

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