Initializing... drag & drop files here
Supports: PDF
PDF was designed in 1993 to print and display a page exactly as authored — fixed page size, fixed line breaks, fixed font positioning. That works on paper and on desktop screens, but a 6" Kindle, a phone, or a smartwatch can't reflow PDF text without ugly pinch-zoom and horizontal scrolling. EPUB is an open IDPF/W3C standard built around reflowable XHTML inside a ZIP container, so the text adapts to whatever screen and font size the reader prefers.
.epub files in mid-2022 and retired MOBI uploads on December 20, 2023. EPUBs are converted server-side into Kindle's modern KF8/KFX format on delivery.| Property | EPUB | |
|---|---|---|
| Layout model | Fixed page geometry | Reflowable XHTML |
| Best screen size | Letter / A4 / desktop | Any (phone to tablet) |
| Adjustable font size | No (zoom only) | Yes |
| Adjustable font family | No | Yes (reader's choice) |
| Night/dark mode | App-dependent overlay | Native, content-aware |
| Multi-column reflow | Breaks on narrow screens | Single-column reflow |
| Embedded fonts | Always | Optional (CSS @font-face) |
| File size (text-heavy) | Larger | Smaller (no layout data) |
| Standard | ISO 32000 | W3C / IDPF EPUB 3.3 |
| Native on Kindle | Limited | Yes (since 2022) |
| Device / App | EPUB support | Notes |
|---|---|---|
| Apple Books (iOS, macOS) | Native | EPUB 3 with fixed-layout extensions |
| Kobo (all models) | Native | EPUB and EPUB 3 fully supported |
| Barnes & Noble Nook | Native | EPUB primary format |
| Google Play Books | Native | EPUB or PDF upload |
| Amazon Kindle | Via Send to Kindle | EPUB accepted since 2022; converted to KFX on device |
| PocketBook / Tolino / Onyx Boox | Native | EPUB primary; many also read PDF natively |
| Calibre (desktop library) | Native + conversion | Open-source EPUB editor and converter |
| Adobe Digital Editions | Native | EPUB 2/3 with DRM support |
Our converter produces a reflowable EPUB, which is the right choice for novels, reports, articles, manuals, and most text-heavy PDFs. Reflowable means text rewraps to fit the screen; line breaks, page breaks, and column layouts from the original PDF are not preserved verbatim — by design.
If your PDF is a magazine, comic, children's picture book, photo book, or form with pixel-precise positioning, a fixed-layout EPUB (or keeping the file as PDF) is usually a better fit. Fixed-layout EPUB hard-codes each page's geometry and is supported by Apple Books and Kobo but only partially on Kindle.
Works well: novels, non-fiction prose, technical manuals, single-column reports, articles, theses.
Works less well: magazines with multi-column spreads, scanned PDFs without OCR, forms, comics, layout-heavy designed PDFs. For scanned PDFs, run OCR first (in Acrobat, ABBYY FineReader, or Calibre's OCR plugin) so the EPUB contains real text rather than page images.
If you also need other directions, see EPUB to PDF, EPUB to MOBI, PDF to MOBI, or DOCX to EPUB.
No, and that's intentional. EPUB is a reflowable format — text rewraps to fit whatever screen, font size, and orientation the reader chooses. Headings, paragraphs, bold/italic styling, bulleted lists, and inline images carry over. Multi-column layouts collapse to a single column, page numbers and running headers are dropped, and pixel-precise positioning is replaced by CSS flow.
Yes. Amazon's Send to Kindle (web, email, iOS/Android app, Mac/PC desktop app) has accepted EPUB uploads since mid-2022 and dropped MOBI support entirely on December 20, 2023. Email your .epub to your @kindle.com address or drop it into the Send to Kindle web app; Amazon converts it to KF8/KFX on its servers before delivering to your device. The file must be DRM-free.
Only if the PDF already contains an OCR text layer. A scanned PDF is a sequence of page images; without OCR the converter has no real text to extract, and the resulting EPUB will either be empty or contain those images with no searchable text. Run OCR first (Acrobat Pro, ABBYY FineReader, or a free tool like Tesseract) and then convert the OCRed PDF here. Calibre's conversion docs explicitly note that PDFs without an embedded text layer cannot be converted to reflowable EPUBs.
Embedded images are extracted and re-referenced inside the EPUB's OEBPS folder. Chapter structure is derived from heading styles and bookmarks when present in the PDF — if the PDF has no heading marks or table of contents, the converter falls back to splitting on page breaks. For best chapter detection, export PDFs from Word, Pages, or LaTeX with real heading styles rather than oversized bold text.
Calibre is the most powerful open-source option and is excellent if you want to tune heuristics, edit metadata, and batch hundreds of files locally. It also has a steep learning curve and requires installing a 250+ MB desktop app. Our online converter is a faster choice when you have a handful of files, don't want to install anything, and are happy with reasonable defaults. Both produce reflowable EPUBs from the same source PDF; results on heavily designed PDFs will be imperfect either way.
Generally no — and you usually don't want them to. EPUB readers prefer to honor the reader's chosen font (system serif, sans-serif, or a dyslexia-friendly face) so the file stays small and accessible. The converter preserves font weights and styles (bold, italic) via CSS, but the actual typeface is left to the e-reader unless you edit the EPUB later in Calibre or Sigil to embed a font.
Not directly in a single click — each PDF converts to its own EPUB. If you need one combined ebook, first use Merge PDF to join the PDFs into one file, then convert that merged PDF to EPUB here.
The free tool handles typical ebook-sized PDFs comfortably; very large scanned PDFs (hundreds of megabytes) may time out in-browser before they finish uploading. If you hit a limit, OCR and downsample the scan first, or split the PDF into smaller chunks before converting.
EPUB is the open W3C standard used by Kobo, Apple Books, Nook, and modern Kindles. MOBI is Amazon's legacy Mobipocket-based format, retired for new Send to Kindle uploads on December 20, 2023. AZW3 (KF8) is Amazon's proprietary follow-up to MOBI, still used internally on Kindle devices but not as a sideloading format. For new conversions in 2026, EPUB is the right target — Kindle accepts it directly and every other major reader treats it as the native format. If you specifically need MOBI for an older Kindle, see PDF to MOBI.