Automate Report PDF Generation

Turn dashboards and HTML into scheduled PDF reports. Deliver to Slack, email, or S3 — hands-free.

1

URL to PDF conversion

Point the API at any URL — your BI dashboard, internal tools, or web pages — and get a PDF snapshot.

2

Slack & email delivery

Reports land in your team's Slack channel or inbox automatically. No manual screenshots.

3

S3 archiving

Auto-upload generated reports to your S3 bucket for long-term storage and compliance.

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-url \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://bi.internal/dashboard/daily",
    "options": {"page-size": "A3"},
    "filename": "daily-report.pdf"
  }'

Start generating PDFs in minutes

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

Powered by FUNBREW PDF