Zurück zu Preview
Verbinde Knoon AI mit Preview (System), um KI-Workflows zu automatisieren.
Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| attachment | attachment | PDF attachment URL in knoon-fs:// format. | Ja |
| fields | mustache | 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 |
| password | string | PDF password if the source PDF is password protected. | Nein |
| flatten | boolean | Flatten the form after filling. Defaults to false. | Nein |
| fileName | string | Optional output filename. Defaults to the original filename with -filled.pdf. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | DONE. |
| attachment | string | Filled PDF attachment URL. |
| filledFields[] | string | PDF field name. |