Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 654 Bytes

File metadata and controls

27 lines (15 loc) · 654 Bytes

FillFormFieldsRequest

Properties

Name Type Description Notes
fileUrl String Public URL to a PDF document
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]
fileBase64 String PDF document in base64 encoded string format

Enum: OutputEnum

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