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