FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.25k stars 716 forks source link

Need a callback to decrypt the HTML content in EPUB file #356

Open nuwanchamara opened 5 years ago

nuwanchamara commented 5 years ago

Issue / Feature - need a callback to decrypt the html content in HTML files FolioReader version - 0.5.4 Android SDK - 28

The server sending an epub which has encrypted HTML content. I want to a decrypt the HTML content before process the HTML files. I want to add a call back once the HTML content read and before process it. Now Epub is not showing anything in the viewer. Where should I look for reading HTML content?

looknear commented 5 years ago

It can be done, but need to reconsider your approach for this path of solution... What about search ability?... maybe future page background parsing?... do you want to give it up? ;)