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

Name Type Description Notes
fileBase64 String PDF document in base64 encoded string format
data Object Form field data to fill in the PDF
output OutputEnum Returned document output format [optional]
name String Name for the PDF file [optional]

Enum: OutputEnum

Name Value
FILE "file"
BASE64 "base64"
URL "url"