PDForge - One API Call. Perfect PDFs.
You send it JSON data + an HTML/CSS template via a REST call, and it returns a rendered PDF in ~200ms using headless Chromium. check out - https://amruthamuralidhar1.github.io/pdforge/
1 subscribers
8.7/10 popularity
19758 ms avg latency
100% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
PDForge - One API Call. Perfect PDFs. endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if the API is running. Returns status, version, and engine info. |
| POST |
Render PDF /render |
Send an HTML template, CSS, and JSON data inline. Returns a PDF file. |
| POST |
Batch Render PDFs /render/batch |
Send an HTML template and an array of data objects. Returns a ZIP file containing one PDF per data object. |
| POST |
Render from Template /render/{template_name} |
Use a previously saved template by name. Just send the data. |
| POST |
Batch Render from Template /render/{template_name}/batch |
Use a saved template with an array of data objects. Returns a ZIP of PDFs. |
| POST |
Upload and Render PDF /upload/render |
Upload HTML, CSS, and JSON files directly. Returns a single PDF. CSS and JSON are optional. |
| POST |
Upload & Batch Render PDFs /upload/batch |
Upload HTML, CSS, and JSON files. JSON must contain an array. Returns a ZIP of PDFs. |
PDForge - One API Call. Perfect PDFs. pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO | $10 / month | 50 / second |
|
| ULTRA Recommended | $15 / month | 100 / second |
|