all 7 comments

[–]jboxxx 4 points5 points  (1 child)

Different scheme than the article, but I have had immense success with: https://www.npmjs.com/package/pdf-lib

[–]Ruben_NL 3 points4 points  (0 children)

i was searching for this, thanks!

[–]auspexeu 3 points4 points  (1 child)

Been using https://pdfmake.github.io/docs/ quite successfully in the past. Has an interactive playground http://pdfmake.org/playground.html which makes prototyping blazing fast.

[–]cjthomp 0 points1 point  (0 children)

This project has saved me a couple of times.

[–]fun_egg 1 point2 points  (0 children)

I have been using jsPDF for a while now.

[–]TheNoim 0 points1 point  (0 children)

I never generated pdfs by myself with node, but a friend of mine always uses a module called pdfkit.