Back to Nodes

Write PDF Form data

Last updated Dec 2, 2022

n8n node to write PDF form data

2 Weekly Downloads
8 Monthly Downloads

Included Nodes

Write PDF Form data

Description

n8n-nodes-WritePDFForm

Writes json data into input fields in a PDF Form. Input data should be structured as:

[
{ name: 'FieldName', type: 'text', value: 'Info to display' },
{ name: '…', type: 'text', value: '…'},
….
]

Type can be one of [text, dropdown, radiogroup, checkbox].

PDF Forms can be easily developed with LibreOffice Writer (or your own preferred tool).

There is also a corresponding readPdfForm node that can be to find field names and types of a form.

License

MIT