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'...
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...
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...
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
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,...
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...
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...
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...
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, ...
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...
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...
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.
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...
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?
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.