HTML to PDF Generator
Pixel-perfect PDF rendering powered by Chromium. Convert HTML/CSS to PDF, capture URLs, merge, split, watermark, and fill PDF forms via a simple REST API.
4 subscribers
8.8/10 popularity
3437 ms avg latency
100% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
HTML to PDF Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Rendering | ||
| POST |
fromHtml /api/pdf/from-html |
Render an HTML string (with optional CSS) into a PDF document. The HTML input must not exceed 5 MB. |
| POST |
fromUrl /api/pdf/from-url |
Navigate to a URL, optionally wait for a CSS selector or a delay, and capture the rendered page as a PDF. |
| Manipulation | ||
| POST |
fillForm /api/pdf/fill-form |
Populate interactive form fields (AcroForm) in a PDF and flatten the result so the fields are no longer editable. |
| POST |
mergePdfs /api/pdf/merge |
Concatenate two or more PDFs into a single document. Each PDF is provided as a base64-encoded string. Total payload must not exceed 50 MB. |
| POST |
splitPdf /api/pdf/split |
Extract specific page ranges from a PDF document. Ranges use 1-based indexing and support comma-separated values (e.g. "1-3,5,7-9"). |
| POST |
watermarkPdf /api/pdf/watermark |
Overlay a text or image watermark on every page of a PDF document. |
| Demo | ||
| POST |
demoFromHtml /api/pdf/demo |
A free demo endpoint for the landing page. No API key required. HTML input is limited to 50 KB. Rate-limited to 10 requests/minute globally. Must be enabled via the ENABLE_DEMO… |
| Health | ||
| GET |
healthCheck /api/health |
Returns service status, version, and uptime. No authentication required. |
HTML to PDF Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $9 / month | — |
|
| MEGA | $49 / month | — |
|