Convert EPUB to PDF
An EPUB has no pages. Text reflows to whatever screen it lands on, which is why it reads well on a phone and why "page 47" means nothing in one. Converting to PDF freezes that text onto a fixed page — useful for printing or annotating, and a downgrade for reading on anything small.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeDrop your EPUB file here, or click to browse
Up to 50 MB. Deleted automatically after 30 minutes.
What it does
- Chapter structure kept as PDF bookmarks
- Embedded images and cover carried across
- Table of contents becomes clickable links
- DRM-protected files are refused, not silently mangled
How to use EPUB to PDF
- 1
Add the EPUB
Files from public-domain libraries, self-published books, and anything you exported yourself all work. A book bought from a store may carry DRM, in which case the conversion stops with an error rather than producing a corrupted file.
- 2
Convert
The book is laid out onto a fixed page size and rendered. This takes appreciably longer than an image conversion — a full-length novel is a real typesetting job, not a format swap, and tens of seconds is normal.
- 3
Check the first and last chapters
Look at chapter openings and any page with an image. Those are where layout problems surface: a heading stranded alone at the foot of a page, or a figure pushed away from the text that refers to it.
How it works
An EPUB is a ZIP archive containing HTML files, CSS, images and a manifest. It is, quite literally, a small website with a table of contents — which is why the text reflows: it is HTML, and HTML has always reflowed.
The conversion unpacks that archive, applies the book's stylesheets, and renders the result onto a fixed page size, paginating as it goes. The navigation document that drives the contents list is translated into PDF bookmarks, so chapter structure survives.
The step that costs the time is pagination. Deciding where each page breaks means laying out every line of the book, and a full-length novel is tens of thousands of lines. This is why the conversion takes tens of seconds where an image conversion takes one.
What is lost, and why
Reflow. The defining feature of the format, and the first casualty. In an EPUB the reader chooses the type size and the text rearranges. In a PDF the type size is fixed at conversion time, so on a phone the reader is left pinching and panning across a page designed for A4.
Reader preferences. Font choice, line spacing, margins, and night mode are all decisions the reading app makes from the EPUB's markup. A PDF has already made them.
Wide content. Covered in the second example. An EPUB can let a table or a code block scroll horizontally; a page cannot.
Position independence. An EPUB bookmark refers to a position in the text and stays correct at any font size. A PDF bookmark refers to a page, which is why notes and highlights do not transfer between the two versions.
What survives intact
The text itself, all of it, with its emphasis and structure. Images at their embedded resolution. Chapter hierarchy, as bookmarks. Internal cross-references, as links. Footnotes, though they are relocated to the foot of the page they fall on rather than staying a tap away.
For a book that is mostly prose, that adds up to a faithful conversion. For an illustrated or heavily tabular book, expect to check the layout rather than trust it.
The direction people usually want
It is worth saying that most people converting EPUB to PDF actually want to read on a device, and would be better served by an EPUB reader — every phone and tablet has one, and they are free. The conversions that genuinely need a PDF are narrower: printing a copy, marking it up in a PDF annotator, or sending it somewhere that accepts nothing else. If none of those apply, the original file is the better reading experience.
Examples
A plain novel
The straightforward case, and the one that converts well. Continuous prose with no figures has nothing to break: the text simply flows onto pages and stays there. The page count differs from any printed edition because page size and type size are ours, not the publisher's.
A technical book with code blocks
Code survives because it is preformatted text. Wide tables do not: an EPUB lets the reader scroll a table sideways, and a PDF page has a hard edge. Anything wider than the text column is cut off there, which is a limit of fixed pages rather than of this converter.
Frequently asked questions
Why does the page count not match the printed book?
Because an EPUB never had pages to begin with. It stores a continuous stream of text with styling, and the reading app decides where lines and pages break based on screen size and font settings. Converting invents page boundaries using our page and type size, so the total is close to a printed edition but rarely identical, and citations by page number will not line up.
Can it convert a book I bought from Kindle or Kobo?
Only if the file is not DRM-protected. Most store purchases are, and the encryption is part of the file rather than a setting — the converter cannot read the text at all and reports an error instead of writing a broken PDF. Books from public-domain libraries, most technical publishers, and anything self-published usually convert without trouble.
Will the table of contents still work?
Yes. The EPUB's navigation document becomes PDF bookmarks in the sidebar, and entries in the contents page become internal links. This is one of the few things that survives the format change intact, because both formats have a real concept of document structure.
Should I convert at all, or read the EPUB?
Read the EPUB if you are reading on a phone, tablet or e-reader — reflowing text to the screen is the whole advantage and a fixed page throws it away. Convert when you specifically need fixed pages: printing, annotating in a PDF tool, submitting somewhere that only accepts PDF, or reading on a large monitor where a page-shaped layout is comfortable.