Fixed-layout books must supply a landmarks

How to resolve this error.
I am uploading fixed layout epub3 file to itunes connect.
Fixed-layout books must supply a landmarks

Maybe I did not explain correctly. let me try again.
The error is 5107 Landmarks, the link with info I found mentions the same error but instead of landmarks it says guide.
I did find a sample for using the Landmarks code
<nav epub:type="landmarks"> <h2>Guide</h2> <ol> <li><a epub:type="toc" href="#toc">Table of Contents</a></li> <li><a epub:type="loi" href="content.html#loi">List of Illustrations</a></li> <li><a epub:type="bodymatter" href="content.html#bodymatter">Start of Content</a></li> </ol> </nav>
what is confusing me is this book is a fixed layout picture book with no TOC, no tables. Do I leave my guide as is?
<guide>
    <reference type="cover" title="Cover" href="html/cover.html" />
    <reference type="text" title="Page1" href="html/page1.html" />
</guide>
and add the landmark code in the content.opf
sample code - landmark
<nav epub: type="landmarks"> <h2>Guide</h2> <ol> <li><a epub type=toc href=toc"> Table of Contents</a></li>
<a epub:type="loi" href="content.html#loi">
List of Illustrations</a></li> <li><a epub:type="bodymatter" href="content.html#bodymatter">Start of Content</a></li> </ol> </nav>
add it this way?
<nav epub: type="landmarks">
<h2>
<reference type="cover" title="Cover" href="html/cover.html" />
    <reference type="text" title="Page1" href="html/page1.html" />
</h2>
what do I do here?
<a epub:type="loi" href="content.html#loi">
List of Illustrations</a></li> <li><a epub:type="bodymatter" href="content.html#bodymatter">Start of Content</a></li> </ol> </nav>
Any help?
R

