Tagged Questions

EPUB is an open XML-based digital book format which uses XHTML and CSS for document content.

learn more… | top users | synonyms

25
votes
2answers
10k views

Convert LaTeX to ePub [closed]

I'd like to convert some university papers from LaTeX into ePub format - without using PDF as intermediate format. You know, PDF is page-oriented, while ePub is more flow-oriented. While I found ...
20
votes
4answers
9k views

Can I create with LaTeX documents in the EPUB-format?

Is it possible to create a document for an ebook-reader in the EPUB-format with LaTeX/TeX? Which extension or program can be used?
19
votes
8answers
18k views

Reading ePub format

I am trying to develop an iPhone application to read ePub files. Is there any framework available to develop this? I have no idea about how to read this file format. I tried to parse a sample file ...
10
votes
3answers
838 views

How the “FBReader” do the pagination of html files in epub

I'm trying to make an epub reader I want to do the pagination like fbreader does Now I have source code of fbreader, but I don't know where it implement pagination I have my implementation on other ...
6
votes
2answers
1k views

Python library to extract 'epub' information

I'm trying to create a epub uploader to iBook in python. I need a python lib to extract book information. Before implementing this by myself I wonder if anyone know a already made python lib that does ...
5
votes
1answer
188 views

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 ...
5
votes
2answers
356 views

How can I directly convert docx to ePub in PHP?

Trying to find a PHP library that will enable me to convert docx to ePub. I'm aware of Java solutions (e.g. http://code.google.com/p/epub-tools/), and PHP classes used to create ePub files (e.g. ...
5
votes
2answers
486 views

iBooks JavaScript resources

iBooks recently started supporting JavaScript inside epub. Where is this documented? Are there any code examples to get started?
5
votes
2answers
2k views

Is there a C# ePub library

Does anyone know if there is a c# library to read and view ePub files? Or does anyone know how to read and display an epub using c#?
5
votes
5answers
4k views

Programming books in ePub format [closed]

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, ...
5
votes
3answers
5k views

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) ...
4
votes
1answer
141 views

breadcrumb titlebar in Kindle book

Some books or periodicals from Amazon Kindle store have this cool feature that shows a breadcrumb or title bar when you read them. It shows up as the first line of the text. It is not the bar that has ...
4
votes
3answers
909 views

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
4
votes
1answer
665 views

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 ...
4
votes
1answer
439 views

Archive::Zip, EBook::Epub, and IIS6 - “desiredCompressionLevel” error

I'm trying to convert html files to epub with EBook::Epub. The script I've written is very simple, like so: my $epub = EBook::EPUB->new; $epub->add_title('title'); ...
4
votes
2answers
1k views

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 ...
4
votes
5answers
316 views

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 ...
4
votes
3answers
2k views

EPUB creation in .Net

Is there any library out there that I can use to create epub files in .NET/C#? A Flowdocument -> epub conversion tool would be ideal, but any kind of library would be great. I am also interested in ...
3
votes
3answers
166 views

Is there a way to convert epub format to images?

I need a tool to programmatically convert epub files to a series of images. The output should look like screenshots taken on a canonical device (for this application, an iPad). I haven't been able ...
3
votes
1answer
136 views

Anyone know a good Ruby ePub library?

I've been looking at this: http://www.spontaneousderivation.com/2008/12/29/state-of-the-union-a-very-basic-ruby-epub-library/ but it's pretty basic, to the point that it might just be smarter to roll ...
3
votes
3answers
169 views

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: ...
3
votes
3answers
1k views

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.
3
votes
2answers
779 views

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 ...
3
votes
5answers
728 views

Is there an eBook (ePub) version of the android user guide

