Retour à Preview
Connecter Knoon AI avec Preview (System) pour automatiser les flux de travail AI.
Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| attachment | attachment | PDF attachment URL in knoon-fs:// format. | Oui |
| 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. | Oui |
| password | string | PDF password if the source PDF is password protected. | Non |
| flatten | boolean | Flatten the form after filling. Defaults to false. | Non |
| fileName | string | Optional output filename. Defaults to the original filename with -filled.pdf. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| status | string | DONE. |
| attachment | string | Filled PDF attachment URL. |
| filledFields[] | string | PDF field name. |