Skip to content

Latest commit

History

History
24 lines (11 loc) · 498 Bytes

File metadata and controls

24 lines (11 loc) · 498 Bytes

PDFGeneratorAPI.OptimizeBase64

Properties

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

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")