HTML to PDF conversion API
Save your time and effort, by dedicating a PDF conversion task to us.
Browser-based HTML to PDF Engine
High quality PDF conversion solution. Supports modern HTML, CSS, and JavaScript
Raw HTML Support
Don't have an URL or don't want to expose it publicly? We support raw HTML also!
Asynchronous request
Using callback URL get conversion result asynchronously once it's done
Wordpress plugin
Convert any WordPress page or post to a PDF file using a simple shortcode
Advanced Options
We have a lot of parameters you can use to modify the conversion result
Private & Secure
Your documents aren’t stored on our servers
Start with a Free plan and get 100 credits per month and up to 1MB per file!
Save 26% pay $79 / year
1000 credits / month
- 3 Parallel conversions
- All customization options
- Unlimited PDF size
- Wordpress plugin
Save 28% pay $129 / year
2500 credits / month
- 5 Parallel conversions
- All customization options
- Unlimited PDF size
- Wordpress plugin
Save 33% pay $199 / year
5000 credits / month
- 10 Parallel conversions
- All customization options
- Unlimited PDF size
- Wordpress plugin
Save 36% pay $299 / year
10000 credits / month
- 20 Parallel conversions
- All customization options
- Unlimited PDF size
- Wordpress plugin
Each 5MB chunk of the generated document is equal to 1 credit, so for example, 15MB generated document will cost 3 credits.
curl -X POST https://api.html2pdf.app/v1/generate \
-H 'Content-Type: application/json' \
-d '{
"html": "https://www.example.com",
"apiKey": "your-api-key",
"landscape": true,
"format": "A4"
}'