mertakdut / EpubParser

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

Omit Title #9

Closed befora closed 8 years ago

befora commented 8 years ago

Is there any way I can omit the title from getSectionContent() ?

I think it would be better if the title was optional or removed entirely to provide a more immersive reading experience. Love your work, very useful and really great!

mertakdut commented 8 years ago

Hi,

Added the needed parameter isOmittingTitleTag. We'll be able to use it on 1.0.84 :)

befora commented 8 years ago

The new feature is wonderful, thank you very much.