|
|
#1 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
I am hand coding a EPUB 3 Fixed-Layout Document, everything is going pretty well but I can’t get the file to open on the main content. I’ve setup a guide in the OPF: Code:
<guide>
<reference type="cover" title="Cover" href="cover.xhtml" />
<reference type="text" title="Start" href="pg_0003.xhtml" />
</guide>
Code:
<nav epub:type="landmarks">
<h1>Guide</h1>
<ol>
<li><a epub:type="cover" href="cover.xhtml">Cover</a></li>
<li><a epub:type="bodymatter" href="pg_0003.xhtml">Start</a></li>
</ol>
</nav>
Code:
<navMap>
<navPoint id="p1" playOrder="1">
<navLabel>
<text>Start</text>
</navLabel>
<content src="pg_0003.xhtml" />
</navPoint>
</navMap>
Thanks! Bruno |
|
|
|
|
|
#2 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,687
Karma: 3644259
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2
|
Read about ePub 3 in our wiki and fixed layout ePub. ePub 3 does not support NCX for ePub 3 files. What app are you using to test this?
__________________
Dale DePriest http://pages.suddenlink.net/dalede or http://daledepriest.wikispaces.com currently using an EZ Reader or a Literati or my iPad. |
|
|
|
|
Enthusiast
|
|
|
|
#3 |
|
Connoisseur
![]() Posts: 53
Karma: 10
Join Date: Aug 2012
Location: Nashville, Tn
Device: ipad, Kindle Fire
|
have you not added a spine?
|
|
|
|
|
|
#4 | |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
I think I made it following spec. The problem is when uploading to iBooks on my iPad3 it doesn’t seem to work. Yes, just didn’t want to post a lot of code here. Let me know if you want me to upload the complete epub. |
|
|
|
|
|
|
#5 |
|
Connoisseur
![]() Posts: 53
Karma: 10
Join Date: Aug 2012
Location: Nashville, Tn
Device: ipad, Kindle Fire
|
just curious but I always wonder why people may a fixed?? Any particular reason?
|
|
|
|
|
|
#6 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,687
Karma: 3644259
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2
|
Quote:
As you know from the wiki page, iBooks is not exactly following the ePub 3 specification, it is leading it. It has requirements that are different from the spec. It is likely that one of those additional requirements is causing the problem. Even ePub 2 books don't always work properly in iBooks.
__________________
Dale DePriest http://pages.suddenlink.net/dalede or http://daledepriest.wikispaces.com currently using an EZ Reader or a Literati or my iPad. |
|
|
|
|
|
|
#7 |
|
Digital Amanuensis
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 469
Karma: 1167803
Join Date: Dec 2011
Location: Padova, Italy
Device: Kindle3, Odyssey, eDGe, A60, PRS-T1, iPad3, KoboGlo
|
Very few Reading Systems actually respect what you ask for in the <guide>, so it is not surprising that yours does not.
__________________
Personal Website (EN): http://www.albertopettarin.it/ (My) Company Website (EN/IT): http://www.smuuks.it/ Coordinator Member of eBookClub Italia: http://ebci.it/ |
|
|
|
|
|
#8 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
|
|
|
|
|
|
#9 | |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
|
|
|
|
|
|
|
#10 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
|
|
|
|
|
|
#11 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,095
Karma: 927511
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
The NCX is something for ePUB2. If you want some form of backwards compatibility, you need/can include it in an ePUB3. However, it is not needed for an ePUB3.
__________________
Creator and maintainer of the e-Book Tools Word add-in. Creator and maintainer of the Clean HTML macro for MS Word. |
|
|
|
|
|
#12 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,687
Karma: 3644259
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2
|
For starters you need a special file not required for ePub 3. The file is META-INF/com.apple.ibooks.display-options.xml
This is not the first time Apple has required a special file. They also need one for embedded fonts. Of course the content of these extra files must meet their requirements. Apple does not specify that the ePub be version 3.0 so it is likely that an ePub 2 formatted file can have fixed layout and it is not clear if the features of a 3.0 would be supported. Dale
__________________
Dale DePriest http://pages.suddenlink.net/dalede or http://daledepriest.wikispaces.com currently using an EZ Reader or a Literati or my iPad. |
|
|
|
|
|
#13 | |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
Code:
<display_options> <platform name="*"> <option name="fixed-layout">true</option> <option name="specified-fonts">false</option> <option name="open-to-spread">true</option> <option name="orientation-lock">landscape-only</option> <option name="interactive">false</option> </platform> </display_options> |
|
|
|
|
![]() |
| Tags |
| epub3, fixed-layout, guide, navpoint, start |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating Fixed Layout ePub3 from InDesign | flipick | ePub | 12 | 03-14-2013 09:22 AM |
| Fixed layout epub | curiousgeorge | ePub | 3 | 01-18-2013 04:27 PM |
| Problem with page magnification on fixed layout for kindle fire | verydeepwater | Mobi | 3 | 01-15-2013 09:30 AM |
| Fixed layout epub in BN site appears only first page | bhuvana786 | Barnes & Noble NOOK | 1 | 04-17-2012 05:24 PM |
| epub3 Sigil Poetry(fixed layout) | Giggleton | Sigil | 7 | 04-04-2011 12:58 PM |