PDF Generator from HTML & Templates
## PDF Generator from HTML & Templates Turn HTML, markdown, or structured JSON data into professional PDFs instantly. No browser, no Puppeteer — lightweight and fast on every request. --- ## Four Ways to Generate PDFs ### HTML to PDF Send any HTML string, get a PDF back. Full CSS support — tables, colors, fonts, layouts. ### Template to PDF Choose from 5 built-in professional templates: - 🧾…
PDF Generator from HTML & Templates endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
HTML to PDF /generate/html |
Convert any HTML string to a PDF. Full CSS support. Returns base64 encoded PDF or binary. |
| POST |
Template to PDF /generate/template |
Generate a PDF from one of 5 built-in templates. Pass template name and data fields. |
| POST |
Generate Invoice PDF /generate/invoice |
Generate a professional invoice PDF with auto-calculated subtotal, tax, discount and total. Navy header, line items table, FROM/TO sections. |
| POST |
Text or Markdown to PDF /generate/text |
Convert plain text or markdown to a formatted PDF. Supports headers, bold, italic, bullet lists and tables. |
| GET |
List Templates /templates |
Returns all available templates with required and optional fields. No authentication required. |
| GET |
Health Check /health |
Health check |
PDF Generator from HTML & Templates pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $19 / month | 10 / minute |
|
| PRO | $49 / month | 20 / minute |
|
| ULTRA | $149 / month | 30 / minute |
|
| MEGA | $399 / month | 60 / minute |
|