epub Questions

1

I want to write a small linux tool that automates the download of eBooks. From my online library I can download an ACSM file. Now I need a step to automatically download the epub file. From what I'...
Boehm asked 1/7, 2013 at 16:18

3

Solved

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 m...
Matthus asked 28/1, 2013 at 12:58

3

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: ...
Horary asked 14/8, 2011 at 11:9

1

Solved

.Chapter { padding-bottom: 30vh; break-before: right !important; } The good news: chapters begin in their own page The bad news: the expected behaviour "Forces one or two page breaks right...
Caressive asked 21/11, 2021 at 8:31

4

I've been playing around with Pandoc. Is there anyway to insert pages before the generated Table of Contents? For example: Title Page Insert Custom Page 001 Insert Custom Page 002 (Generated) T...
Include asked 31/8, 2014 at 11:28

2

Solved

How to read epub files using javascript? I tried epubjs but thats not suited for my requirement. Is any other alternative javascript libraries available?
Jefferson asked 5/6, 2013 at 6:34

3

Solved

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 ed...
Grosvenor asked 5/5, 2011 at 13:49

3

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 ,...
Amaya asked 22/12, 2014 at 9:29

1

Context: Educational ebook (HTML + CSS) publishing I have a composition title where I have a sentence like this: <p>This is <del>correct</del> <ins>incorrect</ins>&...
Impedance asked 6/3, 2019 at 18:34

2

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 disp...
Thymelaeaceous asked 21/5, 2018 at 8:29

2

Solved

Is it possible to convert a HTML5 file or text to epub file via a unix command line ? Is it possible to automate this process ?? thanks
Fanya asked 7/2, 2014 at 11:10

3

Solved

I want to have a quiz at the end of a chapter in my fixed layout epub3 e-book. This quiz will stretch across a number of pages and will be multiple choice in nature. Each question will consist of t...
Sectarian asked 24/8, 2018 at 7:28

2

Solved

I've got a nicely structured EPUB file, and trying to generate a mobi file using KindleGen... The EPUB is filled with footnotes/annotations, which are internal links/anchors. All is well formatted,...
Boleslaw asked 8/2, 2012 at 1:0

2

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 Go...
Clabo asked 22/5, 2014 at 6:34

2

Solved

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: <a epub:type="noteref" href="#n1">1</a> And t...
Curren asked 18/10, 2012 at 10:17

2

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 Bo...
Mohamedmohammad asked 7/4, 2017 at 10:50

5

Solved

In my application, I am showing epub HTML files in webview using EPUBLIB. My problem is that I want to use bookmark functionality for my epub reader. For that I want to fetch text from webview whi...
Irrational asked 6/3, 2012 at 7:50

1

Solved

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 contain...
Trillbee asked 9/6, 2015 at 7:24

1

I have to implement Go To Page feature in epub reader. I have try to implement this feature in source code of Page-Turner, but its not working successfully because of multiple xhtml in .epub file, ...
Pilar asked 6/12, 2016 at 13:33

4

Solved

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: PD...
Ansermet asked 25/1, 2012 at 1:38

1

Solved

I want to display Book Cover Image of epub file in my Reading table. In my iOS application I have added "Open In" support for epub files. So when i navigate to my book reading app I want to show bo...
Liegeman asked 31/12, 2015 at 11:30

3

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.
Choke asked 12/4, 2011 at 19:47

2

Solved

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 s...
Educationist asked 14/9, 2011 at 15:48

5

Solved

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?
Klotz asked 13/8, 2009 at 18:12

1

Solved

I'm at a loss for getting my application to register with epub files on a mobile device. I have a set of intent filters in my android manifest, but it still will not open with epub files on the sd ...
Vicariate asked 6/12, 2014 at 18:45

© 2022 - 2024 — McMap. All rights reserved.