Turn HTML into PDF with Node.js
As the title says, today’s post is about how to generate a PDF file based on HTML content, all in Node.js. To generate PDF files for reports or downloadable content is very common in a certain type of applications where those documents play the role of reports or receipts for a transaction. Unfortunately, while some documents are basically plain text, others require a more complex structure to display all that data. If that’s the case, you can get help with…