Integrations
Render documents without a backend
A form submission becomes a PDF in a Drive folder. A new row becomes a certificate in an email. Same API, no deploy.
Zapier
A “Render document” action with every option as a field. Chain it after 8,000 triggers.
Typeform → PDF → Gmail
Make
Modules for render, batch and “wait for webhook”, so long documents fit inside a scenario.
Airtable → batch → Dropbox
n8n
A community node you can self-host. Schedule the monthly report and push it to S3.
Cron → merge → S3
Airtable
A script extension that fills an attachment field with the rendered PDF for the selected rows.
Row → attachment field
Google Sheets
An Apps Script snippet: one column of URLs in, one column of PDF links out.
Column → Drive folder
Webflow & Bubble
Signed URLs mean a “Download as PDF” button is a link, not a backend endpoint.
Signed GET → download
A download button with no server
Sign the options once on your side — or in a no-code function step — and the link renders on click. The access key can be public; the secret never leaves you.
Build the query string with the options you want.
HMAC-SHA256 it with your secret and append the signature.
Put it in an anchor. The browser downloads the PDF directly from us.
Missing your tool?
Tell us which platform you are on. If it can make an HTTP request it already works, and if it deserves a native node we will build it.