Hosted rendering, preview links, reusable templates

PDF generation API for document workflows.

Create a reusable template, send structured data from your app, script, or automation tool, and get a ready-to-share PDF back. Built for invoices, certificates, reports, receipts, approvals, and customer-facing document flows.

01

Create template

Generate or customize a reusable document template for reports, invoices, certificates, and receipts.

02

Send JSON

Pass structured data from your app, script, CRM, spreadsheet, webhook, or automation tool.

03

PDF generated

Get hosted PDF and preview links back for review, delivery, storage, or customer sharing.

As seen on

As seen on

Hacker NewsProduct Hunt

Common templates generated

ReportInvoiceCertificateReceipt
AI template generation

Skip the blank template. Generate one from your data.

Describe the invoice, report, certificate, or receipt you need, add example JSON, and Peedief drafts a reusable template with fields, rows, and print layout ready for your API or automation workflow.

Start with the document you need

Ask for an invoice, report, certificate, receipt, or statement and include example data it should use.

Get a reusable first draft

AI creates a template with dynamic fields, repeated rows, print layout, and styling already wired in.

Preview and refine

Review the PDF preview, ask for changes, and keep iterating until the template is ready for real workflows.

Generate PDF

Send fresh JSON to the template whenever you need a new PDF for your app, customer, or workflow.

Generate with AI

From rough brief to reusable template

AI draft

You ask

"Create a monthly customer report with segment growth, totals, and a clean executive summary."

Uses your real fields and repeated data

Peedief creates

A reusable PDF template

Preview ready

Template includes

  • Dynamic fields from your data
  • Repeated rows for lists and tables
  • Print-ready layout for PDFs
Create the template once. Generate PDFs from API or automation.

Document operations

One rendering layer for code and automations

Peedief sits between your source data and the finished PDF, so every channel can reuse the same template and delivery path.

For developers

HTML/CSS to PDF without brittle browser workers

Bring your own HTML/CSS templates while Peedief handles Chromium, fonts, previews, and delivery.

  • Generate invoices, certificates, reports, statements, and receipts
  • Use familiar HTML/CSS with loops, conditionals, page breaks, headers, and footers
  • Return hosted PDF and preview URLs to your product
View API Documentation
curl -X POST "https://peedief.com/api/templates/by-name/invoice/pdf" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contextJson": {
      "customerName": "John Doe",
      "invoiceNumber": "INV-001",
      "items": [
        {
          "description": "Product A",
          "quantity": 2,
          "price": 50.00
        }
      ],
      "total": 100.00
    },
    "fileName": "invoice-001.pdf"
  }'

For automations

Turn workflow events into finished documents

Trigger PDF generation from forms, CRM events, Airtable rows, Google Sheets updates, or scheduled reporting jobs.

  • Form submission to certificate PDF
  • Airtable or Sheets row to invoice or receipt
  • CRM deal won to proposal, contract, or summary
View Integration Guides
01

Data arrives

A form, row, deal, webhook, or scheduled job passes structured data forward.

02

Template renders

Peedief fills loops, totals, conditionals, headers, and page breaks.

03

PDF URL returns

Peedief returns hosted PDF and preview URLs your workflow can use immediately.

04

Workflow continues

Send the PDF by email, store it, attach it to a CRM record, or embed the preview when review is needed.

Core capabilities

Everything between template design and PDF delivery

Create templates faster, send clean JSON, and let Peedief handle rendering, hosting, previewing, and repeatable delivery.

API-first rendering

Send JSON to a reusable template and get hosted PDF and preview URLs back from any backend, script, scheduled job, or internal tool.

AI template starts

Describe an invoice, certificate, report, or receipt and turn it into an editable document template that works with structured JSON data.

Production infrastructure

Hosted rendering with uptime monitoring, API keys, rate limits, and scalable Chromium infrastructure.Peedief uptime

Automation friendly

Use Peedief from Make, Zapier, n8n, Airtable, forms, CRMs, and any workflow builder that can send an HTTP request.

Embeddable preview link

Every PDF response includes a hosted previewUrl you can embed in an iframe for portals, approvals, support dashboards, and in-app review.

previewUrl workflow

Embed a live preview of every generated PDF

Use the previewUrl returned by the API to show generated PDFs inside your app, customer portal, approval screen, or support dashboard with a simple iframe.

  • Secure iframe endpoint hosted on Peedief with global delivery
  • Works anywhere standard iframe embeds are supported
  • Fits customer previews, approvals, and internal review flows
