Blog

Generate invoice PDF file using HTML template

28 August, 2023 4 min read

Today, 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.

How to convert HTML to PDF with Puppeteer

01 July, 2023 3 min read

Whether 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.