Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 758 Bytes

File metadata and controls

23 lines (11 loc) · 758 Bytes

PDFGeneratorAPI.StoreDocumentRequest

Properties

Name Type Description Notes
file_base64 String Base64 encoded PDF file. Required if file_url is not provided. [optional]
file_url String Public HTTPS URL to a PDF file. Required if file_base64 is not provided. [optional]
name String Generated document name (optional) [optional] [default to '']
output String Response format. `url` returns a public URL to the stored document; `viewer` returns a public URL to the PDF viewer. [optional] [default to 'url']

Enum: OutputEnum

  • url (value: "url")

  • viewer (value: "viewer")