Upload an .html file and it's rendered in your browser, then sliced into A4-sized pages and assembled into a downloadable PDF.

How to use HTML to PDF

  1. Add an .html file.
  2. Tap Run.
  3. Download the paginated PDF.

FAQ

Can I put in a website URL instead of a file?

Not yet — browsers block a page from fetching and rendering an arbitrary external site's HTML, so this works on an .html file you already have.

Will external images and fonts show up?

Only if the source allows cross-origin loading (CORS). Self-contained HTML with inline styles/images renders most reliably.