Skip to main content

3 posts tagged with "Invoice PDF"

View All Tags

How to Convert HTML to PDF Using an API

· 14 min read
Milena Szymanowska
Milena Szymanowska
PDFBolt Co-Founder

HTML to PDF API Conversion Process showing API-based PDF generation

In this article, we explore API-based PDF generation as a superior alternative to traditional tools like wkhtmltopdf and headless browsers like Playwright and Puppeteer. By leveraging HTML to PDF API solutions, you can streamline your development workflow by eliminating setup complexity and dependency management. Throughout this tutorial, you'll discover the key advantages of API-based conversion over headless browser alternatives and follow a complete Node.js implementation for creating professional invoice PDFs with minimal code. Our practical examples will help you integrate efficient PDF generation into your applications right away.

Generate PDFs in Node.js Using Puppeteer

· 9 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Illustration of generating PDF files in Node.js using Puppeteer

Generating invoice PDFs is a common requirement for web applications — whether for e-commerce, SaaS billing, or financial reporting. Puppeteer, a powerful headless browser automation tool for Node.js, makes it easy to convert HTML into high-quality PDFs. In this guide, we’ll walk you through setting up Puppeteer, designing an invoice with HTML and CSS, and generating a professional PDF.

How to Generate PDFs in 2025

· 13 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Illustration showcasing HTML to PDF conversion in 2025

Generating PDFs has become a crucial feature for many modern web applications, from creating invoices to producing complex data-driven reports. Over the years, various HTML to PDF tools have emerged, each with its own approach and capabilities. In this post, we’ll take a brief look at the evolution of PDF generation solutions — from wkhtmltopdf and PrinceXML (via DocRaptor) to Puppeteer and Playwright — and then walk through a short tutorial on using Playwright (Node.js) to generate a sample PDF in 2025.