How can I change font color and font style of ePub Book in iOS?
I have created app of books which supports pdf and ePub format. In that app, pdf is just shown as an image and ePub open in webview because EPUB is just XHTML stored in a zipfile with an XML manifest. Now, I want to change the font style and font color of ePub book pages. Is it possible? If possible, then how can I achieve this? I have searched a lot, but did not get any proper solution. Hiren I have found the solution. I have make a string and evaluate using Java string This is what I have written: NSString *varMySheet = @"var mySheet = document.styleSheets[0];"; NSString *addCSSRule = @