Guide
Welcome to EPUBime's user guide! EPUBime is a pure Java library for parsing EPUB file format, supporting both EPUB 2 and EPUB 3 formats.
Contents
- Quick Start - Introduction to getting started with EPUBime quickly
- Basic Usage - Detailed introduction to basic EPUBime usage
- Advanced Features - Introduction to EPUBime's advanced features and usage
- EPUB2 Compatibility - Detailed introduction to EPUB2 format compatibility support
- Exception Handling - Instructions on how to handle various exceptions in EPUBime
- Performance Optimization - Performance optimization suggestions and best practices
- Benchmarking Guide - Detailed introduction to professional performance benchmarking methods
Introduction
EPUBime provides complete EPUB file parsing functionality, including metadata extraction, chapter content reading, and resource file processing. The library has the following features:
- Complete EPUB Support: Supports EPUB 2 and EPUB 3 (including EPUB 3.3 specification) format parsing
- High Performance: Smart caching mechanism and streaming processing for optimized memory usage
- Comprehensive Exception Handling: Detailed exception classification and error information for debugging
- Rich Features: Metadata extraction, chapter parsing, resource handling, TOC parsing, and more
- Simple API: Easy-to-use and integrate API design
- High Quality Code: Strict test coverage and static code analysis
Select a topic from the left navigation bar to start learning how to use EPUBime.