writepdfform

n8n node to write PDF form data

Package Information

Released: 12/3/2022
Downloads: 1 weekly / 9 monthly
Latest Version: 0.3.0
Author: nzidol

Documentation

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].

Use n8n-nodes-ReadPDFForm to find field names and types.
PDF Forms can be easily developed with LibreOffice Writer (or your own preferred tool).

License

MIT

Discussion