P YAJADA PDF HTML
HTML → PDF, as an API

Turn any HTML or webpage into a pixel-perfect PDF

A simple REST API for generating PDFs from raw HTML or a live URL. Choose a headless-Chrome engine for full JS/CSS fidelity, or a fast pure-PHP engine for lightweight documents.

curl -X POST https://pdfhtml.yajada.co.id/api/v1/generate \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "html": "<h1>Invoice #1042</h1>",
    "engine": "chrome"
  }' \
  --output invoice.pdf

Two rendering engines

Use headless Chrome (via Puppeteer) for JS-heavy pages, or DomPDF for fast, lightweight HTML documents.

Generous free quota

Start free with a monthly quota of generated PDFs — no credit card required.

Simple token auth

Sign in with Google, create an API token from your dashboard, and start calling the API in minutes.

Plans that scale with you

Free

Free

100 PDFs / month

Basic

Rp99.000/mo

1,000 PDFs / month

Pro

Rp299.000/mo

10,000 PDFs / month

See full pricing →

Ready to generate your first PDF?

Get API Token View Docs