Davemi Tools

PDF to EPUB

Convert a PDF's text into a reflowable EPUB ebook, right in your browser.

Drop a PDF file here or browse

One PDF document

Frequently Asked Questions

Does it keep images and formatting from the PDF?

No — this tool extracts text only, so it can produce a properly reflowable EPUB (the whole point of EPUB, versus a fixed-layout image-based file). Fonts, colors, and images are not carried over.

How are paragraph breaks decided?

From the vertical spacing between lines on each page — a gap noticeably larger than the page's typical line spacing is treated as a new paragraph. It's a heuristic, not a true layout parse, so unusual layouts (multi-column pages, tables) may not split perfectly.

How are chapters organized?

Every 10 pages of the source PDF becomes one EPUB chapter ("Pages 1–10", "Pages 11–20", etc.) — PDFs don't have real chapter markers to detect generically, so this keeps navigation predictable for any document.

Does it work on scanned/image-only PDFs?

No. This tool reads the PDF's actual text layer — a scanned page with no embedded text (i.e. no OCR applied) has nothing to extract.

Is my PDF uploaded anywhere?

No. Text extraction and EPUB assembly both happen entirely in your browser using JavaScript. Nothing is sent to a server.