Read EPUB Using Java Only

I need to read from an EPUB file using only a Java solution.

Can someone point me to a tutorial for this or give me a solution? Thanks

+4
source share
1 answer

Open Source Epub API API for Java Mobile Application See this
You can also reference the code because it is an open source Epub Reader API developed in Java that helps you understand how epub works.

+2
source

Source: https://habr.com/ru/post/1339833/


All Articles