An open API service indexing awesome lists of open source software.

https://github.com/ddobrin/epub-transformer


https://github.com/ddobrin/epub-transformer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Convert ePub docs to PDF or text

Note: this is a WIP test app. sample book is a free Project Gutenberg book

```
./mvnw clean package

# epub to pdf
java -jar target/epub-transformer-1.0-SNAPSHOT-jar-with-dependencies.jar book.epub book.pdf

# epub to txt
java -jar target/epub-transformer-1.0-SNAPSHOT-jar-with-dependencies.jar book.epub book.txt