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.
- With jsPDF-AutoTable - Table plugin for jsPDF I am able to easily add tables to the pdf.
- With chart.js-image I can create a chart image to put into my pdf.
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.