How to Create PDF from HTML with Puppeteer and Node.js

Have you ever needed to generate a PDF from HTML? Perhaps you had a web form that needed to be printable, or you wanted to export some data from your web app in PDF format. In any case, there’s a tool that can help you with that, and it’s called Puppeteer. Puppeteer is a Node.js […]