Problem Exporting to Epub 3.0

Hi, everybody,
I am trying to export a book to epub with ID CS6 in Windows and in the code of the XHTML file created the first 2 lines are only:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml">
I noticed that in DreamWeaver I am still able to split the code and the preview in two panes but the preview pane is not showing the resulting code. I looked in to the code of other ebooks and I noticed a second line (the !DOCTYPE).
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
          <head>
So if I manualy include it before the start of the <head> I can work in Dreamweaver in the usual way. What is wrong with the export module of Indesign? What am I doing wrong?
Thank you in advance
Maria

Amanda:
InDesign CS5.5, current on updates
I really hae to learn to ask that question differently. Everyone says they're current, but sometimes people are not correct! 7.0.4.553?
Anyhow:
Mac OS X 10.6.8
Great! Let's see the crash report, please. Upload to http://pastebin.com/ and post a link here.

Similar Messages

  • Font problems exporting an ePub

    Hi, I'm trying to create my first ePub eBook and I seem to be falling at the first hurdle.
    I have all the text in Paragraph and Character Styles and I'm using OpenType fonts and I just can't get a sans-serif font to export properly – I've tried Helvetica, Trebuchet, Arial - they all turn up in the eReader (Adobe Digital Editions) as some serif font I can't identify.
    On Item Info in ADE I get Error E_PKG_ENCRYPTION_XML_NO_RESOURCE
    Also when I export a long document of a few thousand words the ePub doc finishes half way through – I'm hoping this may not be the case once I have split the document up into smaller chapters. But I've isolated one page and I still can't get this font and error issue sorted out.
    Any ideas

    Also ask in the forum for Pages perhaps:
    https://discussions.apple.com/community/iwork/pages

  • Text formatting problems when exporting to Epub

    During my fixed layout export to epub, some of the text on  my pages is messed up (see image).  Anyone know how to fix this?
    FWIW: 1) I export with spreads disabled to keep the layout as i have it in ID. 2) I am using 3-4 fonts from  typekit.

    yes, you are correct about what i am trying to accomplish.  I will take your advice for testing the iBooks.  that said, I'm trying to get the kindle version to work correctly.  I don't know much about the process of preparing for Kindle and the documentation I've seen isn't much help to me (I'm not that technical). Any guidance for how i might resolve the issue described above?  It's reallly unfortunate I can't just design in ID and  then publish everywhere with the click of a button.
    Thanks in advance for any help!

  • Document to document hyperlinks exported to epub do not work

    I've been flooding the forums lately with a lot of ebook questions recently . . . hopefully this will be the last one. I've created multiple documents combined into a book, so that when I export my ebook, I'll get the necessary breaks within the book.  However, the cross references/hyperlinks that I've created using text anchors throughout the book only work if the source and destination are in the same document.  If I have a source in one document referring to a destination in another document, when I export the epub file, the link only jumps at the source rather than linking to the destination. I've creating the links by selecting the open document from the document drop down and then selecting the destination from the text anchor drop down.  It seems to work within ID, but not exported as epub.  What am I doing wrong?  I really need to fix this problem so my TOCs will work, at least.

    You are not doing anything wrong. It a bug in CS5.
    What happens is, the reference to the source file drops out of the code line, like this:
    <a id="anchor-50-anchor" /><span class="superscript"><a href="#anchor-57-anchor">1</a>
    and to should look like this
    <a id="anchor-50-anchor" /><span class="superscript"><a href="Notes.xhtml#anchor-57-anchor">1</a>
    So you will need to insert to relevant .xhtml file back into the code. I use Dreamweaver for the code stuff (only because it's free with CS package and because if give a preview window)
    I doesn't take long to fix...

  • I think I've found a bug... (CS 4 6.0.4, export to EPUB, w/ test case)

    Hi everyone,
    I think I've found a bug. I suppose I would like to see if others can reproduce it - I've managed to on 2 work machines, but the more the merrier. I suppose I'm also hoping that giving this bug more exposure will increase the likelihood of it getting resolved. I can dream
    The bug shows itself when exporting an InDesign document (or book) to "Digital Editions", or as an EPUB file. The InDesign source needs to have a Table of Contents, and this TOC has to be used by the EPUB to create TOC entries (see the "contents" tab of the export window). In certain cases, using the InDesign TOC causes the EPUB export to garble certain characters; unicode-specific characters, in my experience.
    Steps to reproduce:
    Create a new document, add a blank text frame and fill it with placeholder text. add a heading to this text frame, styled appropriately.
    Create a table of contents, using the heading style you defined and used previously.
    Add some unicode characters to the end of your text frame. I've been using "bêche-de-mer — a genus", which has 2 unicode characters. My tests have shown about 1715 characters in the text frame is enough to trigger this bug.
    Save the document and export to digital editions. under the "contents" tab, check the "include indesign TOC entries" option.
    Open the EPUB (or unzip it and view the xhtml content). I would expect to see "bêche-de-mer — a genus" at the end. However, I see something more like "b√™che-de-mer ‚Äî a genus" instead. I do see the correct output if I don't check the "include indesign TOC entries" option when exporting to EPUB.
    I've confirmed the fonts I've tried are unicode-compliant and have the relevant character codes. I'm running the latest update to InDesign CS4 (6.0.4) on OSX 10.4.11. This character encoding problem doesn't manifest itself in the PDF or IDML export, only the EPUB export. Choosing whether or not to include embedded fonts in the EPUB doesn't make a difference to the outcome. I have run this test on my machine and a workmates, which is OSX 10.5.[something]
    I'll attach a test document to see if others can reproduce this bug. I'd be interested to hear if others can, or cannot reproduce it. I have submitted a bug report at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but that doesn't exactly imbue me with confidence that anything will get done in a hurry...
    This problem is pretty annoying; I can either have EPUB navigation, or uncorrupt text. My current (proposed) workaround is for the operator to create 2 EPUBs, one with a TOC and one without, and merge the two together... EPUB transplant if you will. A bit ugly....
    thanks for listening!

    Hiya Joe (and Archie)
    It is indeed an annoying bug - I spent a few days looking around it before posting (wow, it must be nearly a year ago now).
    Fortunately, it really is straightforward (if a bit of a hassle) to workaround:
    - make 2 EPUBs, identical except one will have a TOC generated (epub-a), the other will not (epub-b)
    - extract the TOC file from epub-a and insert it into epub-b
    remembering that EPUB is a zip package, this is very easy indeed. On OSX you have /usr/bin/zip and /usr/bin/unzip to assist with extraction / insertion in a script (bash, applescript, etc). I don't think Windows comes with command-line zip programs, so you'd need to hunt around a bit.
    Good luck. I don't know if this is resolved in the latest 6.0.5 patch - if you haven't updated to that, it might be worth a shot. And if you have and it's still a problem, please respond to this message just so there's a log stating as much.
    Steve

  • Recent InDesign change suppresses non-printing layers when exporting to EPUB

    I hate it when development teams quiety "fix" features I've come to rely on.
    I am using InDesign CC 9.2.
    Until a recent update, when I exported a book to EPUB from InDesign, layers which were set to show but not print were included in the export. I relied on this because my documents include a non-printed Table of Contents block on the first page of each piece included in the anthology. This block causes the correct page to be set when generating the TOC (notice that it's on the page facing the title, not the title page itself) and is used to print the correct title on the title page of each story and running headers throughout the body.
    (An example document - Click for full size)
    Up to at least January 2014, when I exported to EPUB, that visible-but-not-printed block was included in the XHTML output. I could then modify CSS to optimize for e-reader display and the title and author names would appear at the top of each piece. Sometime within the past couple of months, that has changed: layers that are not printed also do not export to EPUB. This wouldn't be so big a problem except that the printed title in the image above also is not output to the EPUB file, because it's a text variable in the underlying master page.
    If you like reading and messing with markup, as I do, the next two images illustrate the problem.
    (The old output - Click for full size)
    The new output:
    (The new output - Click for full size)
    I have five volumes of the anthology so far (comprising roughly 30 stories each) with a new one coming out every three months. Now that this change has been thrown at me, I need to get it resolved or come up with a good workaround while I only have a couple hundred documents to update, instead of double that a year from now.
    Thank you for any help or suggestions you can provide!

    Going back through every document to override Master Page objects just to get the elements to export is not a realistic workaround.
    The change that suppresses visible but non-printing objects is annoying, but at least it's a documented change in 9.2. The change that suppresses all Master Page elements as well is not documented (or at least not documented in an obvious way) and so to me it's a bug.
    Ideally, if these new changes are required by some users, the old behavior could at least become an option: the export to EPUB dialog could add checkboxes for "Include non-printing objects" and/or "Include Master Page elements" so that users like me are not left with no way to continue to use existing functionality.

  • Image quality seems poor when exporting to ePub (even on max)

    Hello all,
      I've been using InDesign to prep a book for export to ePub format, and it will include several images. Things are going fairly well now that I finally think I've got my mind around the way InDesign works and how to think/prep in advance (i.e. get the Masters right and think 'styles' for as much as possible).
    But, when I get things exported to ePub format, I've noticed that the images seem to loose resolution even when I choose jpeg at the maximum setting. Where it's most obvious is when there is text in parts of an image (like text on a map), and at smaller fonts the text becomes blurry and unreadable. The image is pristine and sharp in Photoshop, and is very clear in InDesign doing the layout, and even if I simply save it as a jpeg in Photoshop it stays sharp and things are clear and ledgible. But...
      ...From InDesign...exported to ePub format using the maximum settings...it ends up soft, or a bit fuzzy, to the extent that whether viewing in Digital Editions or ePubReader in Firefox, the smaller text is virtually unreadable.
    Anyone have any ideas why this happens? I could consider making the initial image some much-larger size and hope that when it shrinks to fit the reader window maybe it will still be clear. But I've read that 'best practice' is to keep the image between 300 and 600 pixels in width, so I've made sure it was a bit less that 600. Regardless, it just isn't good enough as it is now.
    Any suggestions will be appreciated.
    -T

    I'm having the same problem. About 4 out of every ten images are exported at half the resolution of the rest -- looking at the images in Photoshop each apparent "pixel" is actually 2 x 2 pixels across.
    This occurs both at "high" and "maximum" settings, the images are still borked and the only difference is the resultant file size.
    I've read the PDF referred to in the reply but it says nothing about this.
    My guess is that this is a bug triggered by certain dimensional inputs to the exporter (a la the Photoshop bug where rotating pixels 90° causes artifacts when the area involved is an even number of pixels by an odd number of pixels -- see http://bjango.com/articles/photoshopcs6wishlist/ ).

  • HT4168 Pages export to ePub - unwanted question marks

    When I export a Pages doc to ePub, a question mark appears at the end of every line. How can I avoid that? If I take the Export to ePub doc from Apple and export it, no problem. If I add some lines of my own at the end and then re-export, question marks appear at the end of the lines I have added. It's driving me nuts! Any advice would be appreciated.

    How did you buy Pages?
    Which MacOs system do you have on your computer?
    What is the exact message you get?
    Which version of Pages do you have?
    Please answer all questions and if you don't know how ask again.

  • Incorrect images from .indb file export to ePub in Indesign CS6

    I am having problems exporting images to ePub and get a different result from the same file depending on whether I export directly from the .indd file or from the .indb file.
    When I export to ePub from the individual chapter (.indd) file, everything is fine and the images appear in the correct locations where they have been anchored.
    When I export via the book  (.indb) file, images are being replaced with the incorrect file in the resulting ePub.
    Looking at the HTML, it seems not all images are being exported from the .indb file and when the image is missing, Indesign is substituting the next available image from the alphabetical list in the images folder so I'm getting incorrect images peppered throughout the book.
    Any idea where I've gone wrong and how to fix it? I've produced several ePubs with images and never come across this before.
    More details on how I've set up the files and any other info I think might be relevant below if needed.
    - I'm using Indesign CS6 (8.0.1)
    - I'm producing an 11 chapter book.
    - Each chapter is a separate .indd file for ease of editing.
    - These 11 files have been added to an .indb file for export to ePub.
    - Images are all anchored to their captions within the text.
    - On Export to ePub settings for images I have selected to insert a page break before the image and that settings apply to anchopred objects.
    Nothing else is selected (I don't want to preserve appearance from layout.)
    - I'm using the Articles panel feature for order of content.
    - In the original file supplied, the images were placed as .tiff images. I saved them to jpeg and relinked them using the "relink to folder" and "match same file but this extension" options.
    - No links are flagged as missing.
    Any help much appreciated.

    The solution points to how, it appears, the book panel export is functioning: each file exports a set of tags referenced to itself; file01 adds a "1" to its tags, and so forth. What I was able to do was use a file referencing all of the tags in the style suite in two ways:
    first, I exported to an epub the single file, creating a fairly clean CSS, which I then extracted and renamed;
    then, making certain that file was the "source" file in the book panel, I mapped for export all of the tags, being careful to be certain each tag/class combo was same as in renamed clean CSS;
    I synchronized the whole shebang;
    I exported to epub, adding my clean CSS as an external style sheet, selecting only "include embeddable fonts".
    Bingo!

  • Cs4.. nook export for epub skipping pages.

    I have a book .indb file. Has 335 chapters in it. But each page is small. If I try to export a file for digital editions it skipps pages at after a certain page.  I checked out which page was the last processed. Then checked the other pages out all around it. There is nothing wrong with these pages.  So I made two smaller book files of the .indb type.
    Thinking I would narrow down the problem page.
    Part1: export created an .epub file... no pages skipped!
    Part2: export said it skipped the last three pages. Still gave me visible pages up to the last three pages. Just what I thought if the error stated ...it skipped 3 pages.
    So I thought it could be memory.  I only have 1gig of ram right now.
    I decided to see if I reduced the number of chapters or pages in Part2  and included the last three that were skipped maybe they would process.
    So somewhere way above the last 3 ... I deleted 5 chapters .. they were up toward the beginning of the file.  Nowhere near the last three.
    The entire part2 of the book file excluding the 5 I delete still including the last three pages processed.  There was nothing wrong with the skipped pages. So my question is. .. could it be because I only have 1gig of ram?
    When a book file exports to digital editions, all chapters are being held in memory right... so maybe it couldn't process the last three. Any thoughts?
    Thanks!

    I really hate to tell you this. InDesign CS4 was the first version to support export to EPUB. Virtually no one used it. It was very limited and very buggy.
    You really need to be using a later version of InDesign, especially with a very large book. If you're having problems, I'm not surprised.
    There were improvements in CS5, and major improvements in CS5.5, CS6 and CC.

  • Win XP ID5.5 export to epub crash in hyperlinks.rpln any way to trace?

    Any way to pin this down to the problem link? I've converted any link with an & or # into a tinyurl, and still get a failure when exporting to epub. ##update## I also tried exporting to html and got the identical error - same mod & offset. I would be happy if I could just turn off any url conversion and get an epub where I could edit it manually. ##
    By cutting my 300 page book (1 document) down by half for each test, I got to a 6 page doc that still failed. At that point 1 link had a & - I deleted that link and export worked. I changed the & to X and export failed even though  link was invalid. I replaced with tinyurl, and export worked. However, when I go back and change original doc so it has no urls with & or # I still get the same failure. There must be a faster way of finding the problem than my way of dividing the doc. That takes hours to find a single error (It takes me about 5 min to recycle ID after crash). This is the Dr. Watson log of one crash:
    In July 2010, Liz Castro mentioned in her blog a script: OEBExportMenuItemLoader.jsx file, which is in the startup scripts folder
    In my 5.5, I don't have that script, I have something that is similar, but I know very little about scripts, i.e. can change false statement to true, but don't know how to run it or find output:
    Tried to insert image, but got black square, so will type it out:
    folders
    Adobe Indesign CS5.5>
    Scripts>converturltohyperlink>startup scripts>ConvertURLToHyperlinkMenuItemLoader.jsx
    I've continued to test various cases of hyperlinks to find failing links:
    1 works note that there is a #:
    http://www.360cities.net/image/punta-arenas-chile-mirador/#348.00,7.50,65.0
    2 works note that there is a #:
    www.360cities.net/image/punta-arenas-chile-mirador/#348.00,7.50,65.0
    3 works note that there is a #:
    360cities.net/image/punta-arenas-chile-mirador/#348.00,7.50,65.0
    4 works: www.360cities.net
    5 works: 360cities.net
    6 works:  www.360cities.net/image/punta-arenas-chile-mirador
    7 works:  360cities.net/image/punta-arenas-chile-mirador
    8 works xxx 360-degree view from the Puenta Arenas mirador: 360cities.net/image/punta-arenas-chile-mirador
    9 works xxx 360-degree view from the Puenta Arenas mirador: 360cities.net/image/punta-arenas-chile-mirador - a dup of 8 just to see if number of entries is a factor.
    10 fails xxx 360-degree view from the Puenta Arenas mirador
    www.360cities.net/image/punta-arenas-chile-mirador
    In the above list why does 6 work and 10 fail?
    Message was edited by: backpack45scb with examples

    After narrowing down to a test list of 4 urls, I was able to find at least one cause of the problem. I had 3 working urls, and one that would cause ID to crash in hyperlink.rpln. I found the problem by looking at the text with story editor. The problem url was surrounded by hyperlink cross reference symbols.
    Would paste output, but again am getting black square when I click insert image.

  • ID CS5: Numbered lists export to epub incorrectly

    Hello,
    I'm working with Indesign CS5 to convert a print textbook to epub format. I have quite a few numbered lists to make. For example:
    1.
    2.
    3.
    and outline-styled lists
    I.
         A.
              1.
              2.
         B.
    II.
         A.
         B.
    I followed a very helpful video by Anne-Marie Concepcion about creating paragraph styles for each numbering "level." It has worked fine on the screen, but when I export to epub and preview the book on an iPad, some of the numbering messes up. Normal numbering (eg: simple 1, 2, 3 lists) work fine, but when I have outline-styled lists, it appears like this:
    1.
         1.
              1.
              1.
         1.
    How  can I fix this? Any help would be appreciated!
    Edit: I found a somewhat similar question online that ended up fixing the problem. If you are wondering how to fix it, go to the export epub dialogue window and select the option to convert the bullets and numbering to text.

    Well,
    Duplicate the file (save as) with another name.
    Let's suppose a file with 300 pages. file1 "save as" to file2.
    In the file1 go to page 151, and clean all the rest of the text and pages.
    In the file2 go to page 150, and clean the text before the page 151 and delete the white pages.
    Remember, delete pages don't clean the text, you have to delete the text too.
    Create a book (File/New/Book...), give a name and add the file1 and file2, automatically, the pages are been renumerated.
    Att.

  • Export to epub with linked ai files result in low quality images

    I have a 220 page indesign cc doc which I am exporting to epub fixed layout. I have around 100 linked ai files. When I export, the main paragraph text is crisp and lovely but the ai figures are a little fuzzy.
    I have tested different settings in the 'Object Export Options' but each time it comes out the same.
    See image below.
    I have searched around but can't seem to find anyone talking about this. Has anyone else had this problem? Any suggestions?

    Hello Carli,
    When exporting to epub, images format changes to png/jpg/gif depending on what you have selected in EPUB Export Options dialog. Please try exporting to PNG with high resolution selected(you can change Resolution as well in Export Options dialog).
    Thanks
    -Anshul

  • CC 2014 export to epub Fixed Layout Table Of Contents Question

    I have an .indd which I exported to an epub 3.0
    looks fine except there is a table of contents in the .indd and it does NOT work in the Epub.
    I see a tuts for adding a navigation TOC in an EPub 2.0 doc but I need to have the TOC from the .indd as a linked / working TOC.
    Any help here?
    R

    Ok just to add a little here so the problems I'm having are in ONE post.
    The document was not made by me, I needed to go from .indd to Epub Fixed.
    AS mentioned the TOC was ALREADY in the .indd as well as hyperlinks thru the document.
    When I go to export as EPub Fixed  I chose the TOC style ( I know there are a few options for this here like removing the original TOC and replacing with a new  OR just using a navigation TOC which would be seen using an Apple Reader THAT WORKS
    But, TWO things are problems, when exporting to fixed NONE generated  TOC's work, new generated and original ( which I left in there just to see)
    and second, ALL the hyperlinks that were working in the pdf before do NOT work in the Fixed Layout BUT I did do a flowing text export and in that those hyperlinks only WORK in the re flowable.
    Any help here?

  • InDesign 5.5 exporting to epub - grouped images export fine, everything else is blurry

    I'm trying to export a user manual book to epub. All of the images are linked, anchored images.
    The images in the exported HTML files are extremely low quality, even when exported with the maximum resolution.
    I experimented a little by modifying the object export settings for two of the images:
    A) an image grouped with another image file positioned on top of it.
    B) an image of the same dialog (so, pretty much an identical image) that was not grouped.
    I made both of these images have the same Custom Rasterization settings:
    Size: relative to page wdith
    Format: JPEG
    Resolution: 300 ppi
    Quality: Maximum
    Method: Baseline
    When I exported the ePub (taking care not to ignore the custom settings), image A looked fine in the export and image B looked terrible.
    I then grouped image B with a blank text box to create a "grouped" image and re-exported. Now, image B has quality on-par with image A, with exactly the same image as before.
    What gives?

    The problem is your original images are too low resolution.
    I recreated the same problem. I took some of the text used in one of my ebooks, and exported a PDF from InDesign. I opened it in Photoshop and rasterized it at 72 ppi.
    I saved it and placed it into InDesign, then scaled it to 45%.
    Here's what it looks like:
    Once you start with a low-res image, choosing 300 ppi as your export resolution won't magically restore it to looking good.
    Start with type which is at a high resolution like 300 ppi, and work from there.

Maybe you are looking for

  • Final Cut Pro Video Import Crash Problems

    Whenever I try to import video files into Final Cut Pro X the program crashes. I've tried numerous formats and nothing is working. If it does pull the video in and lets me see it briefly prior to crashing, the footage appears shaky and with bright gr

  • Time capsule not showing up in HD sidebar

    I have a Time Capsule, it is working but I can't seem to access it.  It used to be under Macintosh HD/devices but now it is not there.  What do I have to do to access it?  It is running through airport right now.  Do I need to reset it then start fro

  • PCI versions in QuickSilver

    Hello, I'm going to buy USB 2.0 PCI card for my QuicSilver 800MHz, with NEC chip rather than VIA (I think there are more problems with VIA chips on Macs), but I'm not sure about PCI version? In G4 guide there is a notice, that QS has PCI 2.1, so I sh

  • How does iMovie store the original video?

    I have some video files on an external HD from my old computer with iMovie 08. On my new iMac with iMovie 09, I have opened up one of those video files, or imported it. My question is this: Is there any need to keep the original file from my old comp

  • Is there a maker.ini command to change extendscript default startup directory?

    Hi All, Rather than use <framemaker install dir>\startup, I want to use c:\deploy - for storing all my required startup extendscripts and dlls. Can I do this, if so, how? Thanks! Tracey