Paste your Markdown, preview it live, and download a clean, professional 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 '{"markdown": "# Hello world\n\nFrom **Markdown**.","format": "A4","export_type": "file"}' --output document.pdf