Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 563 Bytes

File metadata and controls

26 lines (14 loc) · 563 Bytes

FormFillUrl

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]

Enum: OutputEnum

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