Tillbaka till Preview

Anslut Knoon AI med Preview (System) för att automatisera AI-flöden.

Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
NamnTypBeskrivningObligatoriskt
attachmentattachment PDF attachment.Ja
fieldsmustache JSON map of PDF form field names to values. Text fields use strings, checkboxes use booleans, radio/dropdown/list fields use option strings or arrays, and buttons use caption text. Signature fields require a signing tool.Ja
passwordmustache PDF password if the source PDF is password protected.Nej
flattenboolean Flatten the form after filling. Defaults to false.Nej
fileNamemustache Optional output filename. Defaults to the original filename with -filled.pdf.Nej
Returer
NamnTypBeskrivning
statusstring DONE.
attachmentstring Filled PDF attachment URL.
filledFields[]string PDF field name.