Skip to content

Latest commit

History

History
24 lines (12 loc) · 825 Bytes

File metadata and controls

24 lines (12 loc) · 825 Bytes

PDFGeneratorAPI.StoreDocumentRequest

Properties

NameTypeDescriptionNotes
file_base64StringBase64 encoded PDF file. Required if file_url is not provided.[optional]
file_urlStringPublic HTTPS URL to a PDF file. Required if file_base64 is not provided.[optional]
prefillPrefillParam[optional]
nameStringGenerated document name (optional)[optional] [default to '']
outputStringResponse 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")