EPUB 2.0.1 — E-book (NCX navigation)
A valid EPUB 2.0.1 e-book navigated by an NCX table of contents and an OPF <guide>, with a cover — the older EPUB edition. Paired with an identical EPUB 3 twin for testing EPUB2↔EPUB3 conversion.
- mimetype
- container.xml
- content.opf
- toc.ncx
- style.css
- cover.xhtml
- cover.png
- chapter1.xhtml
- chapter2.xhtml
- chapter3.xhtml
Specifications
- Format
- EPUB 2.0.1
- Navigation
- toc.ncx
- Chapters
- 3
- Has Guide
- true
- Has Cover
- true
What is a .epub file?
EPUB is the open e-book standard, a ZIP archive containing XHTML content documents, CSS, images, and a package manifest describing reading order and metadata. It supports reflowable text that adapts to screen size and is supported by most e-readers except Kindle natively. It is the dominant format for distributable e-books.
How to use this file
Use an example EPUB to test e-book parsing, ZIP-package and manifest handling, reading-order and metadata extraction, and rendering in e-reader applications.
Code examples
ebook-convert compatible-epub2.epub out.pdf # Calibre
unzip -l compatible-epub2.epub # EPUB is a ZIPRelated files
- azw3AZW3 — Kindle KF8 E-bookThe valid EPUB converted to AZW3 (Kindle KF8) with Calibre — the modern Kindle format. For testing AZW3 readers and EPUB→AZW3 conversion.

- cbzCBZ — Comic Book ArchiveA CBZ comic archive — a ZIP of sequentially named JPEG pages, the standard container for digital comics. Built from generated pages; for testing comic readers and CBZ→PDF conversion.

- epubEPUB — Intentionally Invalid (bad OCF mimetype)An intentionally invalid EPUB: identical to the valid twin except its OCF mimetype entry is compressed and mislabelled as application/zip — a real EPUB spec violation. For testing how readers and validators handle a malformed container. Clearly labelled; harmless content.

- epubEPUB 3 — Valid E-bookA valid EPUB 3 e-book with a cover image, an EPUB navigation document, styled chapters, and a correctly stored OCF mimetype. Original content, for testing EPUB readers and EPUB→other conversion.

- fb2FB2 — FictionBook E-bookA FictionBook (FB2) e-book — a single self-contained XML file with full title and document metadata and three chapters. Popular in e-reader ecosystems; for testing FB2 parsers and FB2→EPUB conversion.

- mobiMOBI — Kindle E-bookThe valid EPUB converted to MOBI (Mobipocket) with Calibre — the classic Kindle format. For testing MOBI readers and EPUB→MOBI conversion.

Generated by generation/ebooks_extra.py. Free for any use, no attribution required — license.