返回 Preview

將 Knoon AI 與 Preview (System) 連接以自動化 AI 工作流程。

Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
attachmentattachment PDF attachment URL in knoon-fs:// format.是的
fieldsmustache 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.是的
passwordstring PDF password if the source PDF is password protected.
flattenboolean Flatten the form after filling. Defaults to false.
fileNamestring Optional output filename. Defaults to the original filename with -filled.pdf.
退貨
名稱類型說明
statusstring DONE.
attachmentstring Filled PDF attachment URL.
filledFields[]string PDF field name.