Voltar para Preview
Conectar Knoon AI com Preview (System) para automatizar fluxos de trabalho de AI.
Fill PDF form fields from a map and return a filled PDF attachment.
systemPreviewFillPdfFormAttachment
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| attachment | attachment | PDF attachment URL in knoon-fs:// format. | Sim |
| 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. | Sim |
| password | string | PDF password if the source PDF is password protected. | Não |
| flatten | boolean | Flatten the form after filling. Defaults to false. | Não |
| fileName | string | Optional output filename. Defaults to the original filename with -filled.pdf. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| status | string | DONE. |
| attachment | string | Filled PDF attachment URL. |
| filledFields[] | string | PDF field name. |