Generate Certificate PDFs at Scale

Training certificates, diplomas, awards — generate them dynamically from templates and distribute securely with download limits.

1

Dynamic variable injection

Embed participant name, course title, date, and instructor into your certificate template. Each PDF is unique.

2

Download limits & expiry

Set max download count and expiration per certificate. Prevent unauthorized sharing and link reuse.

3

Branded download page

Customize the public download page with your company logo, colors, and message.

How it works

1
Register an HTML template or prepare your URL
2
Call the API with your data
3
PDF is generated, delivered, and stored
curl -X POST /api/pdf/generate-from-template \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "certificate",
    "variables": {
      "name": "Jane Smith",
      "course": "Security Training",
      "date": "2026-03-22"
    },
    "max_downloads": 3,
    "filename": "certificate-jane.pdf"
  }'

Start generating PDFs in minutes

Free plan includes 30 PDFs/month. No credit card required.

Powered by FUNBREW PDF