HTML to PDF
# Simplicity. Security. Speed. A lightweight, in-process HTML to PDF conversion API. No headless browsers, no subprocesses, no external dependencies — just raw HTML in, PDF out. ## Why this API? - **Simple** — One endpoint. One JSON body. Send HTML, get PDF back. That's it. - **Secure** — Your content never leaves the server. No data is stored, cached, or sent to third parties. Everything is…
HTML to PDF endpoints
| Method | Endpoint | Description |
|---|---|---|
| Conversion | ||
| POST |
/html /html |
Converts raw HTML into a PDF document. The entire pipeline — HTML parsing, CSS rendering, layout, and PDF serialization — runs in-process with no external browsers or headless… |
| Other endpoints | ||
| POST |
/html /html |
Converts raw HTML into a PDF document. The entire pipeline — HTML parsing, CSS rendering, layout, and PDF serialization — runs in-process with no external browsers or headless… |
| POST |
/html /html |
Converts raw HTML into a PDF document. The entire pipeline — HTML parsing, CSS rendering, layout, and PDF serialization — runs in-process with no external browsers or headless… |
HTML to PDF pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $5 / month | 15 / minute |
|
| ULTRA Recommended | $10 / month | 30 / minute |
|
| MEGA | $20 / month | 60 / minute |
|