Now available on RapidAPI

HTML to PDF.
Done in <200ms.

Stop wrestling with local Puppeteer setups and memory leaks. One API call converts your HTML or any URL into a pixel-perfect PDF — at scale.

132ms
Avg. Render Time
24 req/s
Peak Throughput
99.9%
Uptime SLA
Shell / cURL
# Generate a PDF from HTML in one call

curl -X POST \
  https://bimboconverter.com/render/document \
  -H 'Content-Type: application/json' \
  -H 'X-RapidAPI-Key: YOUR_KEY' \
  -d '{
  "input": {
    "markup": "<h1>Invoice #1024</h1>"
  },
  "output": {
    "paperSize": "A4",
    "renderBackground": true,
    "spacing": {
      "top": "20mm",
      "bottom": "20mm"
    }
  }
}' --output invoice.pdf

# ✓ 200 OK  •  X-Render-Time-Ms: 148

Everything you need.
Nothing you don't.

A battle-hardened API built on Headless Chromium with a smart worker pool architecture.

code-2

Render HTML or URLs

Pass raw HTML markup or any public URL. Our engine handles SPAs, JS-heavy pages, and complex CSS grids with equal ease.

timer

Smart Wait Strategies

Wait for network idle, a CSS selector, a JS expression, or a fixed delay — so charts and dynamic content always render fully.

layout-template

Full Format Control

Choose from A0–A6, Letter, Legal, and more. Set custom margins, enable landscape mode, scale the rendering, and define page ranges.

file-text

Headers & Footers

Inject custom HTML headers and footers with automatic page numbers, total pages, dates, and your branding on every page.

zap

Inject CSS & JS

Dynamically add stylesheets and scripts into the page before rendering — perfect for applying print-only styles or polyfills.

shield-check

Bypass Authentication

Need to render a page behind a login wall? Pass session cookies or custom HTTP headers (Bearer tokens) in the request.

From HTML to PDF
in three steps

No SDKs, no libraries. Just a simple HTTP POST request.

1
key-round

Get Your API Key

Sign up on RapidAPI and subscribe to a BimboConverter plan. Your unique API key is generated instantly.

chevrons-right
2
send-horizontal

Send a Request

POST your HTML markup or URL with the desired output settings. Use any language — cURL, Python, Node.js, PHP.

chevrons-right
3
file-down

Receive Your PDF

The API responds with binary PDF data in under 200ms. Save it, stream it to a client, or store it in S3.

bot

Works with your AI coding assistant

We provide a machine-readable llms.txt skill file following the open standard. Paste it into your AI context and your assistant will generate accurate BimboConverter API calls automatically — no more guessing parameter names or request shapes.

zap GitHub Copilotzap Cursorzap Claudezap ChatGPTzap Any LLM
Add to your AI context
# In Cursor / Copilot workspace rules:@https://bimboconverter.com/llms.txt# Or paste the raw file contents directly# into your system prompt / .cursorrules
file-text View llms.txt

Simple,
transparent pricing

Start free, scale when you need to. All plans managed via RapidAPI.

Basic
$0
per month

Perfect for experiments and hobby projects. No credit card required.

  • 200 renders / day
  • Full API Access
  • HTML markup + URL rendering
  • All paper sizes & formats
  • Custom headers & cookies
  • JS/CSS asset injection
Get Started Free
Ultra
$10
per month

Full power for production workloads with generous daily limits.

  • 2,500 renders / day
  • Full API Access
  • HTML markup + URL rendering
  • All paper sizes & formats
  • Custom headers & cookies
  • JS/CSS asset injection
Subscribe to Ultra

Ready to generate your first PDF?

Join hundreds of developers already using BimboConverter on RapidAPI.