Generate PDFs in any language
POST your HTML and data to one API and get a PDF back — no Puppeteer, wkhtmltopdf or headless Chrome to run and scale. Pick your stack for a copy-paste example.
Node.js
Render PDFs from a Node.js app with a single fetch call — no headless browser to run or scale.
View guide JavaScriptNext.js
Render PDFs from a Next.js Route Handler or API route and stream them straight to the browser.
View guide JavaScriptReact
Trigger a PDF download from a React component via your own backend — without exposing your API key.
View guide PythonPython
Render PDFs from any Python script or service with requests — no native PDF libraries to install.
View guide PythonDjango
Return a downloadable PDF straight from a Django view with a single requests call.
View guide RubyRuby on Rails
Generate and send a PDF from a Rails controller with the standard library — no Wicked PDF.
View guide PHPLaravel
Generate a PDF from a Laravel controller using the built-in HTTP client — no DomPDF or Snappy.
View guide PHPPHP
Render a PDF from any PHP script with cURL — no framework and no DomPDF/TCPDF.
View guide GoGo
Render a PDF from a Go program with the standard library — no cgo and no wkhtmltopdf.
View guide