How to fetch the content of the epub file fetched using epublib
I'm trying to implement
Epublib library while parsing .epub file in my project. I'm able to load the file onto the web view but cannot find any way to get the content of the file to further implement it in text to speech output. Any suggestion for the same?
read_aloud.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
/*String editedTextReadable =...