PDF Generator API
### What It Does PDF Generator API renders HTML and web pages into professional PDFs using the same engine that powers Google Chrome's print pipeline — ensuring pixel-perfect rendering of all CSS, fonts, images, and JavaScript-rendered content. Two input methods: - HTML to PDF (/from-html) — send raw HTML string, get PDF back. Full control over content and styling. - URL to PDF (/from-url) —…
PDF Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| PDF Generation | ||
| POST |
/from-url /from-url |
Navigate to any public URL and capture the rendered page as a PDF. The browser executes JavaScript and renders all CSS before capturing. |
| POST |
/from-html /from-html |
Convert an HTML string into a PDF using headless Chromium. Supports full CSS rendering including Grid, Flexbox, web fonts, and JavaScript. Headers, footers, and watermarks… |
PDF Generator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9 / month | 30 / minute |
|
| ULTRA | $29 / month | 100 / minute |
|
| MEGA Recommended | $99 / month | 300 / minute |
|