01Rendering Engine

HTML in.
Pixel-perfect
PDFs out.

A precision rendering API. Send HTML or a URL, get back a pixel-perfect document — on real Chrome, wherever your serverless functions can't run it.

Invoice
#1042
Paid
Growth plan$49.00
Overage · 8,200 docs$16.40
Total$65.40
210 × 297 mm · A4application/pdf
Endpoints
20
Formats
PDF · PNG · WebP
Auth
Bearer
Returns
application/pdf
02Outputs — one API, 20 endpoints
/pdf
HTML → PDF
/screenshot
Full-page capture
/og
1200×630 social
/merge
Combine PDFs
Draft
/watermark
Stamp every page
And the rest of the toolkit
/pdf/formFill an AcroForm, flatten it so it can't be edited back
/pdf/protectAES-256 encryption, with printing and copying locked down
/pdf/compress50–85% smaller, losslessly — the pages render identically
/pdf/pagesSelect, reorder and rotate pages, or set metadata
/pdf/splitOne file per page
/pdf/infoPage count, sizes, and every fillable field
/batchUp to 20 renders as background jobs
/templatesSave HTML once, render by name with {{merge}} fields
/jobsPoll async renders, list them, mint signed URLs
/usageQuota, usage and limits for the account
01

Runs where Chrome can't

Vercel, Netlify edge and Lambda can't ship a 280 MB Chromium. Offload rendering to one call.

02

Real browser fidelity

Rendered on headless Chrome — flexbox, grid, web fonts, page breaks and print styles, exactly as designed.

03

Built to run hot

A warm browser pool with concurrency control and honest timeouts. No cold-start roulette.

Stop running a browser farm. Ship one API call and never think about PDF rendering again.

03  Interface

One request. Any document.

Bearer auth, JSON in, file bytes out. Idempotency keys, response caching, and a full OpenAPI spec — the boring parts, handled.

POST /api/v1/pdfcURL
curl https://rendral.com/api/v1/pdf \
  -H "Authorization: Bearer sk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "html": "<h1>Invoice</h1>" }' \
  -o invoice.pdf
04Live — render one now
Playground
input.html
output.pdf
Your PDF renders here
05Pricing — per document, not per seat

Free

$0
per month
500 documents / mo
Everything in the API. Hard cap — no surprise bills.
Start →

Starter

$19
per month
5,000 documents / mo
Overage billed at 0.6¢ / doc. Templates and async jobs.
Start →

Growth

Most popular
$49
per month
25,000 documents / mo
Batch, signed URLs, scoped keys. Overage at 0.4¢ / doc.
Start →

Business

$199
per month
100,000 documents / mo
Priority rendering and an SLA. Overage at 0.3¢ / doc.
Start →

Full pricing details — overage rates, what counts as a document, and how to change plans.