Questions tagged [epub]

EPUB (short for electronic publication) is an open XML-based digital book format which uses XHTML and CSS for document content.

EPUB (short for electronic publication) is an open XML-based digital book format which uses XHTML and CSS for document content. It is widely used in electronic ink devices as well as software ereaders. EPUB documents can be created easily using open-source and commercial tools. More information can be found at the International Digital Publishing Forum, which sponsors the EPUB format.

898 questions
13
votes
1 answer

Amazon KF8 file format specifications

I want to generate KF8 without going through the conversion process (My Content --> Epub/Html --> KindleGen/Calibre/Other tool), as I need more control over kf8 file generation. The guidelines document & the format overview can't fulfill the need…
Nitesh
  • 2,321
  • 1
  • 23
  • 38
13
votes
3 answers

Render epub files in android

I have a epub file. I need to unzip and parse the epub file and render it in Webview. Is there a step by step tutorial somewhere.
Pramod Nair
  • 139
  • 1
  • 1
  • 3
13
votes
1 answer

Cannot select individual words with fixed layout .epub documents

I have a reader app that loads .epub files and usually I have no problem with selection at all, lately I have integrated fixed layout .epub files but I'm facing a problem: when I have a box containing one line the selection works fine, but when the…
coder
  • 3,982
  • 2
  • 16
  • 38
13
votes
3 answers

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

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…
Diego Perez
  • 1,267
  • 18
  • 37
11
votes
3 answers

Binary file IO in python, where to start?

As a self-taught python hobbyist, how would I go about learning to import and export binary files using standard formats? I'd like to implement a script that takes ePub ebooks (XHTML + CSS in a zip) and converts it to a mobipocket (Palmdoc) format…
DrBloodmoney
  • 2,619
  • 2
  • 17
  • 17
11
votes
2 answers

Ebooks reader not capturing embedded font for epub file

I have a problem in my epub reader, it displays all content correctly but it's not capturing the embedded font in the CSS file. When I run the same file on other readers the embedded font is displayed but when I run the html file on one of the…
coder
  • 3,982
  • 2
  • 16
  • 38
10
votes
2 answers

Android EPUBLIB read/load content

I'm playing with http://www.siegmann.nl/epublib on Android. Can someone please explain the right way to read epub HTML content, how to show this on Android (using WebView?), how to split content into pages and how to search the content. Thx 10x.
xpepermint
  • 31,091
  • 29
  • 106
  • 160
10
votes
3 answers

Creating an Epub file with a Zip library

HI All, I am trying to zip up an Epub file i have made using c# Things I have tried Dot Net Zip http://dotnetzip.codeplex.com/ - DotNetZip works but epubcheck fails the resulting file (**see edit below) ZipStorer zipstorer.codeplex.com - creates an…
10
votes
1 answer

PDF Library to rendering the PDF files in Android

I need a PDF library For Android that can read the PDF Files and access to edit and change their contents. Some of Library I have already used : iText Pdf Library(http://itextpdf.com/) PdfViewer But there is problem in Library first one is useful…
user2678776
9
votes
2 answers

CHM format alternatives?

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…
gavenkoa
  • 37,355
  • 13
  • 206
  • 248
9
votes
3 answers

iBooks JavaScript resources

iBooks recently started supporting JavaScript inside epub. Where is this documented? Are there any code examples to get started?
hpique
  • 112,774
  • 126
  • 328
  • 461
9
votes
3 answers

Looking for open source references for ebook programming in Android

I'm looking for open source references for ebook reading applications in Android. Any reader that has understandable code will do. Thanks!
louieansonng
  • 343
  • 2
  • 7
  • 17
9
votes
5 answers

Programming books in ePub format

I purchased an iPad hoping to read books on it that've been aging on my desk for months, but it turned out that there're NO programming books available on iBookstore. Are there any (Python, PHP, jQuery) books available in ePub format? Conversion…
eozzy
  • 58,300
  • 96
  • 249
  • 396
8
votes
2 answers

How do you embed an .epub in a web page?

Is there a viewer or plugin of any kind that would allow an .epub document to be viewable on a web page? A Google search turned up tons of installable epub viewing desktop software but I couldn't seem to find anything for embedding this format on a…
Chev
  • 54,842
  • 60
  • 203
  • 309
8
votes
1 answer

Using java.util.zip to construct valid epub

I built a method that recursively adds the contents of a folder to a zip document with the file extension "epub," which is basically what an epub is except for one thing: the first document in the archive must be named "mimetype," the type must be…
objectivesea
  • 597
  • 1
  • 6
  • 21
1
2
3
59 60