Skip to content

Latest commit

History

History
25 lines (12 loc) · 567 Bytes

File metadata and controls

25 lines (12 loc) · 567 Bytes

PDFGeneratorAPI.OptimizeDocumentRequest

Properties

NameTypeDescriptionNotes
file_urlStringPublic URL to a PDF document
nameStringName for the PDF file[optional]
outputStringReturned document output format[optional] [default to 'base64']
file_base64StringPDF document in base64 encoded string format

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")