How can i append to PDF file in Node-Red?

If you're trying to collect data over an unspecified period you should consider to put that data into a database first (sqlite for example) and add a "Generate PDF"-button" which selects the wanted data from the database and writes it to a PDF at once.

2 Likes