GoPdfGenie – HTML/PDF & PNG
GoPdfGenie is a high-fidelity HTML-to-PDF/PNG service designed for modern web apps. It handles complex layouts (SPAs/SSR/CSR), charts, iframes, custom fonts, and long or infinite pages—returning pixel-perfect documents ready for invoices, reports, receipts, or archives.
GoPdfGenie – HTML/PDF & PNG endpoints
| Method | Endpoint | Description |
|---|---|---|
| Conversion | ||
| POST |
convertFileToPdfAsync /api/v1/convert/async |
Upload a .html or .zip (site bundle) and choose output options. Returns a jobId immediately; the conversion runs asynchronously. RapidAPI users must include… |
| POST |
convertUrlToPdfAsync /api/v1/convert/url/async |
Submit a publicly accessible URL for conversion. Returns a jobId immediately; the conversion runs asynchronously. URL must be reachable without authentication. |
| Job Management | ||
| GET |
getJobStatus /api/v1/jobs/{jobId}/status |
Returns the current **status** of a job and, if completed, useful metadata. ### Status values - `PENDING` – queued and waiting to be processed - `RUNNING` – currently processing… |
| GET |
getJobResult /api/v1/jobs/{jobId}/result |
Returns the generated file (either **PDF** or **image**) when the job is `COMPLETED`. If the job is still processing, returns **202 Accepted** with a status payload. ### Content… |
GoPdfGenie – HTML/PDF & PNG pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $35 / month | — |
|
| MEGA | $105 / month | — |
|