Demo mode active - API temporarily unavailable
AI-Powered PDFs from Your Data

Beautiful PDFs from
Your Airtable Data

Connect your Airtable base, describe your document in plain English, and generate pixel-perfect PDFs. Works with Claude Code, Cursor, Windsurf, or any MCP-compatible tool.

22 Document Templates
18 MCP Tools
5 min Setup Time
MCP Server Setup
Claude Code Cursor Windsurf
Acme Corp
Quote
Quote #
Q-2024-0042
Date
Jan 18, 2026
Valid Until
Feb 17, 2026
Description Qty Total
Enterprise License 1 $2,400
Premium Support 12 $1,200
DRAFT
Grouped by Category
Scan to Pay
Payment Terms
Net 30 days from invoice date
Client Signature
Date
Add a diagonal DRAFT watermark
First of its Kind

Built for AI-Native Development

The only PDF SDK with native MCP integration. Generate and customize documents directly from your AI coding assistant using natural language.

Claude Code

Generate PDFs with natural language in your terminal

MCP Server

Cursor

AI-first code editor with Glyph superpowers

MCP Server

Windsurf

Seamless PDF generation in your flow state

MCP Server
~/.config/claude/mcp.json
// Add Glyph to your MCP config
{
  "mcpServers": {
    "glyph": {
      "command": "npx",
      "args": ["-y", "@glyphpdf/mcp-server"]
    }
  }
}
Create an invoice PDF for Acme Corp, $2,500, modern style
Generated invoice-acme-corp.pdf (1 page, 42KB)
MCP PDF Generation

Generate PDFs from Claude Code

The first MCP server for PDF generation. Create, customize, and export documents directly from your AI coding assistant. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible tool.

Install the MCP Server
$ npx @glyphpdf/mcp-server
Claude Code
Create an invoice for TechCorp, 3 items, $4,500 total, add a QR code for payment
Using Glyph MCP to generate PDF...
Template: quote-modern
Added QR code for payment link
Generated invoice-techcorp.pdf (1 page, 38KB)

Natural Language

Describe what you want in plain English. No templates to learn.

Any Document Type

Invoices, quotes, reports, contracts, receipts, and more.

Instant Generation

PDFs generated in milliseconds. No waiting, no manual steps.

Choose Your Workflow
Three ways to integrate Glyph
MCP Server
For AI-powered IDEs
npx @glyphpdf/mcp-server
Claude Code Cursor Windsurf
CLI
For terminal workflows
npx @glyphpdf/cli init
Schema detection 12 doc types
SDK
For web applications
<script src="...glyph.min.js">
React Vue HTML
2 Lines of Code

Add PDF customization to any app

One script tag. One component. That's it.

index.html
<script src="https://sdk.glyph.you/glyph.min.js"></script>
<glyph-editor
  api-key="YOUR_KEY"
  template="quote-modern"
></glyph-editor>
Copied to clipboard

Three steps to beautiful documents

From data source to polished PDF in minutes, not days.

1

Connect

Link your data source. Airtable, API, or paste JSON. Fields are auto-detected and mapped to your template.

2

Customize

Click any section and describe changes in plain English. AI repositions fields, adjusts layout, applies branding.

3

Generate

Hit generate. Pixel-perfect PDFs delivered via API, MCP server, or direct download. Every time.

Try it yourself

Type natural language commands to customize the document in real-time. No coding required.

60 min
Sandbox Get API Key
Describe what you want to change, e.g. "Add a watermark" or "Make the header blue"

Quick actions above are instant. Custom prompts use AI and may take 60-90s.

Saved Versions 0/10
Save your best versions 10 slots available
Live Preview Ready
G L Y P H

Analyzing request |

Connecting to server...
Loading preview...
Ready
Demo limited to 10 requests/minute. Get an API key for higher limits.
Love what you created? Get your free API key to use Glyph in your app.
Get Free API Key

Everything you need to ship

A complete toolkit for AI-powered document customization. Built for developers, loved by end users.

Natural Language Editing

Your users simply describe what they want. "Make the header teal" just works. No complex UI, no training required.

"Add a QR code and DRAFT watermark"
// AI understands complex, multi-part requests
+ QR code added: top-right corner
+ Watermark applied: 45deg diagonal

Your Templates, Supercharged

Bring your existing HTML templates. Our AI understands your document structure and modifies it intelligently - any format, any layout.

Instant Feedback

Live progress updates as AI processes your request. See changes applied in real-time with visual confirmation.

Tiny SDK

Under 10KB gzipped. One script tag, one component. No build tools required.

Secure by Default

AI guardrails prevent data tampering. Users can customize styling, not manipulate protected data fields.

Smart Region Selection

Click to select specific sections. Apply changes to just the header, line items, or footer.

+

The PDF Solution Airtable Users Have Been Waiting For

Connect your base. See your PDF. Customize with plain English. Done.

Before Glyph

Exporting CSVs, fighting with merge fields, ugly templates, no customization

With Glyph

Connect once, generate forever. Beautiful templates that update with your data.

One Airtable Base, Unlimited Document Types

Invoices from Orders
Quotes from Estimates
Packing Slips from Shipments
Work Orders from Projects
22 Templates Ready
Any Base Works with Your Data
5 Min Setup to First PDF
1

Connect Your Base

Paste your Airtable API key. We read your schema automatically.

2

Describe Your Document

"Create an invoice with logo, client info, line items, and totals"

3

Iterate & Generate

"Add PO number field" - "Make the header navy blue" - Done.

Invoices Table Connected
Your Description
"Create a professional invoice with the company logo at top, client info on the left, a table of line items, and totals at the bottom"
Template Generated

