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

124 questions
0
votes
3 answers

Validate XHTML folder for Epub3

I need to validate XHTML folder before including in EPUB3. Epub3 validator performs the check after creation of epub. I need to validate before , so i dont have to waste the wait time.
0
votes
1 answer

What do we mean by Document reflow and do we have standard specifications for reflowing documents?

I want to learn more about Ebup 3 implementations. Epub files can be reflow is what they say but what is the exact meaning of reflow is not clear to me? Are there any standard specifications of document reflow ?
virusrocks
  • 847
  • 1
  • 5
  • 18
0
votes
1 answer

Error while validating epub in epubcheck

Generating book.epub in rails and validating book.epub in epubcheck tool. I got many errors, fixed everything except following errors: ERROR: /book.epub/section.xhtml(14,85): attribute "data-align" not allowed here; expected attribute "dir", "id",…
user2138489
  • 69
  • 2
  • 9
0
votes
2 answers

Using SkyEpub jar library in an android project

I am going to use SkyEpub 3 library in my android application to read ebooks in epub format. To get familiar with the method of using SkyEpub I have downloaded its android demo project from here. Its demo project is working properly, But when I use…
m.taheri
  • 197
  • 1
  • 19
0
votes
1 answer

How to link a pdf file in ePub 3?

i'm developing an ePub using Sigil. I have addedd some PDF file in my Misc Folder. Now i've created a link to that file, and everything is working fine with iBooks on my Mac. But on iBooks for iOS7 when i tap the link it load (in overlay) a gray…
Bellu
  • 2,526
  • 2
  • 22
  • 25
0
votes
1 answer

Fullscreen images in E-pub (image bleed over margins)

Is it possible to make an image appear as fullscreen in all major e-pub readers (at least when viewed on tablets and smart phones)? I've been asked to make an E-pub conversion of an image-heavy book with full-page images on some pages and only text…
0
votes
1 answer

Epub Fixed Layout is not full screen in Portrait

I have an epub 3 ebook I have uploaded for Google Play(but is not live). It is a Fixed layout Epub. To create the book, I have used images as the entire page. Each page of the book is a file that links to the image. When viewing the book on any…
Cat
  • 34
  • 5
0
votes
2 answers

how to generate epub file from xml in IOS

I have XML documents,parse them, and output an ePub file from within my iOS application. Are there any libraries or example applications that can create properly formatted ePub documents based on xml on iOS? Thanks in Advance
user2706770
  • 335
  • 1
  • 3
  • 8
0
votes
2 answers

Epub text box does not work

am having one task in epub (i.e) quiz .so the problem what iam phasing is,once the user read the question means he enter his answer in text box. so the problem is text box does not show the key pad for typing the answer.is any some other solution…
Ram
  • 81
  • 1
  • 12
0
votes
1 answer

epub 3 + android + parser + how to

My next project is writting an Android application that would support reading EPUB version 3 files. I wont be able to use any libraries (that would support this) since i need to write everything from scratch and i cant find any good "starting point"…
2low.samurai
  • 201
  • 4
  • 13
0
votes
1 answer

iFrames in html5 more specifically in Epub3.0

This is more a theoretical question than a coding question. I am trying to create a epub, with some interactive components. Now to separate the code, I put each interactive component in a separate html file. Typical interactive components will be a…
Morne
  • 1,541
  • 1
  • 16
  • 31
0
votes
2 answers

Is it possible to use Media Queries to choose Fixed Layout pages?

I'm reading through the epub3 spec and trying to get a handle on what media queries can be used for in combination with fixed layout documents. I'd like to be able to create fixed layout pages with
Dan Groom
  • 332
  • 3
  • 11
0
votes
1 answer

Parse epub v3 TOC.xhtml

I would like to parse the TOC.xhtml of a epub v3 file, with xslt. So far in my xsl file I have the following:
Gerardlamo
  • 1,035
  • 10
  • 19
0
votes
1 answer

css3 webkit keuframe rules in epub

I am having an issue about validating CSS3 Animation with EpubCheck 3.0.I receive the following warning messages.can you help me by providing some links. WARNING: SimpleSample3_css3-keyframes.epub/EPUB/Style/style.css(5): Token '0%' not allowed…
user969275
  • 284
  • 6
  • 25
0
votes
2 answers

ePUB 3.0 File Structure

If an ePUB 2.0 is like this: folder/ META-INF/ container.xml mimetype OEBPS/ content.opf toc.ncx [etc] Then is there any difference between what is shown above in ePUB 3.0, or is the structure the same as…
CM90
  • 685
  • 1
  • 6
  • 9
1 2 3
8
9