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

Name Type Description Notes
file_base64 String PDF document in base64 encoded string format
name String Name for the PDF file [optional]
output String Returned document output format [optional] [default to 'base64']

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")