PDF tools

Convert HTML to PDF

Drop an HTML file and get a PDF snapshotof the rendered page. The PDF is a picture of the page — not selectable text. Everything runs in your browser, so your file never leaves your device.

About converting HTML to PDF

Your HTML is rendered into an off-screen page, snapshotted to an image, and embedded into a single-page PDF. The result is a rasterized snapshot: text becomes part of the image, so it is not selectable or searchable. Simple HTML and CSS render well; complex CSS, custom fonts, and remote resources may differ from a browser view.

Is it private?

Yes. The renderer is a JavaScript library running on your own machine. The HTML file is never uploaded, stored, or seen by us — there is no server to send it to. If your HTML links to remote images or styles, your browser may fetch those exactly as it would for any web page.

Frequently asked questions

Is the text in the PDF selectable or searchable?
No. The PDF is a rasterized snapshot — a picture of the rendered page. The text is part of an image, so it cannot be selected, searched, or copied. If you need selectable text, this is not the right tool.
Will my HTML render exactly like it does in a browser?
Not always. Simple HTML and CSS render well, but complex layouts, custom fonts, and advanced CSS features may differ from a normal browser view. The result is a best-effort snapshot, not a faithful print-CSS render of arbitrary pages.
What about images or styles loaded from the web?
Remote resources — images, fonts, or stylesheets hosted elsewhere — may not load into the snapshot, and some servers block cross-origin access entirely. For the most reliable result, inline your images and styles directly in the HTML.
Are my files uploaded to a server?
No. The HTML is rendered and turned into a PDF entirely by JavaScript running on your own machine. The file itself is never uploaded, stored, or seen by us. (If your HTML references remote resources, your browser may fetch those as any web page would.)
Is it free, and do I need an account?
It is free with no watermarks, no daily caps, and no sign-up. Drop your HTML file, convert it, and download the PDF.