Generate invoice PDFs without a headless browser

Puppeteer and headless Chromium are heavy, slow to cold-start, and awkward on serverless. For structured documents like invoices you don't need a browser at all — InvoicePDF renders straight from JSON.

Try it now — free, no signup:

Open the live playground →   see a sample PDF

Why avoid the browser?

A headless browser ships ~300MB of Chromium, needs system libraries, and adds seconds of cold-start on serverless. For a document with a known layout that's pure overhead. A structured renderer is smaller, faster, and free to host.

Same result, one call

POST your invoice JSON, get application/pdf back. No browser pool, no --no-sandbox flags, no memory tuning. Try it at the live playground.