返回 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. |