EPUB Converter
FileFlip converts EPUB files into 61 other formats entirely inside your browser, using Pandoc, MuPDF and ImageMagick compiled to WebAssembly. The EPUB file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.
How do I convert an EPUB file?#
- Drop your EPUB file onto the converter at the top of this page, or click it to pick one from your computer.
- Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
- Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.
Is it safe to convert EPUB files online?#
Yes, because nothing is uploaded. FileFlip converts EPUB files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.
You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.
How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.
What happens to a EPUB file#
FileFlip converts EPUB into 61 formats with Pandoc, MuPDF and ImageMagick, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.
| Category | Documents |
|---|---|
| File extension | .epub |
| FileFlip support | Read and written |
| Conversions available | 61 |
| Engines | Pandoc, MuPDF and ImageMagick |
| Downloaded to your browser | 65.8 MB on the first conversion, then cached |
What is an EPUB file?#
An EPUB file is a ZIP archive of XHTML, CSS and image files plus a manifest, packaging a book as reflowable web content that an e-reader lays out to fit its own screen.
Use EPUB for any ebook meant to reflow to the reader's screen and open on Kobo, Apple Books, Google Play Books or Adobe Digital Editions.
Convert away from EPUB when a Kindle needs the file in KFX or AZW3, or when the fixed page layout of a PDF matters more than reflow.
The EPUB file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.
EPUB questions people ask#
What is an EPUB file?
An EPUB file is an ebook packaged as a ZIP archive of XHTML pages, CSS and images, which is why the text reflows to fit whatever device opens it rather than staying pinned to a fixed page. It is the open ebook standard, maintained by the W3C, and every major reading app supports it except Kindle.
Why won't my Kindle open an EPUB file?
Kindle devices and the Kindle app do not read EPUB natively. Amazon's Send to Kindle service accepts an EPUB upload but converts it internally to KFX before it reaches the device, so the file itself still needs to go through that conversion rather than being copied over as-is.
What is the difference between EPUB 2 and EPUB 3?
EPUB 2, finalized in 2010, covers text-centric books built from XHTML and CSS. EPUB 3, released in 2011, added fixed-layout pages for comics and picture books, MathML for equations, and support for embedded audio and video, so a modern EPUB file can do things a 2010-era reading app was never built to handle.
Can I remove DRM from an EPUB file to convert it?
No converter can remove DRM from an EPUB file. When a book is protected with Adobe's ADEPT scheme or a retailer's own encryption, the actual page content is encrypted inside the archive, and a conversion tool that receives the file will fail or produce a broken output rather than strip the protection.
Do EPUB files store images inside them?
Yes, an EPUB file bundles every image it uses inside its own ZIP archive alongside the XHTML and CSS, so it never depends on fetching images from the web the way an HTML page can.