INVOICE

Invoice #INV-2024-001 Date: Jan 15, 2024
Description Qty Amount
Web Design Services 1 $2,500
Development Hours 40 $4,000
Total: $6,500

Works with
any framework

Drop in a single script tag and web component. Works with React, Vue, Svelte, or vanilla HTML. No complex setup required.

React Vue Svelte HTML
<!-- Include the SDK -->
<script src="https://sdk.glyph.you/glyph.min.js"></script>

<!-- Add the editor component -->
<glyph-editor
  api-key="gk_your_api_key"
  template="quote-modern"
  :data="quoteData"
/>
import { GlyphEditor } from '@glyph-so/react'

function QuoteEditor() {
  return (
    <GlyphEditor
      apiKey="gk_your_api_key"
      template="quote-modern"
      data={quoteData}
    />
  )
}
<template>
  <GlyphEditor
    api-key="gk_your_api_key"
    template="quote-modern"
    :data="quoteData"
  />
</template>

<script setup>
import { GlyphEditor } from '@glyph-so/vue'
</script>
Replace gk_your_api_key with your key. Free tier: 100 PDFs/month
Get Your Free API Key

Any Document. Your Data. One SDK.

Bring your own HTML templates. Glyph's AI understands your document structure and modifies it intelligently.

Quote / Estimate
Price proposals for clients
Invoice
Bills for completed work
Receipt
Payment confirmations
Contract
Legal agreements
Proposal
Project scope documents

Simple, transparent pricing

Start free. Scale as you grow. No hidden fees or surprises.

Free
$0/mo
Perfect for trying things out
  • 100 PDFs per month
  • 10 requests per minute
  • Any document format
  • MCP Server access
  • Community support
Get Started Free
Starter
$29/mo
For growing businesses
  • 1,000 PDFs per month
  • 60 requests per minute
  • Custom branding (no watermark)
  • Airtable integration
  • Email support (48h response)
Start 14-Day Trial
Business
$199/mo
For high-volume operations
  • 25,000 PDFs per month
  • 200 requests per minute
  • All Pro features included
  • SSO & audit logs
  • Priority support (4h response)
Start 14-Day Trial
Enterprise
Custom
For large organizations
  • Unlimited PDFs
  • Dedicated infrastructure
  • Custom AI fine-tuning
  • SLA & dedicated success manager
  • On-premise deployment option
Contact Sales
For Growing Startups

Growth Credit Program

Been with us for 6+ months? Running into limits but not ready to commit to a higher tier?

  • Build up credit as you scale
  • Small interest rate (5% monthly)
  • Pay back when your product takes off
  • Graduate to Enterprise when ready
Apply for Growth Credit
Month 1
Month 3
Month 6
Payback

Frequently Asked Questions

What counts as a PDF?

Each generated or modified PDF document counts as one. Previews during editing are free and don't count toward your limit.

Can I change plans anytime?

Yes, upgrade or downgrade instantly. When upgrading, you get immediate access. When downgrading, changes apply at your next billing cycle.

What happens if I exceed my limit?

We'll notify you at 80% usage. Overage is billed at $0.05 per PDF on Starter, $0.03 on Pro, and $0.02 on Business. Or upgrade for better rates.

Do you offer annual billing?

Yes, pay annually and get 2 months free. That's $290/year for Starter (instead of $348), $790/year for Pro (instead of $948), and $1,990/year for Business (instead of $2,388).

Is there a free trial for paid plans?

All paid plans include a 14-day free trial with full features. No credit card required to start.

What's included in MCP Server access?

All plans include full MCP Server access for Claude Code, Cursor, and Windsurf. Generate PDFs directly from your AI coding assistant.

How Glyph compares

The only PDF SDK built for the AI era.

Feature Glyph DocRaptor CraftMyPDF PDFMonkey
AI-Powered Editing
Natural Language Limited
MCP Server (AI Agent)
Live Preview
Batch Generation
Airtable Integration
2-Line Integration
Voice Input
Connect Airtable
Generate templates from your data
DEMO MODE
1
Connect
2
Select Data
3
Describe
4
Preview

Connect Your Airtable

We need a Personal Access Token to read your base structure and generate a matching PDF template. It only takes a minute to create one.

Starts with "pat." — find yours at airtable.com/account
Read-only access Token never stored Client-side only
Token must start with "pat". Create one here
How to create your token
  1. Click the link above to open Airtable's token page
  2. Name it something like "Glyph PDF Templates"
  3. Under Scopes, add: data.records:read and schema.bases:read
  4. Under Access, select the bases you want to use
  5. Click "Create token" and paste it here

Choose Your Data

Select the base and table you want to create a template for.

Describe Your Document

Tell us what kind of document you want to create. Be specific about layout, styling, and which fields to include.

Selected Table Fields
AI is generating your template
This may take a few seconds
Data Preview
Template Info
Base -
Table -
Style Modern
Batch Generate

Generate PDFs for all records in your table at once

Use {{fields.Name}} placeholders for dynamic filenames
0 records will be generated
Shortcuts
Z Undo
Z Redo
Submit
Esc Clear
Save Version

Give this version a name so you can restore it later.

0 / 50
Change History
No changes yet
Apply some changes to see your edit history here
API Key

Enter your API key to save templates and access premium features.

Delete saved version?

Are you sure you want to delete ""? This cannot be undone.

Save Template

Save your customized template to reuse it in API calls and share across projects.

0 / 100
0 / 500
Get API Code
cURL

          
JavaScript (Fetch)

          
Python (Requests)

          
Replace YOUR_API_KEY with your key from the Dashboard. Get a free key to start making API calls.