How to Convert PDF to EPUB Online (and When You Shouldn't)

July 30, 2026BookConv Team
PDFEPUBOCRBookConvconversionguide

Upload your PDF and convert it to EPUB on BookConv in seconds — no software to install, no account needed. This guide shows you how to run it, how to tell in ten seconds whether your PDF will convert well or turn into a mess, and when you're better off keeping the PDF exactly as it is.

Convert PDF to EPUB on BookConv in Three Steps

The fast path first.

  • Open the PDF to EPUB converter and drop your file onto the upload area.

  • Look at the metadata preview. It shows what BookConv could read out of the file, which is your first hint about whether the PDF has a real text layer or not.

  • Convert, watch the progress bar, and download the EPUB.


It runs on a server-side Calibre engine, so you get the same conversion logic desktop users get without installing or configuring anything. Free tier is 10 MB per file and 5 conversions per hour with no account. Pro takes files up to 50 MB, and the API up to 100 MB.

A few practical notes

PDFs run larger than most ebook formats — a scanned 300-page book can easily clear 100 MB while a plain text-layer PDF of the same book might be 2 MB. If you hit the size limit, that size difference is usually telling you something about what's inside the file.

Big or slow conversions get handed to a background worker queue instead of tying up your browser, and the progress bar keeps ticking so you can see it's still working. Download links are temporary and converted files are deleted after a period, so grab the EPUB when it's ready rather than saving the link.

DRM-protected files are rejected on upload. Password-protected PDFs are the same story — remove the password yourself first if it's your file and you know it, then upload.

One honest caveat that shapes everything below: BookConv works best on text-based PDFs. Scanned PDFs need OCR first, and that's a separate step BookConv doesn't do.

Check Your PDF First: Real Text or Scanned Images?

Do this before you upload anything. It takes ten seconds and it decides your whole workflow.

Open the PDF in any reader and try to select a sentence with your cursor. If the text highlights and you can copy it, you've got a text-layer PDF and BookConv will handle it. If your cursor just draws a rectangle over an image, it's a scan — a photograph of a page — and there are no words in the file to extract.

Zooming in is the second tell. Real text stays sharp at 400 percent. Scanned text goes soft and pixelated.

Scanned PDFs need OCR before conversion

Optical character recognition reads the image and produces actual text. It happens before conversion, and BookConv doesn't do it — upload a scan and you'll get an EPUB full of full-page images that can't be resized, searched, selected, or read aloud. Technically a valid EPUB. Practically useless.

Your OCR options:

  • Tesseract — free, open source, and the engine behind most other tools. Command-line, so there's a learning curve. The Tesseract project documentation covers language packs and output modes.

  • Adobe Acrobat Pro — its Recognize Text feature is accurate and writes the text layer back into the PDF in place. Paid.

  • Built-in OS tools — recent macOS and Windows versions do basic OCR on images. Fine for a handful of pages, painful for a whole book.


Accuracy tracks scan quality almost perfectly. A clean 300 DPI scan of printed text gets you into the high nineties. A phone photo of a curled paperback, or anything with handwriting, marginalia, or show-through from the reverse side, needs proofreading afterwards.

Once OCR has written a text layer into the PDF, come back and upload it like any other text PDF.

Why PDF to EPUB Is the Hardest Conversion

Worth understanding, because it explains why two PDFs of similar length can produce wildly different results.

A PDF is a page description. It says put this glyph at these coordinates, in this font, at this size, and that's genuinely all it says. There's no reliable notion of a paragraph, a heading, or a chapter — just characters positioned on a canvas. Any converter has to reconstruct that structure from spacing, font sizes, and line positions.

EPUB works the opposite way. It's XHTML and CSS in a zip container, and the entire point is that text reflows to fit whatever screen you're holding. Change the font size and pages re-break. The W3C EPUB 3 specification defines the structure that makes that work.

So the conversion has to invent semantics the source never stored. Results vary by layout:

  • Single-column novel PDFs convert well, because the guesses are easy

  • Two-column academic papers often interleave the columns into nonsense

  • Textbooks with sidebars and captions scatter those elements into the middle of paragraphs

  • Scanned books produce nothing usable without OCR first


Documents that started life as Word files are a different story. DOCX to EPUB gives much cleaner output, because the heading structure was actually stored rather than implied by font size. If you can find the original DOCX, use it. Our ebook formats explained post covers which formats hold structure and which don't.

Fixing Broken Line Breaks, Headers, and Hyphens

Here's what a first-pass PDF conversion usually looks like, and what to do about each problem.

Every line is its own paragraph

The classic one. The converter read each visual line as a paragraph because it couldn't distinguish wrapped text from a real break. This tends to hit PDFs with unusual line spacing or narrow columns. If your output looks like this, the source layout is fighting the converter — try a differently formatted version of the document if one exists.

Hyphenated words split across lines

Print typesetting breaks words at line ends, and conversion sometimes keeps both halves as separate words, giving you conver- and sion. Most survive-and-fix cases are quick find-and-replace work in any EPUB editor after download.

Page numbers and running headers in the text

A PDF has no idea that Chapter Four — 87 at the top of a page is furniture rather than content, so it flows into your paragraphs. Regular-expression cleanup in a desktop editor handles repeating headers and footers if there are enough of them to bother you.

Images landing in the wrong place

Figures anchored to page coordinates get dropped wherever the text happens to be when the converter reaches them. There's no automatic fix. Move them in an editor, or live with the drift if it's a reading copy rather than a reference.

Footnotes turning into inline gibberish

Footnotes sit at the bottom of a page in a smaller font, and conversion often dumps them mid-paragraph. Heavily footnoted academic PDFs are among the worst conversion candidates, which leads directly into the next section.

For serious cleanup work — custom search-and-replace passes, tuning line unwrapping by hand, chapter detection with XPath rules — desktop Calibre is the fallback, and the Calibre conversion documentation explains every option in its PDF input panel. For a normal text PDF you shouldn't need any of it.

Going the other direction for printing or submission? EPUB to PDF does that too.

When You Should Keep the PDF

Sometimes the right answer is to leave the file alone. Fixed layout exists for a reason.

Keep the PDF when:

  • Layout carries meaning. Sheet music, poetry with deliberate line placement, art books, comics, and graphic novels lose the point when text reflows.

  • It's a reference document. Legal filings, forms, standards, and anything where a citation says page 42 need stable pagination.

  • The tables are complicated. Multi-level headers and merged cells survive PDF and rarely survive conversion.

  • It's a heavily formatted textbook. Sidebars, callouts, equations, and figure captions all depend on position.

  • You need to print it. PDF was built for print output. EPUB wasn't.


There's a middle path worth knowing about: fixed-layout EPUB keeps positioning while still being an EPUB, which suits comics and picture books. Reader support is inconsistent, so test on your target device before committing a library to it.

The honest test is what you plan to do with the file. Reading long-form prose on a phone or e-reader? Convert it. Consulting, citing, annotating, or printing? Keep the PDF and stop worrying about it.

Key Takeaways

  • Test the text layer first. If you can't select and copy text, it's a scan — run OCR elsewhere before uploading, because BookConv doesn't do OCR.

  • BookConv handles text PDFs in the browser. Upload, convert, download. Free tier is 10 MB per file and 5 conversions per hour, no account, no install.

  • Save the file right away. Download links are temporary and converted files are deleted after a period.

  • PDF stores position, not structure. Every converter is guessing at paragraphs and chapters, which is why a novel converts cleanly and a textbook doesn't.

  • Some PDFs shouldn't be converted. Comics, sheet music, forms, and reference documents lose their meaning the moment text reflows.

Frequently Asked Questions

Can BookConv convert a scanned PDF to EPUB?

It will produce a file, but not a useful one. A scan contains images rather than text, so you'd get an EPUB of unsearchable page pictures. Run OCR first with something like Tesseract or Acrobat Pro, then upload the result.

How do I know if my PDF is scanned?

Try selecting a sentence with your cursor. If the text highlights, there's a real text layer. If you get a selection rectangle over an image, it's a scan. Zooming in is the second check — scanned text pixelates, real text stays sharp.

What's the file size limit?

10 MB per file on the free tier, 50 MB on Pro, and 100 MB through the API. PDFs are bulkier than most ebook formats, so image-heavy documents hit these limits faster than plain text ones.

Can I convert a password-protected PDF?

Not while it's protected — encrypted content can't be read by any conversion tool. Remove the password yourself first if it's your own file. DRM-protected files are rejected at upload and can't be converted at all.

Why does my converted EPUB have one line per paragraph?

The converter read each visual line as a separate paragraph, which usually means the source PDF has unusual line spacing or narrow columns. Desktop Calibre lets you tune the line unwrapping factor manually if you need that level of control.

Does converting to EPUB reduce quality?

Text quality holds up when the PDF has a proper text layer. What you lose is layout — exact positioning, page breaks, and typography. Images are re-encoded, so very high-resolution figures may come out slightly softer.

My conversion is taking a while. Is it stuck?

Probably not. Large or slow files go through a background worker queue, and the progress bar keeps updating while that runs. Leave the page open until the download link appears.

Ready to Convert?

Try our free online converter:

Related posts

How to Convert Scanned PDF to EPUB with OCR

A scanned PDF is just a pile of page images — there is no real text inside, so it cannot reflow or be searched. To turn it into a proper EPUB, you need OCR (optical character recognition) to read the words out of the images first. Here is how the process works and what to expect.

Fix PDF to EPUB Layout Issues: Typesetting Tips

Struggling with broken formatting when converting PDFs to EPUB? You are not alone. This guide explains why layout issues happen and how BookConv can help you achieve clean, readable e-book files for your Kindle or other devices.

Convert Legacy LIT, DJVU, FB2, RTF to EPUB & PDF Free

Lost digital libraries are a nightmare for any avid reader. You might have stumbled upon a rare technical manual in the old LIT format, found a classic literary anthology in DJVU, or inherited a collection of Russian literature in FB2. For years, these formats ruled the early internet book-sharing scene, but as technology moved forward, support for them faded. Now, you likely find yourself stuck with files that your modern e-reader, tablet, or phone cannot open natively. The solution is not to start over from scratch; it is to convert. Whether you need to move your old LIT files to the universal EPUB standard, compress DJVU archives into readable PDFs, or simply clean up the formatting of an old FB2 file, modern conversion tools like BookConv make this process seamless. This guide will walk you through why these legacy formats are problematic today and how you can quickly rescue your digital reading experience across LIT, DJVU, FB2, and RTF files.

Related Guides