Similar Messages

  • Help with Fixed layout book.

    Recently uploaded a fixed layout book to apple. It was rejected, and as usual we received a onliner from Apple - (blurry, pixelated, split across page breaks, etc.) The book is 150dpi and meets all Apple's guidlines. Any suggestions on what else we can try? The book has art running across 2 pages. Is this not allowed?

    Okay, after taking a look at the book on my iPad, and digging into the epub file on my Mac, I have a couple of ideas as to why it wasn't approved (and, yes, I'd agree, the one-liner from Apple could have been more specific).
    First, on my iPad, the book is not actually opening as a fixed layout book. It's opening as a regular book with your images flowing as text. With the images flowing as they are, many are browen across page boundaries (as you'd see in, say, MS Word, when an image is pasted across a page break), and this is probably why Apple mentions pages being split. In digging into the epub file I didn't see a com.apple.ibooks.display-options.xml file, which is where you specify various features for the book, including fixed-layout.  You need this file in the META-INF folder. 
    The second issue is actually much larger, and likely the reson Apple responded as they did. Each page in your book is stored as one big jpeg containing both graphics and text (sort of like a PDF), and each xhtml page merely inserts that image in the flow of your book. Apple requires that images not contain text, as this makes it impossible for readers to search the contents or use other features of iBooks such as the dictionary and copy'n'paste.  Text embedded in an image does not scale when zoomed in the same way that standalone text is able to scale and be re-rendered as a true font.
    I think you'll need to readdress how your pages have been laid out. Separate the text from the graphics and treat them as independent objects in your HTML and CSS. You might be able to get away with removing all the text from each of your jpeg images and still having "full bleed images" that are simply missing all the text, then layering in the text via HTML.
    Hope that helps!

  • How do you add read aloud to a fixed layout book?

    I have seen some ibooks (childrens books) with read aloud abilities. I know you have to do some programming but what program do you use to edit the code, can you preview it in ibooks (on ipad) if you modify the code, and is there a non-programming way to add audio/speech to your ibooks through ibooks author? Does anyone know the process or what steps and programs needed to add the read aloud feature to an ibook? (I know there are many others out their who would like to know the answers to these questions). Thanks.
    Also, I have HD images (2000x1462) for my ibook in ibooks author and when I preview it on an ipad 2, it downsizes it to regular quality (like 1400x1200 ish). Since I don't yet own an iPad 3, do the images stay HD quality when an ibook (from ibooks author) is viewed on an iPad 3?

    Okay, I just finished building my Ibook in Ibooks Author. I tested one of the free ibooks (Peter Rabit) and liked how it reads to you. I have read many articles and other posts here on Apple.com and everyone seems to want to add this read aloud feature. I have the Fixed Layout EPUBs Miniguide and iBookstore Asse Guide 4_8 and even though the miniguide explains things step by step, its like reading Greek. I am new to programming. Since I assume you are an expert, what I need is help getting started. I'm pretty good at figuring things out, I just need to get a jumpstart as fast as possible. (I don't want to spend a whole month trying to add this read aloud feature).
    1. I have a finished book but its not looking like the fixed layout kids books I see on ibooks. Is there a simple way to just tell ibooks its a fixed layout and get rid of the textbook features without using programming? (I know there are people out there who agree with me)
    2. I know that I need a XML SMIL compatable text editor (BBedit is the only one I heard is free and good). But where do I begin? Is there some kind of template of code where I just add in the code to get the book to read from audio files? If I edit the epub file, will this book still be able to be sent to the iPad through ibooks Author for a preview?
    3. I am familiar with Audacity so the audio part is doable. But the coding is scaring me. To add a word by word reading for the ibook requires more programming.
    4. Tell me a short list of what I need to do in order. I have all this information but its overwhelming because I hate programming. (I tried making an iphone app and gave up because it required Xcode, which is way out of my league). I don't know where to start from my finished iBook so what is the next thing I need to do?
    Thanks Jessica

  • Epub 3 fixed layout – "guide" problem

    Hello, where is problem when I am trying to upload fixed-layout book via iTunes Producer and I get error:
          "ERROR ITMS-5107: "Fixed-layout books must supply a guide." at Book (MZItmspBookPackage)".
    The guide in OPF file is on right place and well formatted.
    See:
    <guide>
       <reference href="Text/page1.xhtml" title="Cover" type="cover" />
       <reference href="Text/page1.xhtml" title="Story start" type="text" />
    </guide>
    In iBookstoreAssetGuide 5.0 is no information about another guide.
    Thank for any advice
    P. S.: Google didn't find anything

    Hi fazeelaabuzohra
    EPUB 2:
         OPF file:
    <guide>
              <reference type="text" href="Text/page1.xhtml"/>
    </guide>
    or EPUB 3:
         OPF file:
    <manifest>
      <item href="nav.xhtml" properties="nav" id="toc" media-type="application/xhtml+xml"/>
         nav.xhtml
    <?xml version='1.0' encoding='UTF-8'?>
    <html xmlns:epub="http://www.idpf.org/2007/ops" xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <title></title>
      </head>
      <body>
        <nav epub:type="landmarks">
          <ol>
            <li>
              <a epub:type="bodymatter" href="page1.xhtml">bodymatter</a>
            </li>
          </ol>
        </nav>
      </body>
    </html>
    You must set the version in OPF:
    EPUB 3:
    <package ...  version="3.0" ... >
    EPUB 2:
    <package ...  version="2.0" ... >
    I hope you will understand now

  • Can we output a 'fixed-layout' (Apple's variety), Enhanced EPUB?

    This is (of course), not a true 'EPUB', but instead Apple's bastardization of the format to allow 'enhanced' illustrated books to be sold in their bookstore.
    But InDesign can produce some terrific interactive output for regular 'flowing' EPUBS for iBookstore/iPads like the work Terry White has demo'd.
    Between the use of Articles for maintaining formatting, and the overlay panel I have to imagine one could produce a nice title with IND that would adhere to Apple's standard, but I've found no reference to it.
    Any help or direction would be greatly appreciated.
    best,
    B.

    Thanks for the reply Bob.  Yeah, I think I'm confused.  As I read about DPS it seems I'm not alone in being confused. Part service, part software, expensive, yet touted to the entire digital publishing communit as if it were an option for all, budget notwithstanding.
    So to clear things up, here's what I thought/think/hope... and maybe someone can illuminate where I'm right/wrong/close...
    On the topic of using InDesign for (Apple's Variety) of EPUB creation specifically for the iBookstore:
         - I can create an EUB layout in Indesign, with full page (bleed), images, and add text frames on top of the background.
         - I can embed fonts (as long as I have the rights), into the doc.
         - This type of layout will not be reflowable, but is zoomable.
         - (I though) I could include simple HTML5 animation for elements such as a buttun to trigger 'Read Along' type function. Maybe simple object translation
            or opacity changes.
         - To make this work as a 'Fixed Layout' I would need to utilize the techniques offered in Liz Castro's miniguide on FIxed Layout on the extracted EPUB
            once it was generated by INDe. 
         - At this point hopefully... it would pass muster for upload via itunes Producer.
    On the topic of DPS: (these are more questions than understandings. But clearly I've missed a few salient points)
         - DPS is not for creating Illustrated books, 'fixed layout books' or picture books (EPUBs), that I can then upload and sell though my own iTunes
           Developer account.
         - DPS seems to be for larger publishing concerns (aka companies with plenty of $$$), that are creating digital magazines.  I'm not sure how the final
           product is accessed. if it is a EPUB file or if the product is sold through DPS.
    I'm sure there is more that I'm leaving out, but hopefullly some helpful input on these notions will help others and myself wrangle the task of producing iBookstore ready product with Indesign and potentially, DPS.
    thanks,
    B.

  • Adding a TOC in an Apple fixed layout

    Ive had the luxury of doing a ton of Apple fixed layout books without needing to have a working table of contents.
    My luck ran out as I need to maje sure I can actually do this. The images for the book are already set and the way the book was created has sections. The first section has a table of contents for the FIRST section but it is only an image. So first thing is am I able to add a page with links ( which would actually be a table of contents?)
    I know I can do this in a Kindle Fixed layout, can someone give me some onfo if I can do in an Apple FL?
    R

    Hi ralphiedee,
    If you are having issues working with the Table Of Contents in iBook Author, you may find the following article helpful (apologies if you have already seen this):
    iBooks Author: Customize the table of contents
    http://support.apple.com/kb/PH2752
    Regards,
    - Brenden

  • Indesign Fixed Layout EPUB Export problems

    I am trying to export a fixed layout book using InDesign. I used the InDesign CC2014. I am working on a PC. I can read my previously hand-coded version done with Dreamweaver and validated with Pagina using the Firefox epub reader extension.
    The exported version from InDesign does not have fixed text. The text has spread out all over the page and some of the words are actually scrambled. Some letters are on top of each other. The file itself validates with no errors using Pagina. But it is not readable as fixed layout using the Firefox Epub Reader Extension.
    Is this a problem with my epub reader? Or is this a problem with the export?
    Has anyone tested a file on a PC with an epub reader other than Calibre or Readium?

    Hello,
    I just tested on Readium and it looks fine there using the Readium app on Google Chrome. (PC version). I'm not releasing books on Apple, so I will not be testing on Mac.
    I will probably be testing for Kobo, I was hoping for a browser extension on Mozilla that it would work on.
    Many thanks,
    Arlene Graziano
    @arlenegraziano
    www.arlenegraziano.com

  • [Javascript][Fixed-layout] - Is it an event fired when each page of the book is completely loaded ?

    Hi,
    everything is in the title.
    I want to set a page at the beginning of the book where the reader will have to wait until the book is fully loaded in iBooks.
    (A kind of onLoad event but for the whole book)
    This will be usefull to prevent lags when reading the fixed-layout epub.
    Thank you.

    Hi Oliboy50,
    I believe the iBooks app handles this for you.
    Are you able to use the DOMContentLoaded event listener like this to solve your problem? There is a function in ibooks.js to initialise all js, you could potentially add your functionality to that once iBooks as done the init. Have a look around line 200.
    window.addEventListener("DOMContentLoaded", function() {
        // Your code here
    }, false);
    Hope that hepls.
    Seb

  • Recommended way to design a book chapter with a set of fixed layouts?

    I am starting on a book and am trying out Indesign CS6.
    This is a science book, and the bulk of it uses only a couple of layout formats, typically with 3 images and some text frames at fixed positions. Each page content is independent of each other (i.e. text does not flow to the next page)
    I could design the layouts (or templates) for the left and right facing pages and even set them as master pages. However, any individual page could be on the left or right facing page and the image positions are slightly different due to the gutter. Even if I override each item properly, inserting a single page at the beginning shifts all the pages from left to right and vice versa, leading to mispositioned text and images. If I had a 2-page spread master page, it would end up with duplicate objects instead. I'm trying Master Pages now because I might foresee slight adjustments to the page layout midway through the project, and don't want to reposition/resize everything over again. Ideally it should be adjustable from a single location...?
    Is there an elegant way to resolve this? I am familiar with Javascript but have not dealt with it in Indesign yet, so I'm very open to using it if necessary.
    Thanks in advance for any input.

    Thanks Ankit. I have actually gone through several Master Page tutorials and am already overriding objects from the various Master Pages I am using.
    The problem is, if I have a 2-page spread for a Master Page, inserting a page before the spread (quite common during this project) that uses the Master Page will result in duplicate objects on each page. i.e. the page will contain BOTH my overridden objects from the left side plus the master page components on the right side. It becomes a complete mess.
    If I had a 1-page Master Page for a particular layout, it would only be for the left facing page, and I would face the same problem when inserting pages again.
    From what I see now, Master Pages are meant for completely static components on the page and not for fixed layouts.

  • Use of cookies in fixed-layout EPUBs

    I am creating a fixed-layout picture ebook in EPUB2 format to be published on the iBookstore.
    In order to start some CSS3 animations at the same time on both pages of a page spread, I'd like to use a mechanism to synchronize the start time for the animations. This is because I noted that, in the iBook reader running on my iPad2, the left and right pages of a spread get loaded at different times and usually the right page is loaded approximately 1s later than the left page, though the delay is extremely variable.
    I am thinking about using some javascript to set a cookie in order to check whether both pages in a spread are loaded and consequently start the animations. This is based on the assumption that both pages of a spread use a webview built upon the same common Safari rendering engine which uses a single set of cookies.
    My questions are:
    Is it allowed to use cookies in an EPUB to be published on the Apple iBookstore? On page 29 of the iBookstore Asset Guide 5.0 it is specified that "Books must not rely on external resources", but are cookies to be considered "external resources"?
    If cookies are not allowed, is there any other way to synchronize the two pages of a page spread on the iBook reader?

    Hi Steve, I am a regular subscriber to Creative Cloud and have updated all apps.  My version of Adobe InDesign does show 2014.1 under About InDesign.
    Believe it or not, one of the more helpful videos out in Adobe TV land showed interactive under the Object menu:
    See 5:30 on this page: https://helpx.adobe.com/indesign/how-to/interactivity-fixed-layout-epub.html?set=indesign- -key-techniques--epub-fixed-layout  I finally found the answer here at Adobe forums (monica).   Now I have it installed in the panel on the right.
    I'm on an iMac and use all Apple products.   I've tossed Windows to the wind. 
    Thank you so much for your support. 
    Mary

  • In a fixed-layout epub is there a way to turn off the faux spine effect for just one pair of pages?

    I'm formatting a graphic novel as a fixed-layout epub.  Because the pages are generated in Manga Studio with an intended print target, it by far makes the most sense to just use a single, large image for each page.  I'm coding the .opf, .xhtml, and .css files by hand, and I more or less understand everything I'm doing.
    Because the pages are often full bleed, I actually want the faux book chrome afforded by having <meta property="ibooks:binding">true</meta>.  The shadow effect in the gutter gives a nice deliniation between the pages without me having to do anything additional with the formatting.
    However... a handful of pages in the book are two-page spreads.  These look good enough with the shadow spine in the middle, but they would obviously look better without it.  What I'd like to do is identify these particular page pairs as two-page spreads and turn the binding chrome off for just that page pair.  I could of course "fake it" by adding a shadow to the pages themselves (except the spreads) and turning off the binding chrome on the entire book, but it'd be a lot easier to be able to do it in software.
    Apple's formatting guide mentioned nothing of the sort, and searching for a while hasn't turned up anything (not even anyone asking the same question so far as I can tell).  I'm guessing this isn't possible, but it never hurts to ask.  Anybody know of a way to do this?

    Just found this... Sorry to waste the post...
    http://reviews.cnet.com/8301-13727_7-20083707-263/managing-mac-os-x-lions-applic ation-resume-feature/?tag=mncol;title

  • How do I create a fixed layout landscape-only epub3 in Indesign?

    Hi
    I have been trying to create a fixed layout epub3 from indesign without results.
    What I've done is to create a book with 4 pages in layout format 1034px/768px, each of them with text and pictures. I gave the text a style with the paragraph and exported in epub3 format.
    When I upload this to the ipad it works as a epub2, the layout is not fixed.
    When I open the files and read the code it actually is like a epub2, there is no fixed layout meta tag, there is no page dimension in each page, in the css the body size is auto and so on.
    I also opened the files and added without any result the following in the .opf file.
    <meta property="rendition:layout">pre-paginated</meta> (this should create the fixed layout option)
    <meta property="rendition:orientation">landscape</meta> (this should create a landscape only view)
    <meta property="rendition:spread">none</meta> (this should create a one page at a time view)
    Is there a way of achieving what I want or it simply is a functionality not yet introduced?
    Thanks for any advice

    InDesign CS6 or earlier is not designed for creating fixed layout EPUB files. Essentially it would have to be done in a very painful, very manual process. Anne-Marie Concepcion describes the process in this Lynda.com video:
            Creating a Fixed-Layout EPUB      
    The Rorohiko product is the best thing going at the moment.

  • Another Blank Page in Fixed Layout Epub

    Having trouble with a blank page in this epub (link to epub file on acrobat.com).
    I've read a couple of threads, and have exported the indd as an indb and reopened (trying to mitigate the possibility of the file being corrupt). I had to fix a date in the content.opf that was in the MM/DD/YYYY format (reformatted to YYYY-MM-DD). To repackage the epub, I created a new zip file, and added the mimetype file first, and then added the META-INF and OEBPS folders. Everything checks out at EPUB Validator (beta) Results. The file looks horrid in Adobe Digital Editions 3.0, but looks great in Calibre.
    As you can see from the file name, I've tried a number of things to try and deduce the issue (deleting multiple pages, one at a time, to see if there was an issue with a specific page, tried to build the epub without a cover image...)
    It's always the 3rd page that is blank, even after removing multiple pages, which I find curious.
    Any insights from others that have dealt with these problems trying to get Fixed Layout epubs from InDesign CC 2014 into Google Play Books is very much appreciated.

    Hi,
    The file is missing here: (link to epub file on acrobat.com). Could you post it again?
    Did you see your exported FXL EPUB in any other reader? iBooks is recommended but Readium also supports FXL EPUB and would be equally good to verify this issue.
    Regards,
    Pooja

  • Fixed layout ePub page turn not working in portrait mode

    Hello all,
    First time poster here. I created a childrens book, full color ePub from the Apple 3.1 ePub template. Everything sems to work great in general.  But I wanted the book to be in portrait mode only to get the most out of the graphics. I have the package.opf file set for portrait mode, which shows just one page (correctly), but when turning pages the cool page turn animation does not work when testing on my iPhone5 and an iPad2.  Pages just slide left or right.  But when I change the opf to allow landscape mode, when testing on iDevices, it shows two pages at a time in any mode and the page turn effect works perfectly.  Any way to get the page turn animation to work on just a single page in Portrait mode? To add to it I have an ePub example book from a non-Apple publisher that defaults to single page portrait, and is mostly text (so I'm not sure if its fixed layout or not), and the single page portrait mode allows the page turn animation to work perfectly.
    Thanks all!
    EDL

    The small caps are wrong in Source Sans Regular. This are not correct small caps . This seams to be missing in the font.
    But in italic style you will find correct small caps. They only work in InDesign not in ePub.
    And if you look in my images (first from InDesign, second from Radium - iBooks looks the same) you can see many difference between InDesign and ePub.
    Note the word "pfiffig", the I at the beginning of "Igor" in second paragraph and the "a" in the italic paragraph.
    This is very frustrating! 

  • Please point me to examples of fixed layout ebooks with javascript and animations

    Hi! I am a danish children's author and want to create an ebook in "Fixed layout" for the ibookstore. I want the ebook to have simple interactive and animated features triggered by javascript. I would like more knowledge about what is and isn't possible with the javascript and CSS in apples fixed layout format. I have already viewed the "Yellow Submarine" ebook and Apples sample ebook "Sonnet 18". Are there more examples available?
    Please do not point me to apps. There are great interactive book-apps for children - but for this project I am only interested in the Fixed layout format for the ibookstore.
    All replies will be greatly appreciated, thanks!

    if I can help, let me know...
    check out the new series to help create publications. just search in the iTunes Store for An iBuild Opportunity

Maybe you are looking for

  • Switching from Mailsmith to Apple Mail app

    Ok, I've had a problem recently with Mailsmith, though in general I prefer it to Apple's Mail. I like a text only mail app with everything else as attachments which one can choose to open or not. That said, I recently  messed up: my elderly G4 MDD wa

  • Accessing Calendar via UWC

    Dear All I just installed the JES2005/Q4 on single server and everything is almost fine exclude calendar via UWC, calendar express working without any problem and also I can login with calmaster user name, but when I login to UWC, I can't access the

  • Yosemite/Java asks me to update to latest version of Java; which is already installed!

    Hello,   I have a mid-2010 iMac with OS X Yosemite (10.10.2) installed on it. The issue that I'm having is that I'm getting a Software Update popup that reads:   Now, how can I be asked to "update" what I ALREADY HAVE installed?? In other words it's

  • PS4 crashes when I use the crop tool

    I have CS4 Design Standard and it is loaded on my IMAC and Powerbook.  When I use PS4 on my imac and use the crop tool, it just hangs up and I have to shutdown and restart.  However, it works perfectly on my powerbook.  Any suggestions?

  • HD Error - Seems Like A New Computer

    Well i was working on my macbook pro "15 120G" and i had a shutdown, then when i restarted my computer, i had it like brand new ... i had to config everything again, my password ... itunes had no music at all and was re-adding the music to my library