Preview に戻る
Preview (System) と Knoon AI を接続して AI ワークフローを自動化します。
Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| attachment | attachment | PDF attachment URL in knoon-fs:// format. | はい |
| 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. | はい |
| password | string | PDF password if the source PDF is password protected. | いいえ |
| flatten | boolean | Flatten the form after filling. Defaults to false. | いいえ |
| fileName | string | Optional output filename. Defaults to the original filename with -filled.pdf. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| status | string | DONE. |
| attachment | string | Filled PDF attachment URL. |
| filledFields[] | string | PDF field name. |