Paste your HTML, preview it live, and download a pixel-perfect PDF in seconds — powered by the same robust rendering engine behind our API.
curl -X POST https://pdfgen.com/api/v1/generate \-H "Authorization: Bearer YOUR_API_KEY" \-H "Content-Type: application/json" \-d '{"html": "<h1>Hello world</h1>","format": "A4","export_type": "file"}' --output document.pdf