psiegman / epublib

a java library for reading and writing epub files
http://www.siegmann.nl/epublib
1.06k stars 317 forks source link

Epub Reflowable #64

Closed Nikhiljuly closed 10 years ago

Nikhiljuly commented 10 years ago

I am not able to implement the reflowable text function. can you please let me know the way to do it.

Thanks and Regards

psiegman commented 10 years ago

Epub's files are xhtml, which are reflowable by their nature. Which part of reflowable is not working for you ?

Nikhiljuly commented 10 years ago

hi Sir, solved the issue of reflowable . Actually i am developing an android app for epub reader so did not know to implement it but later on discovered that android itself takes care of it. Thank you for your reply and an awesome library

On Mon, Mar 17, 2014 at 1:29 AM, Paul Siegmann notifications@github.comwrote:

Epub's files are xhtml, which are reflowable by their nature. Which part of reflowable is not working for you ?

Reply to this email directly or view it on GitHubhttps://github.com/psiegman/epublib/issues/64#issuecomment-37768274 .

psiegman commented 10 years ago

Hello Sir, I'm happy to hear you made it work.

Good luck !

regards, Paul