Adding header and footer to PDF

Hi Node-REDers,

I am trying to find a way to add header and footer information to an existing PDF document. Is there a contribution in Node-RED to achieve this?

Thanks in advance if someone can guide me in the right direction

Yes it is possible.

Here is a demo of one such node: Hide/Show elements in a pdf with node-red-contrib-pdfmake - #4 by Steve-Mcl

and here is the info necessary to add headers and footers: pdfmake

1 Like