← All features
Multi-page PDF
Multi-page templates, stitched into one PDF.
Add multiple pages to a template in the editor, then render it through /api/v1/pdf. Pages are stitched into a single multi-page PDF document automatically.
Paid plans only — see plans

GET/POST /api/v1/pdf
POST /api/v1/pdf
{ "templateId": "tpl_multipage_123" }
→ application/pdf (binary, one PDF, multiple pages)Pages live in the same template
Pages are <g data-page> groups inside one template—no separate template per page.
One PDF out
pdf-lib stitches every page into a single downloadable PDF document.
Per-page params supported
The image endpoint can target a single page via the page param if you need one page rendered standalone.
