Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 640 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 640 Bytes

epubwriter

Library to write EPUB files in version 3.

Features

  1. Build valid EPUB3
  2. Add files or text as content
  3. Set TOC inclusion
  4. Set spine inclusion
  5. Add text as content / pages

Usage

The library can be used via Maven. Add the dependency:

<dependency>
    <groupId>net.seeseekey</groupId>
    <artifactId>epubwriter</artifactId>
    <version>1.0.3</version>
</dependency>

Code example

For a code example look into the class EpubCreatorTest.

Authors

License

epubwriter is licensed under MIT.