Atrás a Preview

Conectar Knoon AI con Preview (System) para automatizar flujos de trabajo de AI.

Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
NombreTipoDescripciónRequerido
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.No
flattenboolean Flatten the form after filling. Defaults to false.No
fileNamestring Optional output filename. Defaults to the original filename with -filled.pdf.No
Devoluciones
NombreTipoDescripción
statusstring DONE.
attachmentstring Filled PDF attachment URL.
filledFields[]string PDF field name.