epub

Best approch for creating ePub reader similar to iBook or Stanza application [closed]

爷,独闯天下 提交于 2019-12-04 12:37:02
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am planning to develop a ePub reader for iOS devices. I don't want to use webView for this. In this application, I want features

How to read EPUB book using EPUBLIB?

别说谁变了你拦得住时间么 提交于 2019-12-04 12:27:00
问题 I found a solution for reading epub books in android using epublib. I am able to read the subtitles of the book. But I didn't find a way to read the line by line of the content. How can I acheive this? Sample code for getting titles of the book is private void logTableOfContents(List<TOCReference> tocReferences, int depth) { if (tocReferences == null) { return; } for (TOCReference tocReference : tocReferences) { StringBuilder tocString = new StringBuilder(); StringBuilder tocHref=new

android epub library, skyepub

◇◆丶佛笑我妖孽 提交于 2019-12-04 11:03:37
I'm triyng to create an epub reader for android, so after a lot of searching I found skyepub library (SDK) . seems it have all features i want. i followed the tut in the site, but after running the code i got a blank screen and different logcat for different apis, i checked the code again and agian but i can't find what is wrong. here is my code and logcat, any help would be appreciated. public void makeLayout() { String fileName = new String(); fileName = "AliceinWonderland.epub"; makeSetup(); //making directory in device and copy every thing to it rv = new ReflowableControl(this); // rv is

CHM format alternatives?

六眼飞鱼酱① 提交于 2019-12-04 09:45:01
问题 Microsoft CHM format is great as provide such facilities: Table of contends with tree view. Index. Indexed search. Based on HTML source. But this format is outdated and have many drawbacks: Have security issues (allow execute JavaScript code). Don't know about new HTML formats. Not documented. Can not properly handle different character codings (like UTF-8). Are there any alternatives for CHM which have reader and compiler for all desctop OSes? PS . I hear that QT come this something like,

How to split up Epub Html into pages according to screen size

时光总嘲笑我的痴心妄想 提交于 2019-12-04 07:55:19
问题 I'm developing an Android application that reads ebooks (in epub format) and as for now I'm using Paul Siegeman's epublib library that is really a very good epub reader but it has some limitations, for example and the one I need, you can't move through pages horizontally (as you do reading a real book) so I need my own implementation of it, but I'm stuck. The method that actually reads the epub and then puts it inside a webview is the next: private void openEpub(String bookFilename){ WebView

IOS - toolbar is not appearing on top

末鹿安然 提交于 2019-12-04 02:16:08
问题 i have asked this question here also but i didn't get any solution.so i am asking here again with the full explanation. I downloaded EPub Reader library from here. When i run this library,first comes a table view which contain four rows having values EPUB ,PDF etc and after clicking on the "EPUB" row book appears successfully with the top toolbar. Because i have to load the book first in start instead of showing the toolbar i did some changes with the code. copied some code from

How to convert any format(.txt, .Doc) file into epub file in android application

老子叫甜甜 提交于 2019-12-03 21:47:30
I am developing an application in which I have to read or write any eBook. In android so many libraries available for reading any eBook, but for writing i didn't find any thing. For reading any eBook file must be in .epub format. I have an editor in which i am entering some text and after saving that file in any format how can i convert that file into .epub file. Thanks in advance. In android Java is developer language for create APP, use Epublib (lib in java) Read "doc file" with poi Create epub file: package nl.siegmann.epublib.examples; import java.io.InputStream; import java.io

How do I display epub format book in pure HTML5/CSS/Jquery

核能气质少年 提交于 2019-12-03 17:01:11
问题 Is it possible to display epub format books in web browser using pure HTML5, CSS and Jquery? Could anybody please suggest how do I do this? I have to also make this responsive to be able to make it work on iPad. I know that but I don't know how do I read the epub using HTML and Javascript. The epub may contain some mathematical functions and I need to display them properly too. 回答1: Is it possible to display epub format books in web browser using pure HTML5, CSS and jQuery? Yes, it is

How to render a epub file in a native android app?

五迷三道 提交于 2019-12-03 10:08:07
I am trying to make a android app that would render a .epub file and display its content in an android layout. I did a similar app for displaying pdf's using pdfRenderer which displayed the pdf pages using bitmaps. How can I achieve something similar using a epub file in android? I am using Epublib but I am unable to find any good tutorials for it. I also tried skyepub but it seems quite outdated. Can anyone help me with a example for epublib this is my code for epublib: package org.inevitablesol.com.epubdemo; import android.content.res.AssetManager; import android.graphics.Bitmap; import

Best approch for creating ePub reader similar to iBook or Stanza application [closed]

烂漫一生 提交于 2019-12-03 08:53:05
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. I am planning to develop a ePub reader for iOS devices. I don't want to use webView for this. In this application, I want features like iBook or stanza app. I want to know, which approch is used in developing Stanza app. Books in ePub format are HTML with