Expand description
ZIP archive handling for EPUB files.
This module provides utilities for reading EPUB files, which are ZIP archives containing XML, HTML, and media files. It handles locating the OPF file via META-INF/container.xml and reading files from the archive.
Structsยง
- ZipHandler
- A handler for reading EPUB files as ZIP archives.