epub Questions

4

As we all know .epub is a collection of files. Does anyone have an idea how can we read all that files embed in .epub runtime using C#?
Etiolate asked 4/12, 2009 at 8:8

0

I am creating an ebook reader for android. I got problems when the content is broken in to pages. Here are 3 screenshots of my app. As you can see the content is not perfectly fit to the screen....
Elate asked 21/9, 2014 at 16:57

3

Solved

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 We...
Infract asked 15/12, 2011 at 10:3

3

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,...
Menedez asked 23/9, 2013 at 16:24

4

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 scro...
Undertone asked 3/9, 2012 at 5:37

3

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 o...
Derogative asked 17/11, 2010 at 19:41

1

Solved

In Go, how do we add a file to a zip archive without compression? For context, I'm following along with an IBM tutorial to create an epub zip file. It shows the following Python code: import zipf...
Valor asked 17/5, 2014 at 23:26

1

Solved

I am developping an app to decompress an .epub file into SDCARD in Android. I already read the Can't Unzip EPub File TOPIC. IT WORKED FOR .zip files but not for .epub files. Can somone tell me ...
Dunkirk asked 21/3, 2014 at 13:19

7

Can I do this conversion with any programming language or library?
Travis asked 11/8, 2010 at 2:40

2

I'm creating an ePub, and I'd like the images to span the full width of the page, but to never be taller than 100% of the height of the page. Ideally, if the image was taller than the page (and th...
Along asked 31/10, 2013 at 16:30

1

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/) PdfV...
Steffen asked 30/9, 2013 at 14:2

1

Solved

I want to create a multiline field for a questionaire-like form similar to the ones you see in interactive PDF documents. The input field must span the whole width and wrap at the end of the line ...
Xylidine asked 2/9, 2013 at 11:35

4

Solved

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 i...
Lianna asked 26/8, 2010 at 11:18

1

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 s...
Bothy asked 21/1, 2012 at 5:13

2

I am trying to make a dual-language ebook. I'd like it to be typeset in two columns with one language on the left and the other on the right. Is this possible with the epub specs?
Spineless asked 3/4, 2012 at 23:24

2

Solved

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 t...
Steamboat asked 23/7, 2010 at 19:12

4

Solved

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 ...
Unsightly asked 25/6, 2010 at 0:12

1

Solved

Is there any programmatic way to safely check whether if an epub file is DRM-protected (encrypted)? I have found that there might be a rights.xml and an encryption.xml in the META-INF directory. D...
Laureen asked 21/1, 2013 at 16:26

3

Solved

IMO, I thought that epub is a kind of zip . Thus, I've tried to unzip in a way. public class Main { public static void main(String argv[ ]) { final int BUFFER = 2048; try { BufferedOutputStr...
Jammiejammin asked 30/6, 2010 at 9:1

4

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 u...
Grazing asked 17/11, 2010 at 12:33

2

Solved

I have an idea for a project but it will require being able to create Kindle books on the fly on the server and preferably in .net. I haven't found any libraries to do this however. I see that the...
Handcrafted asked 27/4, 2012 at 6:40

1

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 doc...
Fuddle asked 16/3, 2012 at 7:47

3

Solved

I'm looking for open source references for ebook reading applications in Android. Any reader that has understandable code will do. Thanks!
Heritage asked 11/7, 2011 at 20:56

3

Solved

iBooks recently started supporting JavaScript inside epub. Where is this documented? Are there any code examples to get started?
Alainealair asked 4/8, 2011 at 13:38

3

Solved

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...
Baritone asked 25/3, 2011 at 6:24

© 2022 - 2024 — McMap. All rights reserved.