Questions tagged [epub3]

EPUB 3 is a third version free and open e-book standard by the International Digital Publishing Forum (IDPF).

Some useful learning resources, in no particular order:

EPUB 3 COMMUNITY GROUP
epub samples on GitHub
IDPF
Esse-EP
IBM DevelopersWork
Liz Castro's blog
Readium by IDPF epub check by IDPF

135 questions
2
votes
0 answers

What is the correct way to specify DC metadata for a multi-language ePub?

I am developing an ePub. In the content.opf file I have to specify a series of metadata by using DC standard. For example dc:title and dc:creator. However my book is a multilanguage book, that is, it contains two translations of the same text:…
2
votes
1 answer

How to include images from the epub template with pandoc?

I've altered the epub template to display more information. It works fine, except when I specify images that refer to a local file. e.g. . The code is there in the epub, but the image file isn't.
Thierry
  • 18,049
  • 5
  • 48
  • 66
2
votes
2 answers

Count total number of pages in epub

I am new with epub. I have many different epub format files and i am going to make this files readable online. I don't have much idea about what is in epub file ? There is any way so i can know how many pages in my epub file ? I can do it using xml,…
Jitendra Solanki
  • 343
  • 2
  • 6
  • 23
2
votes
0 answers

Create EPUB3 Reader App in Python

I am trying to create EPUB3 reader application in python for that I explored some python libraries like: i) Epubzilla ii) EbookLib iii) pyepub iv) epub 0.5.1 but I did't got perfect…
Dhairya
  • 743
  • 2
  • 11
  • 29
2
votes
1 answer

How to programmatically diffrenciate the epub fix layout and reflowable

I need to programmatically identify the layout of an ePub file. The ePub file can be either in Fixed Layout or Reflowable Layout. I tried to use Microsoft.WindowsAPICodePack with Microsoft.WindowsAPICodePack.Shell to pull the metadata of an ePub…
Alan B
  • 2,219
  • 4
  • 32
  • 62
2
votes
1 answer

Fixed Layout EPUB where each page has a different size

I am trying to create an Epub file which has a fixed layout but not each page should have the same dimensions. Some pages should landscape others portrait. Can this be achieved with EPUB 3? What do I have to change in the opf-file, stylesheets…
Laurens
  • 85
  • 1
  • 7
2
votes
1 answer

Epubcheck: "Error while parsing file 'element "animate" not allowed here..."

I get the following error from epubcheck 3.0.1 on a v3 epub, Error while parsing file 'element "animate" not allowed here; expected the element end-tag or element "desc", "metadata" or "title"'. with the following (heavily abridged for here)…
2
votes
1 answer

Create a Epub3 Rendering Engine

I intend to create a Epub3 rendering engine from scratch(preferably in C++) but am clueless about where to start.Is there a good starting point for such a project or resources that would help me get started. I have some prior experience with such…
2
votes
1 answer

What would the path be?

I have an iBooks EPUB3 book, with the following dir structure: mimetype META-INF (=dir) OPS (=dir) scripts (=dir) jquery-2.1.1.min.js version.js Styles (=dir) stylesheet.css package.opf about.xhtml etc. Version.js…
Erik
  • 894
  • 1
  • 8
  • 25
2
votes
1 answer

ePub and Javascript

I'm using a MacBook Air and have been looking into ePub creation. I've taken a copy of the epub3 boilerplate from github click here. I have in a javascript file added the following var txt = document.createTextNode(" This text was added to the…
ngplayground
  • 20,365
  • 36
  • 94
  • 173
2
votes
1 answer

How to add read aloud narration in epub3 developed for iBook

I was searching any way to include audio with text highlighting in an ebook I developed for iBooks which is an epub3 . I know I can do this but I am unable to find any example of how to implement this functionality in epub3 specifically for iBooks,…
Syed Shoaib Abidi
  • 2,356
  • 17
  • 19
2
votes
2 answers

epub3 document does not load iframe on ipad's ibooks

I have created an epub3 book which contains an iframe to load content from an external server. It works fine in the ebook readers I tried, but doesn't seem to work in iBooks on an iPad. Is this an Apple special or do I need to set some additional…
max.ott
  • 569
  • 1
  • 6
  • 16
2
votes
2 answers

epub library for python

Getting this error while using epub python package or you can say epub library for python , wondering what to do about it. please help.. Traceback (most recent call last): File "F:/4th semester/3", line 4, in…
Ali Malik
  • 85
  • 2
  • 7
2
votes
1 answer

EPub 3.0 and HTML Forms

I am creating an epub3 with a form inside. Is it possible to save the information that was inputted in the form locally when the user is offline and send it to a web service if the user is online?
Kiel
  • 483
  • 3
  • 5
  • 18
2
votes
0 answers

iBooks for OS X cannot scroll div using mouse wheel

I'm building an epub for iBooks. The xhtml files in this epub contain a popup with scrollable content. This is only a div inside another div with overflow: scroll. As expected, this works in a web browser, and in iBooks for iPad too. The problem is…
jpatiaga
  • 352
  • 3
  • 10
1
2
3
8 9