By stack
Generate PDFs in your stack
No headless Chrome to bundle, sandbox or keep warm. Call one endpoint from your framework and stream the file back — here's the code for each.
Generate PDFs from a Next.js app without bundling headless Chrome. Call the API from a route handler or server action and stream the file back. Works on Vercel.
You can't run headless Chrome on Vercel's serverless or edge runtime. Generate PDFs with one API call instead — from a route handler, streamed back to the user.
Generate PDFs from HTML or a URL in Python with a single API call. Use the standard-library-only client — no WeasyPrint, wkhtmltopdf, or system dependencies.
Generate PDFs from HTML or a URL in Node.js with a typed SDK or plain fetch. No Puppeteer to install, sandbox, or keep alive — one API call returns the file.