CGChris Gordoninchris256.hashnode.dev·Sep 4, 2023 · 4 min readGenerate invoice PDF file using HTML templateToday, I'll walk you through the process of generating an invoice PDF file for your backend app or custom script which could be run from the command line. Let's get started! 🎉 Introduction Node.js programming language will be used for simplicity. ...00
CGChris Gordoninchris256.hashnode.dev·Aug 5, 2023 · 4 min readHow to convert HTML to PDF with PuppeteerWhether you're looking to generate invoices, create reports, or preserve web content for offline use, Puppeteer is a powerful tool that can automate the process seamlessly. In this guide, we will explore how to convert HTML to PDF using Puppeteer, an...00