Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 822 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 822 Bytes

SimpleEpubReader

SimpleEpubReader is the bare minimum functionality needed in order to work with the EPUB file format. It showcases some fundamental implementation details of conforming to the EPUB specification described by the International Digital Publishing Forum.

Features

  1. Parsing EPUB files
  2. Opening zip archives
  3. Reading data from zip file without extracting the whole archive
  4. Processing EPUB metadata
  5. Processing the container.xml
  6. Processing the root file
  7. Processing Table of contents
  8. Showing the table of contents in a table view
  9. Displaying the EPUB contents in a UIPageViewController
  10. Loading web page resources located inside the zip archive via a custom NSURLProtocol subclass
  11. Bookmarks support (coming soon...)