mertakdut / EpubParser

Parses .epub files, provides seperation page by page.
Apache License 2.0
118 stars 27 forks source link

Can't read book section #5

Closed DanTsk closed 8 years ago

DanTsk commented 8 years ago

Try to switch pages with bookSection = reader.readSection(5);

And get some trouble -com.github.mertakdut.exception.OutOfPagesException: Out of bounds at position: 4

I don't think that book got only 4 sections

Why so ?

DanTsk commented 8 years ago

Tryed with another .epub files - the same. Can't get to the end of book. Always com.github.mertakdut.exception.OutOfPagesException

And tell me please, how I can get max page int ?

DanTsk commented 8 years ago

Rebuild of gradle - fix it. Sorry !