HTML → PDF

A dependable little document tool

From browser to paper, beautifully.

Convert HTML files into polished PDFs—free, fast, and without handing over your email address.

Free web tool·No watermarks

For developers

PDF generation without the infrastructure.

API access for $5 AUD/year.

Read the docs ↗
Up to 10 files50 MB eachNo watermarkFiles discarded after download

The premise

A PDF should look like the page you made.

01

Modern rendering

Chromium handles your CSS, images, fonts, flexbox and grid.

02

Useful defaults

A4, sensible margins and portrait mode—customisable when you need it.

03

Batch ready

Convert up to ten HTML files together, merged or kept separate.

04

Private by design

Your conversion is discarded as soon as the download is complete.

One request. One PDF.example.sh
curl -X POST \
  /api/programmatic/pdf/generate \
  -H "Authorization: Bearer YOUR_KEY" \
  -F "files=@invoice.html"

The developer route

When drag-and-drop becomes a workflow.

Use the same rendering engine programmatically. Ten free conversions to test, then unlimited access for $5 AUD per year.

Common questions

The practical details.

Everything you need to know before dropping in a file or adding the API to a workflow.

01Are you Aussie?+

Yes! Our site is developed by Australian developer Daniel Workman. We're proud to provide a local service with global reach.

02Is the service free?+

Yes, the web tool is completely free with no signup or watermarks. Generous usage limits apply to keep the service reliable for everyone. For programmatic access, sign up and get 10 free API conversions with no card; after that it's $5 AUD/year for unlimited conversions.

03How long does it take to convert HTML to PDF?+

Our tool works lightning fast! In most cases, the conversion process is near-instant. Large or complex files may take a few seconds, but we've optimized our system for speed.

04What happens to my data after conversion?+

We do not store or share your data. Once you download your PDF, the content is immediately discarded from our servers to ensure your privacy and security. Your files are never saved permanently.

05Can I use your API for automated conversions?+

Yes! Sign up and get 10 free API conversions with no card; after that it's $5 AUD/year for unlimited conversions with no per-page fees. A rate limit of 10 requests per minute applies. Create an account, generate an API key, and check the API docs for request formats and examples.

06How many PDFs can I upload?+

You can upload up to 10 files per batch. This allows you to convert multiple HTML files simultaneously, saving you time when working with multiple documents.

07What is the largest .html file size allowed?+

50MB is the current size limit. This is generous, as HTML files rarely exceed a few megabytes. If you have larger files, consider splitting them into smaller components.

08Do you support all HTML5 features?+

We support most modern HTML5 features including semantic elements, forms, multimedia, and advanced CSS. However, some interactive JavaScript features may not render in the PDF output.