Skip to content

Latest commit

History

History
26 lines (14 loc) · 585 Bytes

File metadata and controls

26 lines (14 loc) · 585 Bytes

FormFillBase64

Properties

NameTypeDescriptionNotes
fileBase64StringPDF document in base64 encoded string format
dataObjectForm field data to fill in the PDF
outputOutputEnumReturned document output format[optional]
nameStringName for the PDF file[optional]

Enum: OutputEnum

NameValue
FILE"file"
BASE64"base64"
URL"url"