Quaterio

A document editor
and PDF API in one

Design pixel perfect PDFs in a visual editor, or generate them at scale via our REST API. Build reusable page layouts, pull content from your CMS and export with a single click. Think InDesign, but in your browser.

No credit card required

What's in the box

Everything from rich text editing to PDF generation, baked into one tool instead of five.

Visual Page Editor

Add in text, images, tables and HTML blocks. Content flows across pages automatically with no manual page breaks needed.

Templates

Turn any document into a reusable template. Add variable placeholders for invoices, reports or contracts, then fill them via the GUI or API from any data source.

PDF Export & Print-Ready

What you see is what you get. Export clean PDFs or go print-ready with CMYK colors, outlined fonts and trim marks.

Multilanguage

Set a language per document. Manage content in English, Swedish, French, German and five more. All in one place.

REST API

Generate PDFs from templates, HTML or Markdown. Get clean download URLs with human readable filenames.

Webhooks

Know when things happen. Document created? PDF exported? Quaterio pings your URL with a signed payload you can trust. Zapier and n8n integrations coming soon.

See it in action

From visual editing to automated PDF generation, here's what Quaterio looks like day to day.

Visual Page Editor

A block-based editor that flows content across pages automatically. Add text, images, tables and HTML. Drag to reorder. See your paginated output update in real time.

Three steps. That's it.

Sign up, design your document, hit export. You'll have a PDF before your coffee gets cold (depending on the size of the cup).

Step 01

Build your layout

Pick a page size, drop in your content blocks and style everything visually. It works like you'd expect.

Step 02

Export a clean PDF

One click and you get a PDF that looks exactly like what's on screen. Reuse the same document next time.

Step 03

Or automate it

Want to generate documents from code? The API handles creation, PDF generation and webhook notifications.

Pages that break
where they should

Most editors treat your document as one long scroll. Quaterio actually knows where the page ends and the next one starts. A4, Letter, Legal or any custom size. Headers, footers and margins all come along for the ride.

  • Word like editor for writing custom content
  • Drop in images, tables and raw HTML blocks
  • Add headers, footers and your logo
  • A4, Letter, Legal, A3, A5 or any custom size
  • Variables, QR codes and form fields for dynamic content
For developers

PDFs from code,
without the headaches

Skip the Puppeteer setup and headless browser hacks. Full REST API for documents and PDF generation. Get clean download URLs with human readable filenames.

  • Generate PDFs from your documents, HTML or Markdown
  • Template variables for invoices, reports, contracts
  • Clean download URLs with human readable filenames
  • Manage documents and webhooks via API
  • Signed webhooks for every document event
terminal
# Generate PDF from a template with variables
$ curl -X POST /api/v1/generate/template \
-H "Authorization: Bearer q_..." \
-d '{"templateId": "...", "format": "pdf",
"variables": {"company": "Acme Inc"}}'
# → Clean, readable download URL
"downloadUrl": ".../q4-report_en_a7f3b2c1.pdf"
# Or generate from raw HTML or Markdown
$ curl -X POST /api/v1/generate/html \
-d '{"html": "<h1>Hello</h1>...", "format": "pdf"}'
# List all your documents
$ curl /api/v1/documents \
-H "Authorization: Bearer q_..."
E-invoicing

Invoicing into France or Germany?

From 1 September 2026 every business in France must be able to receive an electronic invoice, with no size threshold and no transition period. Germany crossed the same line on 1 January 2025.

We built the free Factur-X validator, wrote a plain language explanation for all 223 EN 16931 rules, and generate compliant invoices through the API. The validator checks the European rules in your browser, so the invoice is never uploaded.

Keep your content
where it lives

Already have content in WordPress, Shopify or Notion? Don't move it. Quaterio connects to 14 platforms and pulls content straight into your layouts. Refresh a block to get the latest from your source.

Works with any platform that has a REST API

Give it a spin

The free plan is genuinely useful. No credit card, no time limit. Just sign up and start building.