EpubParser icon indicating copy to clipboard operation
EpubParser copied to clipboard

Parses .epub files, provides seperation page by page.

Results 8 EpubParser issues
Sort by recently updated
recently updated
newest added

It becomes more and more sluggish as one moves along a book and on very large books it will crash because of that I think your proble lies in this...

Hello I am making an app for reading EPUB books. when i want to call reader.setFullContent(file.absolutePath) method gives me the following error: `javax.xml.parsers.ParserConfigurationException: http://apache.org/xml/features/nonvalidating/load-dtd-grammar W/System.err: at org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl.setFeature(DocumentBuilderFactoryImpl.java:101) at com.github.mertakdut.Reader.fillContent(Reader.java:322) at...

It would be better if you could join the menu.

EPub URL - https://github.com/IDPF/epub3-samples/releases/download/20170606/childrens-literature.epub In this epub the first page is cover image which looks good in other epub reader but when I am using this in EPubParser then it...

http://dl.iteye.com/topics/download/ab094932-668a-3f27-99c8-a5a1d698038d please download this epub file and parse it, it will throw com.github.mertakdut.exception.ReadingException: toc.ncx not found. please check and fix it, thanks. com.github.mertakdut.exception.ReadingException: toc.ncx not found. at com.github.mertakdut.Reader.fillContent(Reader.java:382) at com.github.mertakdut.Reader.setFullContent(Reader.java:60)

Epub file with single page in each chapter gets render properly but when number of pages in each chapter increases order gets change(i.e on click of chapter-2 it displays content...

I tried to use the library according to the guideline on the GitHub page The first problem I got is that there is no class called Book. The fifth line...

The links in the epub files are not opening. Always shows that page not available on below android version 19 KitKat and the blank page in above android version 19.