Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 538 Bytes

File metadata and controls

25 lines (12 loc) · 538 Bytes

PDFGeneratorAPI.FormFillUrl

Properties

Name Type Description Notes
file_url String Public URL to a PDF document
data Object Form field data to fill in the PDF
output String Returned document output format [optional] [default to 'base64']
name String Name for the PDF file [optional]

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")