Skip to content

Library to write EPUB files in version 3.

License

Notifications You must be signed in to change notification settings

seeseekey/epubwriter

 
 

Repository files navigation

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.

About

Library to write EPUB files in version 3.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • HTML 3.7%
  • CSS 0.1%