Build a PDF micro service with NodeJs and Puppeteer
In the world of web development, generating PDF files programmatically can be very useful for reports, invoices, and other document types. In this tutorial, i walk you through three methods to convert HTML into PDF with Node.js and Puppeteer.
What Is...
briankip.hashnode.dev11 min read
Daniel Migizi
Full Stack Visual Developer
Great article, Brian. I'm thinking about using Puppeteer for a project.