epublib Questions
3
Solved
Is there any library to read ePub format?
I found ePublib in http://github.com/psiegman/epublib. I'm still learning how to use it.
Is there ePub jar which works for Android?
2
Solved
I am currently using epublib-core to read epubs and display them in Android WebView with the following code -
webView.loadDataWithBaseURL(baseURL, new String(spineReferences.get(chapter/* <- in...
2
I'm trying to read the contents of an ePub file using the library epublib and this example demonstrates that.
For me, an exception is thrown when loading the book from the input stream
// Load Bo...
2
I'm playing with http://www.siegmann.nl/epublib on Android. Can someone please explain the right way to
read epub HTML content,
how to show this on Android (using WebView?),
how to split content...
2
Solved
I found a solution for reading epub books in android using epublib. I am able to read the subtitles of the book. But I didn't find a way to read the line by line of the content. How can I acheive t...
1
© 2022 - 2024 — McMap. All rights reserved.