Built for Airtable & No-Code Tools

JSON to Beautiful PDF
in Seconds

Transform your data into stunning, professional PDFs with our template library. Perfect for reports, calendars, dashboards, and invoices.

No credit card required. Upgrade anytime.

generate-pdf.js
const response = await fetch('https://api.docujson.com/v1/generate', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'YOUR_API_KEY'
  },
  body: JSON.stringify({
    templateId: 'weekly-report',
    data: {
      reportTitle: 'Weekly Status Report',
      versionAsOf: '11/24/2025',
      projects: [
        {
          title: 'Project Alpha',
          status: 'Production',
          progress: 75,
          releaseDate: '03/15/2026'
        }
      ]
    }
  })
});

const { pdfUrl } = await response.json();
console.log('PDF generated:', pdfUrl);

Everything You Need

A complete PDF generation platform with beautiful templates and powerful integrations.

🎨

Beautiful Templates

Professional, customizable templates for reports, calendars, dashboards, and invoices.

âš¡

Lightning Fast

Generate PDFs in seconds with our optimized serverless infrastructure on Vercel.

🔗

Airtable Native

Copy-paste ready scripts for Airtable automations. No coding experience required.

🎯

Simple API

RESTful API with clear documentation. Send JSON, get a PDF URL back.

🔒

Secure & Reliable

Enterprise-grade security with API key authentication and usage tracking.

📊

Custom Branding

Add your logo, colors, and fonts to make every PDF uniquely yours.

Template Library

Start with our professionally designed templates or create your own.

Reports

Weekly Report

Project status reports with stakeholders and milestones

Calendar

Project Calendar

Multi-month calendars with events and date ranges

Dashboard

KPI Dashboard

One-page metrics dashboard with KPI cards

Invoice

Invoice

Professional invoices with line items and totals

🔌 Native Integration

Built for Airtable

Generate PDFs directly from your Airtable base with our ready-to-use automation scripts. Just copy, paste, and configure.

  • ✓Button-triggered PDF generation
  • ✓Automatic attachment to records
  • ✓Works with automations
  • ✓No coding required
Airtable Script
// DocuJSON Airtable Integration
const API_KEY = 'YOUR_API_KEY';
const response = await fetch(
  'https://api.docujson.com/v1/generate',
  {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
      'x-api-key': API_KEY
    },
    body: JSON.stringify({
      templateId: 'weekly-report',
      data: { /* your data */ }
    })
  }
);
const { pdfUrl } = await response.json();
// Attach to record...

Simple, Transparent Pricing

Start free, scale as you grow.

Free

For personal projects

$0
/month
  • ✓ 100 PDFs/month
  • ✓ 3 templates
  • ✓ API access
  • ✓ Community support

Pro

For growing teams

$29
/month
  • ✓ 1,000 PDFs/month
  • ✓ 10 templates
  • ✓ Custom branding
  • ✓ Webhook support
  • ✓ Priority support

Business

For organizations

$99
/month
  • ✓ 10,000 PDFs/month
  • ✓ Unlimited templates
  • ✓ Custom templates
  • ✓ SLA guarantee
  • ✓ Dedicated support

Ready to Get Started?

Create your first PDF in under 5 minutes. No credit card required.

Create Free Account