For developers

REST API

A single endpoint that takes HTML, a URL, or Markdown and returns a PDF. Integrate in minutes from any language or framework.

curl https://api.pdfbrew.coffee/v1/renders \ -H "Authorization: Bearer pdfbrew_live_..." \ -H "Content-Type: application/json" \ -d '{ "source": { "type": "html", "html": "<h1>Invoice #001</h1>" }, "options": { "format": "A4" } }'
No-code / automation
🔗

n8n Community Node

Install the official pdfbrew node in your self-hosted n8n instance. Wire PDF generation into any workflow — no code required.

1
In n8n go to Settings → Community Nodes → Install
2
Enter @pdfbrew/n8n-nodes-pdfbrew and click Install
3
Add your API key under Credentials → Pdfbrew API
4
Search for Pdfbrew in the node panel and drag it into your workflow

Which one should I use?

REST API n8n Node
Requires codingYesNo
Works in any languageYesn8n only
Visual workflow builderNoYes
Connect to 400+ appsManualBuilt-in
Async + webhook supportYesYes
TypeScript SDKYesn/a
Best forSaaS apps, backend servicesAutomation, Shopify, ops teams