Library to write EPUB files in version 3.
- Build valid EPUB3
- Add files or text as content
- Set TOC inclusion
- Set spine inclusion
- Add text as content / pages
The library can be used via Maven. Add the dependency:
<dependency>
<groupId>net.seeseekey</groupId>
<artifactId>epubwriter</artifactId>
<version>1.0.3</version>
</dependency>
For a code example look into the class EpubCreatorTest.
- seeseekey - seeseekey.net
- OpenCollab
epubwriter is licensed under MIT.