pdfmyhtml vs API2PDF
API2PDF is the pure pay-as-you-go commodity option; pdfmyhtml gives you predictable subscription pricing + template hosting.
Last verified: 2026-05-10 · API2PDF homepage ↗
Pricing snapshot
pdfmyhtml
$0 / $9.50 / $24.50 (Founder's Deal)
Free tier permanent · Founder's Deal locked through 2026 · On-Demand Pass $7 one-time / 1,000 credits never expire.
API2PDF
$1/mo base + $0.001/MB (bandwidth) + $0.00019551/sec (compute)
Free tier: No free tier; "test before commit" but minimal usage incurs charges. Full ladder: $1/mo base + $0.001/MB (bandwidth) + $0.00019551/sec (compute) · no tiers, no quotas.
Feature comparison
| Feature | pdfmyhtml | Them |
|---|---|---|
| Pricing model | Fixed-tier subscription (50 / 2,500 / 10,000 credits/mo) | Pure metered (per MB + per compute-sec + $1 base) |
| Free tier (permanent) | 50 credits/mo permanent | ✗ No permanent free tier |
| Predictable billing | ✓ Fixed monthly fee | ✗ Bill varies with PDF size + render time |
| Lowest cost at scale | Pro $49 / 10,000 credits | Often cheaper at very high volume + small PDFs |
| Hosted templates | ✓ Jinja2 / Handlebars editor | ✗ |
| Founder's Deal locked pricing | ✓ 50% off through 2026 (limited spots) | ✗ |
| Bursty / unpredictable workloads | On-Demand Pass $7 / 1,000 credits never expire | Naturally suited to bursty (no commitment) |
| Brand position | Indie / brutalist DX | Commodity utility |
When to pick API2PDF
Pick API2PDF if your PDF volume is highly unpredictable (some months 100, other months 100,000), you generate small PDFs (low MB cost), and you want a single per-MB/per-second bill with no monthly commitment.
When to pick pdfmyhtml
Pick pdfmyhtml if you have steady monthly volume, want predictable budgeting (fixed $9.50 or $24.50 with the Founder's Deal), prefer template hosting + on-demand pack option for spike usage, and value a permanent free tier for testing.
Code: same PDF, both APIs
API2PDF
# API2PDF — convert HTML to PDF
curl -X POST "https://v2.api2pdf.com/chrome/pdf/html" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "html": "<h1>Invoice</h1>", "fileName": "invoice.pdf" }'
# Bills $0.001/MB output + $0.00019551/sec compute time + $1/mo base.pdfmyhtml
# pdfmyhtml — same PDF, different API
curl -X POST https://api.pdfmyhtml.com/v1/html-to-pdf \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{ "html": "<h1>Invoice</h1>", "wait": true }'
# Returns:
# { "job_id": "...", "status": "COMPLETED",
# "download_url": "https://s3.../output.pdf?signature=..." }Note: Both have very thin API surfaces. The trade-off is pure-metered transparency (API2PDF) vs. predictable monthly bill (pdfmyhtml). For 1,000 PDFs/mo of typical 100KB outputs, API2PDF charges roughly $1 base + $0.10 bandwidth + ~$0.40 compute = ~$1.50/mo; pdfmyhtml Founder's Starter is $9.50/mo for 2,500 credits — API2PDF wins on raw cost; pdfmyhtml wins on predictability + features.
Try pdfmyhtml free
50 credits, no credit card. Founder's Deal: $9.50/mo for 2,500 PDFs (only 50 spots).