EPUB to PDF Converter

Drop an EPUB below and you'll get a PDF back. The file stays on your machine. The conversion runs in this browser tab.

Drop your EPUB file here

or click to browse

Supports .epub files. Max size: limited by your device's RAM.

Three steps

  1. Drop your .epub on the box above (or click to pick a file).
  2. Hit Convert to PDF.
  3. The PDF downloads as soon as it's ready.

How an EPUB becomes a PDF

An EPUB is basically a zip full of HTML and CSS. The reader app decides how the text wraps on your screen. A PDF is the opposite: every word sits in a fixed spot on a fixed page. This tool walks through the chapters in your EPUB, rebuilds the text into A4 pages, and saves the result.

Most EPUB-to-PDF sites want you to upload your book first. That's fine for a Project Gutenberg classic. For an ebook you wrote, paid for, or shouldn't be sharing with a random server, it's not great. This page does the work locally, using JavaScript that runs after the page loads.

What survives the round trip

Things that don't always make it: custom fonts, fancy CSS layouts, and large embedded images. If you need pixel-perfect fidelity, Calibre on the desktop will usually do better. The tradeoff is installing software and handing the file to another program. If you'd rather not do either, stay here.

Nothing leaves your browser

The easiest way to check: load this page, then turn off your Wi-Fi. The conversion still works. More on how that's set up.

About the EPUB format

EPUB was finalized by the International Digital Publishing Forum in 2007 as the open replacement for the older Open eBook standard. In 2017 the IDPF merged into the W3C, which now maintains the spec. Under the hood, an EPUB is a ZIP archive containing XHTML files, CSS, images, and an OPF manifest. Because the content is HTML, the text reflows to fit any screen and any font size. Every major reader except Amazon's older Kindles supports EPUB natively, which is why it became the de facto standard for indie publishers, libraries, and platforms like Kobo, Apple Books, and Google Play Books.

About the PDF format

Adobe released PDF in 1993 to solve a single problem: making a document look identical on every printer and every screen. The format freezes type, images, and layout into a fixed canvas. Adobe handed the spec to ISO in 2008, so PDF 1.7 became ISO 32000-1 and is now an open international standard. PDF is the lingua franca of legal filings, scientific papers, government forms, and anything that needs to print correctly. It's a worse reading experience than EPUB on a phone, but it's the only format that everyone, on every device, knows how to open.

When to use EPUB to PDF (and when not to)

Going from a reflowable ebook to a fixed-page document is a one-way street. Pick it when:

Skip the conversion if:

Common problems and how to fix them

Frequently asked questions

Does the EPUB get uploaded to a server?

No. The file is read by JavaScript inside your browser tab. You can verify by opening DevTools and watching the Network tab while a conversion runs — there's no upload request.

Is there a file size limit?

The practical ceiling is your device's RAM. A 50 MB EPUB with lots of images is fine on a laptop. On an older phone, the tab may crash above 100 MB.

Does this work on mobile?

Yes, in any modern Safari, Chrome, or Firefox build. The downloaded PDF saves to your default downloads location. On iOS it usually lands in the Files app under "Downloads."

Will the PDF have a clickable table of contents?

Yes, if the EPUB had one. The chapter links survive as PDF outlines that show up in the sidebar of most PDF viewers.

What if I need pixel-perfect formatting?

Use Calibre on the desktop. It has more control over fonts, CSS rules, and page styling than a browser-only tool can offer. The tradeoff is a 200 MB install and a learning curve.

What other formats can the EPUB go to?

Plain text and Kindle-friendly EPUBs from this site. For MOBI or AZW3 specifically, Amazon's Send to Kindle service accepts EPUB directly and does the conversion server-side.

Related converters