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

NameTypeDescriptionNotes
file_urlStringPublic URL to a PDF document
dataObjectForm field data to fill in the PDF
outputStringReturned document output format[optional] [default to 'base64']
nameStringName for the PDF file[optional]
file_base64StringPDF document in base64 encoded string format

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")