ย้อนกลับไปยัง 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. |