You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set to true the generation is not counted as merge (monthly usage), but a large PREVIEW stamp is added.
[optional] [default to False]
Example
frompdf_generator_api_client.models.generate_document_batch_requestimportGenerateDocumentBatchRequest# TODO update the JSON string belowjson="{}"# create an instance of GenerateDocumentBatchRequest from a JSON stringgenerate_document_batch_request_instance=GenerateDocumentBatchRequest.from_json(json)
# print the JSON string representation of the objectprint(GenerateDocumentBatchRequest.to_json())
# convert the object into a dictgenerate_document_batch_request_dict=generate_document_batch_request_instance.to_dict()
# create an instance of GenerateDocumentBatchRequest from a dictgenerate_document_batch_request_from_dict=GenerateDocumentBatchRequest.from_dict(generate_document_batch_request_dict)