HTML to PDF beta
Send HTML. Receive a PDF. It's that simple.
Frequently Asked Questions
How much does it cost?
$50/once
Isn't this a solved problem?
Surprisingly, no. We've faced this problem several times over the years. Every time we think: isn't there an image we can just run? Instead, we spend time sifting through open source options that don't quite work with the modern web or commercial options that are too expensive.
Do you have a support option?
We don't have paid support yet. For now, just email us.
Can I try it for free?
Yes. Run the image without a license. You will be able to generate PDFs. There will be a kaizen.io watermark on the output.
Can I see it in action?
How do I get it?
docker run -d --rm -p 8080:8080 -e KAIZEN_PDF_LICENSE=your_license_key --pull=always --name kaizen-pdf kaizenio.azurecr.io/html-to-pdf:latest
How does it work?
curl -H "Content-Type: application/json" -d '{"html": "<h1>hello world!</h1>"}' http://localhost:8080/html-to-pdf -o helloworld.pdf
What's the business model?
Pay Once. Run a container in your favorite way. Host however you like. Run as much as you want. All your documents stay private.
What's the pricing model?
No Monthly Fees. No Per User Fees.
What's the privacy policy?
Doesn't "phone home". Doesn't Collect your data.
How does suport work?
Security updates for 2 years. All functionality updates for 1.x included.
What's the license?
Read the License.
What's the refund policy?
100% Money Back Guarantee for 30 days.
What's the roadmap?
Here are some things we're thinking about. Tell us what's important to you by email or on .
1.x
- Watermarks?
- URL to PDF?
- Handle Relative URLs as absolute URLs?
- Paid support?
- Deployment guides? k8s? Azure Container Apps? AWS? GCP? Hertzner? Digital Ocean?
- Limited time developer license?
2.x
- Password protect the PDF?
- Combine multiple PDFs?
- Webhooks? Callbacks?
- Table of contents?
- Detect / improve page breaks?
- Custom stylesheets?
- Control browser pool size?
- Max Concurrent processing?
- Queued Processing?
- PDF storage / retrieval via api
- Templating?