Skip to content

A Basic epub reader. Showcases some simple parsing of the file format.

License

Notifications You must be signed in to change notification settings

nsobadzhiev/SimpleEpubReader

Repository files navigation

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...)

About

A Basic epub reader. Showcases some simple parsing of the file format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published