Category
HTML to PDF

How to Generate PDFs in a Ruby on Rails App
Wicked PDF and Prawn are getting old. Here is how to generate PDFs in a Rails app with a simple API call — no wkhtmltopdf binary, no layout DSL to learn.
Kevin · June 20, 2026

How to Generate PDFs in PHP (Laravel, Symfony)
DomPDF and TCPDF are painful to maintain. Here is how to generate production-quality PDFs in Laravel and Symfony with a single API call — no binary dependencies.
Kevin · June 18, 2026

How to Generate PDFs from a Python App
Replace WeasyPrint, ReportLab, and wkhtmltopdf with a single requests.post() call. PDF generation examples for Django, Flask, and FastAPI.
Kevin · June 17, 2026

How to Handle Multi-Page PDFs with Dynamic Content
Master CSS page breaks, repeating headers, and Handlebars loops to generate clean multi-page PDFs from dynamic data.
Kevin · June 15, 2026

PDF Generation in a Serverless Environment (Vercel, AWS Lambda)
Why Puppeteer and Chromium fail in serverless environments and how to generate PDFs with a simple API call from Vercel and AWS Lambda.
Kevin · June 12, 2026

How to Generate a PDF from a React App
Stop fighting with jsPDF and html2canvas. Learn how to generate PDFs from a React app by calling a backend API instead of fragile client-side rendering.
Kevin · June 10, 2026