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.