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