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
8
votes
2 answers

EOFException is thrown when reading contents of an ePub file

I'm trying to read the contents of an ePub file using the library epublib and this example demonstrates that. For me, an exception is thrown when loading the book from the input stream // Load Book from inputStream Book book = (new…
Srikar Reddy
  • 3,180
  • 4
  • 30
  • 52
8
votes
3 answers

Ereader-Style Pagination

I am grabbing text data from XML files, and want it to display in book page-like format inside a UIWebView on iPad. The XML files are coming out of a .epub, and each one contains a single chapter of a book, divided up only by p tags. I want to…
Chris
  • 716
  • 1
  • 9
  • 27
8
votes
2 answers

How to get cover image from epub file?

I required to display the cover image from shared epub file(Like iBooks and kindle). Suppose I shared multiple book means unzip take long time. Is it any alternative way? I spend more time in Google. But I can not get solution. please give some idea…
Senthilkumar
  • 2,323
  • 4
  • 26
  • 47
8
votes
2 answers

How to read epub files using javascript

How to read epub files using javascript? I tried epubjs but thats not suited for my requirement. Is any other alternative javascript libraries available?
RajeshKumar.K
  • 191
  • 2
  • 2
  • 6
8
votes
4 answers

How to implement an ePub reader for an iPad/iPhone app

I want to implement an ePub reader for the iOS platform. Please suggest any open source code for book flipping animation, bookmarks, font-size customization and single page view (without scroll bars).
Kanak Vaghela
  • 6,120
  • 10
  • 30
  • 36
7
votes
1 answer

how to make a epub reader for Android and display?

I got the detailed info for iphone by Reading ePub format but I want to mock it same for the Android, please ping which framework I can use for android?? Note: In iphone all GIF image all are supported, but same epub file runs on android no…
LOG_TAG
  • 17,968
  • 11
  • 68
  • 101
7
votes
1 answer

Android - epub reader to read .epub files..

I am developing and EPUB reader. I want to know some things related to other EPUB readers there in the market (like Cool reader, FBReader, Amazon Kindle and many more). What type of view they use to show pages of .EPUB books? Is it normal…
Rohit
  • 2,410
  • 6
  • 26
  • 40
7
votes
3 answers

making ePub with Java API

I'm relatively new to ePub format, but if I understand well, to make programmatically an ePub starting from XHTML or PDF content could mean: choose HTML or XHTML content and validate them with an XHTML validator (or clean them with Tydy) choose PDF…
robob
  • 1,534
  • 4
  • 20
  • 41
7
votes
4 answers

Prevent HTML Browser from Clipping Text & Showing 1/2 a Text Line

Let's say my browser window is 105 pixels high and I show a text block where each line of text is 10 pixels high - the browser will show me 10 and 1/2 lines in the window (i.e. The bottom line will be clipped vertically). Is there some way to…
Rube Vogel
  • 111
  • 5
7
votes
3 answers

Epub or Mobi Sdk for xamarin

I am thinking of developing Ebook reader in xamarin forms. But I could not find any Epub/Mobi reader SDK anywhere.Is there any xmarin SDK available for Ebook reader ? If it is not available , How can I develop one in xamarin ?
Deva Palanisamy
  • 143
  • 2
  • 8
7
votes
2 answers

iBooks footnote popover does not follow links

Apple's support for ePub 3 footnotes is detailed here by Liz Castro. In short, if the footnote link has the epub:tupe="noteref" format: 1 And the footnote text sits in an
Freney
  • 1,144
  • 1
  • 11
  • 25
6
votes
1 answer

epub file error in objective c

I am new to iPad developer and i want to create ePub file in my project, I downloaded sample epub file, from here and im stuck with a problem. i am getting this errors in my project... ld: warning: ignoring file…
Krunal
  • 6,266
  • 20
  • 89
  • 154
6
votes
4 answers

Why are ePub files so much smaller than mobi or PDF files for the same book

When I buy ebooks I download all of the available formats. I've noticed that the file sizes for the various formats can be markedly different and epub is typically much smaller. For example: PDF - 5.7mb; ePub - 2.7mb; Mobi - 8.1mb. Or: PDF -…
Finn
  • 1,713
  • 1
  • 13
  • 30
6
votes
3 answers

render the epub book in android?

I am try to show epub book in android pad. I can parse the html and css, in order to show the book's content and format, perhaps the book include pictures, It seems that I have two option: use Webview. Write a customer view, so that it can render…
David Guo
  • 1,589
  • 3
  • 19
  • 30
6
votes
3 answers

Is there an API to read ePub books?

I'm trying to create an ebook reader for WP7. So far I haven't been able to find any API to read ePub books with. Thanks, Zain
Zain Rizvi
  • 21,625
  • 17
  • 82
  • 122
1 2
3
59 60