Report PDF generation

Build multi-page report templates with automatic page breaks, headers, footers and page numbers. Fill them manually or automate via API.

The problem

Multi-page reports are where most document tools fall apart. Canva doesn't handle flowing content across pages. Word breaks layouts. InDesign is overkill. And PDF APIs expect you to manage pagination yourself in HTML.

The solution

Quaterio's pagination engine automatically flows your content across pages. Add headers, footers, page numbers, your logo and any page size. Build the template visually, then export or generate reports via the API with variable data.

What you get

  • Automatic content pagination across pages
  • Headers and footers with logo placement (9-point grid)
  • Page numbers with configurable position
  • A4, Letter, Legal, A3, A5 or custom page sizes
  • Text, image, table and HTML content blocks
  • Variable placeholders for report title, date, author and data
  • Multi-column layouts
  • CMS integrations (pull content from WordPress, Notion, Airtable)
  • Print-ready export (CMYK, outlined fonts, trim marks)
  • Version history showing block-by-block changes

Generate via API

curl -X POST https://quaterio.com/api/v1/generate/template \ -H "Authorization: Bearer q_your_token" \ -d '{ "templateId": "tmpl_quarterly_report", "variables": { "title": "Q2 2026 Performance Report", "date": "2026-06-30", "author": "Finance Team", "summary": "<p>Revenue grew 24% QoQ...</p>", "data_table": "<table>...</table>" } }'

Available on Business plan and above.

Ready to try it?

Start for free. No credit card required.