mertakdut / EpubParser

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

sample #29

Closed blennerSilva closed 6 years ago

blennerSilva commented 6 years ago

can you provide a sample with font change and TOC ? and theme change?

mertakdut commented 6 years ago

This library provides just a string in return (without being able to modify the epub file original content). Then you can use that string in whatever way you want (by changing the font-family, font-styling etc.) You can check sample android application for more information.