返回 Preview
將 Knoon AI 與 Preview (System) 連接以自動化 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. |