psiegman / epublib

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

How to get text of chapters? #72

Open nibiru111 opened 10 years ago

nibiru111 commented 10 years ago

Sorry for trouble, but I can't understand how to get text from html lists. I just want to print text from one chapter of book in console without tags, codes and etc. Thank you.

ashleypeacock commented 7 years ago

If you have the html - you could always use jsoup or something like this to convert the html to plain text nicely.