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
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,575
  • 2
  • 22
  • 29
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
  • 6
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
  • 1
  • 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,623
  • 2
  • 18
  • 33
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
  • 351
  • 4
  • 12
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,505
  • 15
  • 21
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
  • 825
  • 1
  • 7
  • 9
0
votes
1 answer

how to add online image in epub3 file?

I want to include online images in my EPUB3 file but when i validate it it shows me error "Only audio and video remote resources are permitted".when i include it using javascript it is working fine in Android e reader but images are not shown in…
-1
votes
1 answer

Use epub to view interactive map

I want to create an interactive map, with a main image with many dots, where every dot is linked to an image. The size of all the images can reach 1 GB, and the files will be stored on the mobile device. Is it possible to package all the images and…
Avner Moshkovitz
  • 1,138
  • 1
  • 18
  • 35
-1
votes
1 answer

Read content from .epub file

I am new to epub and I have to write code which take epub file(.epub) as an input and preview that file using regular java and response like epub reader.
Mian
  • 63
  • 1
  • 4
-1
votes
3 answers

is swf supported in ibooks? if yes how to integrate it into epub3

I need a way to integrate a swf file with all the click events into an epub3 format? i tried including text on a swf file it shows an error in tags used while validation.Please help me with this. Thanks to every help, suggestion or any links
Akkss
  • 3
  • 1
  • 6
-1
votes
3 answers

Epub Resources for 3.0 - Where the best place to learn?

Does anyone know any really good resources for learning about coding epub 3.0. Particularly for fixed layout epub? These are the ones I have been using so far https://code.google.com/p/epub-samples/wiki/SamplesListing#sous-le-vent…
Cat
  • 34
  • 6
1 2 3
8
9