20.08 node js for more info on node itself.

Node.js

These are the 3 libraries that I think are the best.

pdfkit

npm install pdfkit

This will give you a pdf like this. I think this one is made to be simple, which might cause problems with advanced pdf’s.

jsPDF

npm install jspdf --save

This can design a pdf with <html> elements? This is a demo. But apparently you need a plugin for html. It does look super advanced with the documentation.

It is quite easy to use.

Testing

Dit 01.01.0001 testing pfd generation.pdf mooie pdf’je.

PDF-LIB

npm install --save pdf-lib

here is yet another one. I don’t know it it works with html. And I think using html will make some things easier, so depending on what we need, this might be useful.