Is there an eBook (ePub version of the android developer's guide available somewhere so I can carry it around and read parts without always carrying my laptop? Thanks P.S. I understand that such a ...
3
votes
7answers
1k views

How to programmatically convert HTML to epub?

Can I do this conversion with any programming language or library?
3
votes
1answer
3k views

Loading an ePub — simple ePub Reader question

I'm developing a simple epub reader on iPhone but been wondering how to go about loading it. I know reading files such as a PDF is somewhat straightforward because it's one file in itself and can be ...
2
votes
1answer
105 views

Api/library for html to mobi/epub conversion

I am looking forward to an api that can convert html to mobi/epub format and can do a job really well. My preference is JavaScript but any suggestions for java/perl or some other language api (which ...
2
votes
1answer
104 views

Which one library is better for reading PDF, EPUB & html in Android?

I wana to create a App that should into App read ebooks with pdf, epub, html formats. that work familar to Ebook-reader but not exactly. Which one library is better for reading PDF in Android? For ...
2
votes
1answer
153 views

Java code for building epub is not working

I made a java class to read a txt file and convert into EPUB format, My code is able to generated necessary files into ZipOutputStream (java.util.zip) object. Generated zio file contains following ...
2
votes
2answers
111 views

Format HTML for Kindle so that chapters appear

I'm using an HTML file as my basis for an eBook, that I want to send to my Kindle via Amazon's conversions service. It's working fine, but I can't figure out how to create chapters that work with the ...
2
votes
1answer
160 views

EPUB file generation, cover page

I am generating epub book file, and im stuck with a problem. It doesn't read my cover. Here's the cover.xhtml Am I doing something wrong? IMB documentation over the epub creation tells that the only ...
2
votes
1answer
101 views

ePub specifications clarification needed

just wanted some help on ePub specifications.. Is it mandatory for the toc.ncx to have the src(ie. the xhtml) .I have observed the same content src is also available in the .opf file.
2
votes
1answer
338 views

Style anchors in iBooks epub

Is it possible to change the color and other CSS properties of anchors in iBooks epubs? The color property doesn't react at all, while I do get background-color change on normal and hover link state ...
2
votes
2answers
369 views

is there any Library for ePub

I want to write converter that gives me full control over converting PDF to ePUB? What i am looking is that the converter -should not cut the words in the end line. If a text is one paragraph then ...
2
votes
2answers
223 views

How interoperable are the EPUB and MOBI formats?

I have a bunch of EPUB books that I have to convert to MOBI if I get a Kindle. I would like to know whether there will necessarily be any loss of detail (e.g. meta-data, layout info) during a ...
2
votes
2answers
402 views

How to go about a platform independent E-Book Reader in C/C++?

I'm trying to develop an ebook reader(for mobile devices) which is platform independent. Currently my focus is epub only. As a proof of concept, we were able to make a basic epub reader for android ...
2
votes
2answers
771 views

API's for supporting .epub format

I have read that iPad supports .epub format. So are there any API's which makes it easy to read and display .epub format files? Thanks
2
votes
4answers
2k views

export to epub format in php

Does anyone know of a php class that can create/export ePub files? I have a book stored in a mysql database and I wish to publish it as an ePub format book? It's a very basic book, simple text and ...
2
votes
2answers
959 views

Pagination of EPUB ebook

I have a EPUB ebook and parser for the same. EPUB is in freeflow style. I wanted to know if there is any library available to paginate the parsed output depending on the rendering device Resolution ...
2
votes
2answers
2k views

tutorial to create e-book read application - epub file formate

I am making an application of e book reading, in that i want to perform some operations like change text color, font, select a text etc. I come to know that iphone os 4.0 and ipad are now supporting ...
2
votes
1answer
383 views

Downloading & Viewing ePub Books

I have the following requirements for an iPad App and would like to know if it's possible to implement them: Download ePub books and view them in iPads iBooks reader Install the downloaded book in ...
1
vote
0answers
21 views

LaTeX-like cross-referencing in epub?

Are there any markup languages or compilers that will allow me to use LaTeX like cross-referencing commands (label and ref) and then create an epub document? Everything I've tried so far (pandoc ...
1
vote
2answers
35 views

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 - ...
1
vote
1answer
53 views

How to do DRM for ePub files?

I am going to create a mobile book store for a very specific group of people. Since ePub is just compressed HTML, it's not secure enough. Anyone can access it if I extract the files to SD card. I ...
1
vote
0answers
104 views

reading epub file in blackberry

can you tell me a hint to start an Epub reader app for blackberry? I want the simplest way to do it, is there any browser or UI component that can read & display it? I want to download it from ...
1
vote
1answer
126 views

render the epub book in android?

Now, I am try to show epub book in android pad, now, I can parse the html and css, in order to show the book's content and format, perhaps the book include picutre, It seems that I have two option: 1. ...
1
vote
0answers
139 views

EPUB reader/viewer in PHP

Is there any module/script available which reads/views EPUB files in a web browser? If it's available in any PHP framework like Symphony, CakePHP or any other it would be of great help.
1
vote
1answer
72 views

Getting XHTML from DRM EPUB

I'm currently using the Adobe RMSDK to read DRM EPUBs. It renders an EPUB page as an image, and sends it back to be displayed on the device. I would really like to have access to the EPUBs XHTML, to ...
1
vote
2answers
140 views

eBook Reader for local language books

I am a PHP Developer and new to this android development. But I am really interested in the idea of creating and ebook reader app for my local language books. Now I have a confusion that I need to ...
1
vote
1answer
112 views

How to display all pages and all chapters using nl.siegmann.epublib

This is what I tried to perform the task if anyone can help out it would be most appreciated. So in this code it will display just the cover page. I read http://www.siegmann.nl/static/epublib/apidocs/ ...

1 2 3 4