PDF to EPUB Converter
Turn a fixed-page PDF into a reflowable EPUB your e-reader can resize. The whole thing runs in your browser.
Got a scan? If you can't select the text inside the PDF, there's no text to extract. The EPUB will come out empty. Try Scanned PDF to Text or Make PDF Searchable instead.
Drop your PDF here
or click to browse
How a PDF turns into an EPUB
A PDF locks every character to a specific spot on a fixed page. An EPUB doesn't. The text reflows to fit whatever screen, font size, or orientation the reader is on. Going from PDF to EPUB is really a text-extraction job followed by some structure cleanup.
What lands in the EPUB
- The full text, in reading order.
- Paragraph breaks inferred from line spacing.
- Chapter structure when the converter spots headings like "Chapter 1".
- Title and author, if they're in the PDF metadata.
What doesn't come across cleanly
- Multi-column layouts. Two-column scientific papers often interleave the text incorrectly.
- Scanned PDFs. There's no text to extract from page images. Run OCR first.
- Footnotes, page numbers, and running headers. These tend to show up inline.
Start with a text-based PDF (one where you can highlight a sentence) and the result will be readable. Start with a scan and the result will be empty.
About the PDF format
Portable Document Format was introduced by Adobe Systems in 1993. The original goal was practical: John Warnock wanted documents to look the same on every screen and every printer, regardless of what software made them. Adobe held the spec privately until 2008, when PDF 1.7 was published as ISO 32000-1, making it an open international standard. A PDF stores fonts, vector shapes, and raster images at fixed coordinates. That's its strength for printing and its weakness for reading: a layout designed for an A4 sheet is awkward on a phone or a six-inch e-reader.
About the EPUB format
EPUB came out of the International Digital Publishing Forum in 2007, replacing the earlier Open eBook standard. The IDPF folded into the W3C in 2017, which now stewards the spec. The format is essentially a ZIP file containing XHTML, CSS, images, and a manifest describing the reading order. Because the content is HTML, the text reflows to any screen size and respects whatever font size the reader chooses. Kobo, Apple Books, Google Play Books, Nook, and (since 2022) Amazon's Send to Kindle all accept EPUB. It's the open ebook standard.
When to use PDF to EPUB (and when not to)
Reflowing a PDF makes sense when:
- You're reading a long text-heavy PDF on a phone and tired of pinch-zooming.
- You want to use a sideloaded book on a Kobo, Kindle Scribe, or reMarkable with proper font controls.
- The PDF is a novel or report someone exported from Word without thinking about ebook readers.
- You want to listen to the document via a TTS app that prefers EPUB.
Stay with the PDF if:
- The document is a form, contract, or anything where layout has legal meaning.
- The PDF is a scan with no embedded text. Run OCR first.
- The content is heavily visual — atlases, art books, technical diagrams.
Common problems and how to fix them
- EPUB comes out blank or nearly empty. The PDF has no extractable text layer — it's a scan. Run it through the OCR tool first, then come back.
- Columns are interleaved. Two-column journal papers confuse text extraction. Try the "single chapter" option and accept that you'll skim past some headers and footers.
- Footnotes appear in the middle of paragraphs. PDFs don't mark footnotes structurally; they're just text at the bottom of the page. The converter has no way to know they're not part of the body.
- Chapter detection picked the wrong headings. Switch from auto to a fixed page count (every 20 pages, say) for predictable splits.
- Password-protected PDF won't open. Remove the password in your PDF reader's print-to-PDF flow first, then convert.
- Special characters render as squares. The font in the PDF used a custom encoding the extractor couldn't decode. Rare but real for academic PDFs with math symbols.
Frequently asked questions
Is the PDF uploaded anywhere?
No. The conversion is done entirely in your browser using pdf.js and JSZip. Open the Network tab in DevTools while you convert if you want to see for yourself.
How big a PDF can I drop here?
RAM is the limit. Anything up to a few hundred megabytes is fine on a laptop. On a phone with 4 GB of RAM, big PDFs may crash the tab.
Does this work on iPad and iPhone?
Yes. Safari handles the conversion. The EPUB lands in your Files app, ready to send to your reader app of choice.
Will the images in the PDF come along?
Inline images are dropped in this converter — the focus is reading order text. If keeping images is critical, use Calibre on a desktop where you can configure image handling.
What if the result is messy?
PDFs vary wildly in how cleanly they were authored. A book PDF made in InDesign converts neatly; a scientific paper with floating sidebars will need cleanup in an EPUB editor like Sigil.
What formats does the result work with?
Any reader app that takes EPUB, which is most of them. Send to Kindle accepts EPUB directly since late 2022 and converts it to Amazon's native format on their end.
Related converters
EPUB to PDF
Send the other direction when you need a fixed-page printable file.
PDF to EPUB with Chapters
The same conversion with finer control over chapter detection.
PDF OCR
Pull text out of a scanned PDF before you try to convert it.
PDF for Kindle Scribe
EPUB tuned for the 10.2-inch Scribe screen and Send to Kindle.