Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 627 Bytes

File metadata and controls

26 lines (13 loc) · 627 Bytes

PDFGeneratorAPI.FillFormFieldsRequest

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]
file_base64 String PDF document in base64 encoded string format

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")