<iframe
  title="Invoice Preview"
  src={previewUrl}
  width="100%"
  height="620"
  style={{ border: 0, borderRadius: 8 }}
/>

Preview

invoice-001.pdf

Acme Studios$1,240.00
Design system retainer$820
Automation setup$260
PDF generation$160
Ready for approval

Compatibility

Works with the stack you already use

Drop PDF generation into apps, workflow automations, internal tools, and AI-built products with a simple REST API.

REST APIs
Node.js
Python
PHP
n8n
Make.com
Zapier
Power Automate

Customer signal

Trusted by developers shipping real document flows

Teams use Peedief when document generation needs to leave the prototype stage and become a product workflow.

"Great assistance, super fast answers!"

"I tried Peedief on my platform and for my case usage it was almost perfect. I could create as many pdf templates as I wanted to and it was easy to connect. I just needed to add a feature for the preview of my created pdf before actually download it on the device. They helped me throught the whole process and delivered the release of the new version in just a week or two. Super happy about the choice!"
Fabio Rossi
Verified Trustpilot Review
View on Trustpilot

Pricing

Simple plans for growing PDF volume

Start small, test the full workflow, and upgrade when document generation becomes a regular part of your product.

Free

$0

5 PDF generations

  • 5 PDF generations
  • Community support
  • Standard processing speed
  • Usage analytics dashboard
  • No watermark
  • Documentation
Start Free

Starter

$10/month

500 PDF generations

  • 500 PDFs/month
  • Email support
  • Standard processing speed
  • Usage analytics dashboard
  • No watermark
  • Documentation
Get Started
Popular

Basic

$15/month

1,500 PDF generations

  • 1,500 PDFs/month
  • Priority support
  • Standard processing speed
  • Usage analytics dashboard
  • No watermark
  • Documentation
Get Started

Premium

$50/month

5,000 PDF generations

  • 5,000 PDFs/month
  • Priority support
  • Priority processing speed
  • Usage analytics dashboard
  • No watermark
  • Documentation
Get Started

Need more than 5,000 PDFs?

Talk to us about higher-volume PDF generation.

For larger monthly volume, bulk document workflows, or custom rendering needs, we can help you choose the right setup.

Contact sales

Why Peedief

PDF generation without the rendering infrastructure tax

Peedief is built for developers and automation builders who need reliable business PDFs without owning Chromium, template glue, and delivery plumbing.

Building it yourself

  • Maintain Chromium, Puppeteer, Docker images, fonts, and serverless workarounds
  • Debug page breaks, margins, headers, footers, and production-only rendering differences
  • Build retries, storage, preview URLs, and delivery logic around every render
  • Recreate template and data-binding logic across apps, scripts, and workflow tools

With Peedief

  • Generate reusable templates with AI from a prompt and example data
  • Bring your own HTML/CSS templates when you want full control
  • Send structured JSON from your app, script, webhook, or automation workflow
  • Get hosted PDF URLs and embeddable preview links back from the API
  • Handle loops, conditions, repeated lists, page sizing, and print styling in one place

FAQ

Frequently asked questions

The short version: templates in, JSON across the wire, PDF and preview links out.

What is Peedief?

Peedief is an AI-assisted PDF generation platform for developers and automation builders. Create or generate reusable document templates, pass JSON data through the API, and get hosted PDF and preview URLs back.

How is this different from Puppeteer or Playwright?

Puppeteer and Playwright are powerful, but you still own browser infrastructure, fonts, Docker images, crashes, timeouts, and scaling. Peedief turns PDF rendering into an API so you can ship document workflows without maintaining Chromium.

How does AI template generation help?

Instead of starting from a blank document, describe what you need and use AI-assisted generation to create a structured template. Then refine the design, connect JSON fields, and reuse it from your app or automation workflow.

What template features are available?

Templates support HTML/CSS customization, dynamic data binding, nested JSON, repeated lists, conditional sections, page sizing, and print-friendly layouts for invoices, certificates, reports, receipts, statements, and contracts.

Can I use Peedief from Make, Zapier, n8n, or Airtable?

Yes. Any tool that can send an HTTP request can generate a PDF with Peedief. It works well for form submissions, CRM events, Google Sheets or Airtable rows, course completions, and scheduled report workflows.

Is there a free tier?

Yes. You get 5 free PDF generations so you can test templates, API calls, preview URLs, and your end-to-end workflow before upgrading.

Start rendering

Create your first template, send JSON, get the PDF back.

The first 5 PDF generations are free, with hosted previews included.

Generate your first PDFNo credit card required