Converts an EPUB into a PDF with real pages. The usual reasons are printing, submitting to something that only takes PDF, or reading on a device that will not open EPUB — and none of them is served by a converter that scrambles the chapter order.
Reading order comes from the spine, not the filenames
<spine> element of the package document, which lists the chapters by reference.
A converter that walks the ZIP alphabetically produces a book with chapter 10 after chapter 1, and an appendix in the middle. This one reads META-INF/container.xml to find the package document, parses the manifest and the spine, and follows the spine exactly. Chapter breaks start new pages.
What a fixed-page PDF costs you
That trade is the point of converting, and it cannot be undone afterwards — a PDF made from an EPUB does not become reflowable again. Keep the EPUB if you might want to read it on a small screen. Convert when you need to print it, or hand it to something that only accepts PDF.
Set the page size and font size to suit the destination. A5 at 11 pt reads like a paperback; A4 at 12 pt is what a printer expects.
What is kept and what is not
Kept: the text, the reading order, headings at three levels, lists, block quotes, preformatted blocks, and the title and author from the book's metadata.
Not kept: the publisher's CSS — fonts, colours, drop caps, page furniture. Images are omitted, because placing them back into reflowed text needs to know where they sat in the original design and guessing produces something worse than leaving them out. Footnote links become plain text. The table of contents is not turned into PDF bookmarks.
What you get is a clean, readable, typeset document rather than a facsimile of the publisher's design.
Latin script only, and why
Writing Chinese, Japanese, Korean, Arabic, Hebrew, Thai, Devanagari or Cyrillic means embedding a font that contains those glyphs, and a font with usable CJK coverage is several megabytes. Downloading that on the chance a visitor needs it is not a reasonable trade for a page that mostly converts English.
So instead of producing a document full of blank boxes, unencodable characters become a question mark and the conversion tells you exactly how many were affected and which script they belonged to. If your text is in one of those scripts, this is the wrong tool and you should use a desktop converter — that is a more useful answer than a broken file.
Books that cannot be converted at all
Books from Project Gutenberg, Standard Ebooks, most technical publishers and anything you made yourself are DRM-free and convert normally.
Other names for this
Also searched as “convert epub to pdf”, “ebook to pdf”, “epub to pdf free”.
Questions
- Will the chapters be in the right order?
- Yes. The order comes from the book’s spine, which is where the reading order is defined — not from the filenames in the archive, which is how converters get this wrong.
- Are the images included?
- No. Placing images back into reflowed text requires knowing where they sat in the original layout, and guessing looks worse than omitting them.
- My book is in Japanese and came out as question marks.
- PDF’s built-in fonts cover Latin script only. Anything else needs an embedded font of several megabytes, so this tool tells you rather than producing blank boxes. Use a desktop converter such as Calibre for those.
- It says my book is DRM-protected.
- Then it is, and its text is encrypted. Books from Kindle, Kobo and Google Play generally are; Project Gutenberg and Standard Ebooks are not.
- Can I go back to EPUB afterwards?
- Not usefully. The PDF has fixed pages and the reflowable structure is gone. Keep the EPUB.
- Is my file uploaded?
- No. The PDF is built in this tab and handed to you as a download. That matters here more than most places: the documents people convert to PDF are contracts, CVs, medical letters and manuscripts.
- Can I convert several files at once?
- Yes. Drop as many as you like, or a whole folder. Each becomes its own PDF keeping its original name.