Simple Credit-Based Pricing

Pay only for what you use. No monthly subscriptions.

Choose Your Plan

Start free, upgrade when you need more

FREE FOREVER

Free Plan

$0
50 credits/month
  • 50 PDF conversions per month
  • Max file size: 2MB
  • Timeout: 30 seconds
  • Full API access
  • Community support
Get Started Free

Custom Credits Package

Perfect for high-volume usage

Custom Credits Package

Credits500
5010,000
$4.00
$0.008 per credit
500 PDF conversions
Credits never expire
Full API access
Priority support

Secure payment via Stripe • Instant credit delivery

  • 1 credit per 5MB (like PDFShift)
  • Max file size: 100MB
  • Timeout: 5 minutes
  • Priority support

Credit Packages

Buy additional credits when you need them

100 Credits

$1

$0.010 per credit

  • 100 PDF conversions
  • Never expires
  • Full API access
Most Popular

500 Credits

$4

$0.008 per credit

  • 500 PDF conversions
  • Never expires
  • Full API access

2000 Credits

$15

$0.007 per credit

  • 2000 PDF conversions
  • Never expires
  • Full API access

5000 Credits

$38

$0.008 per credit

  • 5000 PDF conversions
  • Never expires
  • Full API access

API Usage Example

curl -X POST https://your-domain.com/api/convert-auth \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "html": "<h1>Hello World</h1>",
    "options": {
      "format": "A4",
      "margin": { "top": "1cm" }
    }
  }' \
  --output document.pdf