How to generate custom PDF file from HTML using Puppeteer?
In this video, I am going to show you how you can generate custom PDF file from HTML using Puppeteer. We will be using page.pdf() method and pass options to generate the custom PDF file We will also pass option to set top and bottom margin include custom header and footer. Final output of PDF will be of a4…