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. Save it as a template for 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
  • Version history that shows what changed, block by block
For developers

PDFs from code,
without the headaches

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

  • Generate PDFs from templates, HTML or Markdown
  • Template variables for invoices, reports, contracts
  • Clean download URLs with human readable filenames
  • Manage documents, templates 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_..."
WordPress
Contentful
Strapi
Sanity
Ghost
Notion
Airtable
Directus
Storyblok
Prismic
Shopify
HubSpot
Google Sheets
Custom API

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

Connects to 14 platforms and any REST API

WWordPress
CContentful
SStrapi
SSanity
GGhost
NNotion
AAirtable
DDirectus
SStoryblok
PPrismic
SShopify
HHubSpot
GSheets

Give it a spin

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