Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 560 Bytes

File metadata and controls

25 lines (12 loc) · 560 Bytes

PDFGeneratorAPI.FormFillBase64

Properties

Name Type Description Notes
file_base64 String PDF document in base64 encoded string format
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")