Blog

Transform your WordPress page into the PDF file

11 March, 2024 3 min read

In this brief example, we will demonstrate how to convert a WordPress page into a PDF file while making customizations to display only the relevant part of the web page.

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.