Preview öğesine geri dön
Knoon AI'yi Preview (System) ile bağlayarak AI iş akışlarını otomatikleştirin.
Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| attachment | attachment | PDF attachment URL in knoon-fs:// format. | Evet |
| 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. | Evet |
| password | string | PDF password if the source PDF is password protected. | Hayır |
| flatten | boolean | Flatten the form after filling. Defaults to false. | Hayır |
| fileName | string | Optional output filename. Defaults to the original filename with -filled.pdf. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| status | string | DONE. |
| attachment | string | Filled PDF attachment URL. |
| filledFields[] | string | PDF field name. |