I need to read from an EPUB 开发者_StackOverflow社区file using a Java only solution. Could anyone point me towards a tutorial for this, or give me the solution? ThanksOpen Source Epub Reader API for
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m trying to use this Epub Library in Android to parse an Epub file, but whenever I try to use it, the app just force closes.
Can some one tell me whether any control or framework is there that will s开发者_如何学Chow epub files as an iphone app?
My client wants us to build a custom document viewer for their app. (It really, truly needs to be custom, because there are a ton of application-specific features they need.)
Say I want to do the following: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(path, \"application/epub\");
I would like to ask you guys if the开发者_运维技巧re is any example source code available for Ebook reader for iPhone that loads any of these format files (PDB or ePUB).
I have ePub file with me which contain video in it. 开发者_开发技巧I am able to unzip ePub file & added it into my xcode project also shown that file in to my application. But I am not able to pla
In my iPhone app, an epub reader, based off the method here, I have parsed the epub, created the UIWebviews, but I have a slight problem. There are images inthe epubs that are larger than the width of
I want to develop E-Book application in iphone by using ePub format with page turn animation. How can i used ePub format in iphone?I have to also break ePub page dynamically for 开发者_如何学Cpage tur