Exporting For Digital Editions only Exports part of a Book...Why?

I have created 9 docments in indesign ( each are a chapter of a book).  I selected create new book in indesign and added each chapter into the book. From the book panel, I select export Book for digital editions and after it exports to epub format only the first 6 chapters appear.  I have tried to re-do this at least 50 times and 20 different ways and still can't get the entire book to export to digital editions. Can you help me please>

Hey
Lady
The problem may be the book formation have you tried to separate these documents from their book? i think you better try that.

Similar Messages

  • I have downloaded overdrive on my windows 8.1 and authorized it for digital editions how to download my library book on overdrive bookshelf to my kobo

    I have downloaded overdrive on my windows 8.1 and authorized it for digital editions How do I download the library book on overdrive to my kobo

    This is probably the article that you were referring to with the registry fix:
    "Help! After installing Windows 8.1, my USB drive disappears or file transfers
    stop unexpectedly..."
    This article was updated to state that the registry workaround is no longer required, as the Update has a fix in it. However, you still might want to check the power settings and make sure 'suspend' is disabled.
    Hope this helps,
    David
    Windows Outreach Team - IT Pro
    The Springboard Series on TechNet

  • Why does Export for Digital Editions fail?

    I am trying to export a 32 page magazine from Indesign into a digital eition - am I keep getting an a message saying 'Failed to export'. When I try to export a single page it veiws as rows of text rather than the orignal design. Any help on this would be greatly appreciated.

    You won't get the original design. ebooks are meant to look that way.
    While you can maintain someof the formatting, the text all needs to be contained in one continuous flow. That means anchoring every photo, sidebar, etc to the text. For complex layouts it's a lot of effort. Digital Editions also has a habit of dropping fonts (though it does embed them).
    Either way you'll probablt want this if you choose to go the ebook route: http://blogs.adobe.com/digitaleditions/2008/10/a_great_tool_for_making_small.html

  • Export book for digital editions crashes In Design

    When I create a book file and then select "Export Book for Digital Editions…" InDesign always crashes.
    But when I create a single InDesign file and select "Export for Digital Editions…" (from the File) menu everything works OK.
    InDesign does create an epub file from the book file but it obviously shouldn't crash and can I be sure that everything is OK with the epub file?
    I've manually deleted InDesign preferences - selected different options in the "Export Book" dialog - logging in as a different user - but still getting the same result…
    has anyone got a suggestion ? -
    thanks - Bedwyr
    InDesign CS4 - V6.0.6 - MacBook Pro - Mac OS X 10.6.6

    google r6025 runtime error and you'll see a lot of advice for tracking down and correcting the problem.

  • InDesign CS4 crashes during "Export Book for Digital Editions"

    InDesign CS4 crashes each time I select "Export Book for Digital Editions." I tried deleting my preferences and then creating books that contain only two very simple INDD documents, but I still get this error:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\Program Files\Adobe\Adobe InDesign CS4\InDesign.exe
    R6025
    - pure virtual function call
    I can export books as EPUB files without problems on my personal laptop, which has InDesign CS5. But we're using CS4 at the office. Any ideas?
    I'm running InDesign CS4 version 6.0.6 on Windows XP Professional, Version 2002, Service Pack 3, HP Compaq desktop, Intel Core 2 Duo CPU.

    google r6025 runtime error and you'll see a lot of advice for tracking down and correcting the problem.

  • CS4 InDesign Export Book for Digital Edition - Using TOC

    We have been using InDesign 3, now CS4 Version 6.0.2, to create book PDFs without any issues for a few years.
    Recently we tried to use the new feature "Export to Digital Edition". It works correctly as long as we do not select "Include InDesign TOC entries".
    If we do select that option, then the job ends with the message "All documents are missing or failed to export". Tried different options, looked around the web for any clues, but no one seems to have come across such a condition.
    In case it is relevant, we are using Vista Premium operating syste.
    Any suggestion or help is welcome.
    Thank you,
    Martin

    While I've used the feature, I've never used it with a TOC. You should upgrade to 6.0.3 to make sure that it wasn't fixed there.

  • Preparing files for export to digital editions

    Hi, Is there any documentation for best practices for creating documents to be exported to Digital Editions? I would like to retain as much bold and italic, bullets, have some spacing control, etc. In other words, would love to keep post xml manipulation to a minimum. Having a hard time understanding whether character and paragraph styles help more, or adding tags...or something else.
    Thanks so much for any assistance or pointers...

    If the document is fairly basic (no sidebars, photos, etc.), it's all maintained when you export.
    ID has a nasty habit of dropping the fonts from the XML, so you may need to fix that manually.
    Spacing control is more difficult, because the text in the ePub is meant to reflow, so it's impossible to fix widows, etc.
    This tool is helpful for testing/repairing:
    http://blogs.adobe.com/digitaleditions/2008/10/a_great_tool_for_making_small.html

  • Strange interaction with XHTML For Digital Editions

    Hi all,
    I have written a scripted plugin with menuItems for Indesign CS4.
    This scripted plugin is interacting in a strange way with XHTML
    For Digital Editions. In my plugin there is a menu item that exports
    Indesign content to XML. When using this function an error is
    generated sometimes:
    error number 30476.
    The requested action cannot be processed because the object is no more existing.
    C:\Program Files\Adobe\Adobe Indesign CS4\Scripts\XHTML For Digital Editions\6
    Line:381
    There is a startup script to load my plugin and it uses a targetengine.
    How can it be that my plugin is interacting with "XHTML For Digital Editions"?
    Suggestions to solve this problem are very welcome.
    Kind regards,
    Michel

    Michel,
    to reduce confusion let's call a script a script rather than plugin, even if it is delivered as jsxbin.
    Isolation into a target engine is good, but the target engine is not at all indicated by the error message, so do not assume this is an issue.
    The error is about a strange file "6" containing at least those 381 lines, which during initial execution (when its functions were defined / installed) was located within that XHTML for Digital Editions subdirectory. If there is no such file, it could already be removed when the error pops up, who knows. That is, unless InDesign lies about the source file, but I have never heard of that.
    It would now be good to know who created that presumed temporary file containing 381 lines of executable code, e.g. by accidentally using a wrong path. One possibility is the implicit reference to the "Folder.current" variable by a relative path - do you use relative paths anywhere? Folder.current is explained in JavaScript Tools Guide available from ESTK Help.
    It would also be good to know whether your script uses try-catch brackets in all its entries (menu callbacks or other handlers), or why not. If this is new to you, this way you can intercept any system error message like the quoted one which is a very generic one, and add your own comments such as "while performing this/that task" or other context information. You could then also recover gracefully from any errors such as a stale references to a deleted object. For the beginning though, you can at least find out whether the problem is at all within your code.
    It is also generally good practice to have an option ready in source code that produces an exhaustive log file for any general steps but also caught error messages. It is not like walking around with a debugger, but you can find out the call chain and general area of code involved when the dreaded dialog pops up again.
    Finally if it is the same problem as mentioned by Ralf, you should better get in direct contact with him - this forum has a personal mail feature and probably both of you have a phone ;-) .
    Dirk

  • Is there any documentation for Digital Editions?

    I have several questions.
    1) Is there any searchable local documentation for Digital Editions? The only thing I can find is at http://www.adobe.com/products/digitaleditions/help/ and that is of no help because it is not available when there is no Internet connection and it cannot be searched.
    2) Is there any way to enable a CUA compliant menu bar in Digital Editions? With no menus and no help I have been completely unable to figure out how to use the program.
    Any help  would be appreciated. Thanks.

    Bentley beat me to it :)
    The online help can be gotten at by hitting "F1" or selecting "Adobe Digital Editions Help" from the Library/Reading drop down menus.
    Alternatively the web page is at
    http://www.adobe.com/products/digitaleditions/help/
    Jim Lester
    Adobe Systems

  • I need to have my authorizations reset for Digital Editions, but cannot contact anyone at Adobe.

    I need to have my authorizations reset for Digital Editions, but cannot contact anyone at Adobe. Would like to purchase new devices for my reading, ubt need reset before I can.  How do I get in touch with someone at Adobe.  Everything on web site just goes in circles. 

    Adobe Live Chat: http://www.adobe.com/support/chat/ivrchat.html,
    or as a slight short cut try http://helpx.adobe.com/contact.html?product=digital-editions&topic=using-my-product-or-ser vice
    Click on 'I still need help' and then you should see 'Chat with an Agent' at the bottom of the page.
    'Ask our experts' will indeed just lead you back to this forum.
    Sometimes you will get ‘Sorry! All agents are busy— please check back soon.’
    Don’t refresh the page, just hang on and it should eventually go to ‘Chat Now, an agent is available’.
    They can reset your authorizations, and then you must reauthorize any devices you still need.
    (Unfortunately, Adobe haven’t got round to an admin website for viewing and editing authorizations.)
    Some of the representatives haven't been properly trained and don't know what to do (and claim there is nothing they can do);
    in that case the only way seems to be to give up that chat and try another session hoping for a properly trained representative.
    If your problem is with another device using Overdrive, Bluefire, Aldiko or similar third party app, it is recommended not to mention that app when on the chat, just mention that you have run out of authorizations  (E_ACT_TOO_MANY_ACTIVATIONS) .  Thanks to AJP_Bear for that tip.
     

  • Long startup time for Digital Editions Version 4.x

    Hello
    I've updated the digital editions at my notebook form version 3.x to 4.x
    I've access to all documents from version 3.x, but the start up time for
    Digital Editions is very long, approximately up to two minutes!

    In $DAC_HOME/CustomSQLs/customsql.xml
    there is a part about analyze table:
    <SqlQuery name = "ORACLE_ANALYZE_TABLE" STORED_PROCEDURE = "TRUE">
    DBMS_STATS.GATHER_TABLE_STATS(ownname => '@TABLEOWNER', tabname => '%1', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, method_opt => 'FOR ALL INDEXED COLUMNS SIZE AUTO',cascade => false, degree => DBMS_STATS.DEFAULT_DEGREE)
    </SqlQuery>
    you can change DBMS_STATS.AUTO_SAMPLE_SIZE to a constant (eg 10 for 10%). However it will impact the analyses for all DWH tables.

  • "PDF for Digital Editions" is not PDF; I asked a refund

    I bought my first two books from ebooks.com (format : "PDF for Digital Editions"), costing more than $150. At the time of purchase, I knew nothing about ADE but I knew about .pdf files, I knew they could be read on my iPad and I assumed that PDF meant PDF. However, after the purchase, after installing ADE and downloading one of the book, I realized I could only read it on my desktop (what good is that?). Worse, the book file extension is .pdf and even my computer thinks it should be readable by Acrobat Reader but it does not open. I therefore cannot read it on my iPad; these books are useless to me. Bottom line, "PDF FOR DIGITAL EDITIONS" IS NOT PDF. This is not clearly stated by ebooks.com prior to purchasing the book.
    I honestly feel this is misrepresentation by both Adobe and ebooks.com of the name "PDF". I asked ebooks.com for a full refund and I also want other ADE users to know about this. Adobe should either make ADE available to all platforms (like the Acrobat Reader) or stop using the name "PDF" and the extension ".pdf" for ADE files.

    This is also compounded by the use of the ePub file format from other e-book resellers.  I can't help but wonder if this was done intentionally to hurt Apple's iPad since it advertises that the iBook reader supports the ePub standard.  The problem is that Adobe's Digital Edition ePub is anything BUT standards based.
    For all e-book customers - research the .pdf/epub format your reseller uses to determine if it is indeed an Adobe crippled product before purchasing  - especially if your intent is to read it on an iPhone or iPad.

  • How can I authorize my new HP computer for digital editions?

    How can I authorize my new HP computer for digital editions/

    First download Adobe Digital Editions from: Download | Adobe Digital Editions.
    After that follow these steps:
    If you aren't prompted to authorize ADE the first time you open it, you can go to Help > Authorize Computer to start the process manually.
    If you have an Adobe ID, enter it along with your password.
    If you do not have an Adobe ID, click Create an Adobe ID to make one on Adobe's website.
    Once you're done, return to the "Computer Authorization" dialog box and enter your Adobe ID and password.
    Click Authorize. Your computer is now authorized with your Adobe ID.
    IMPORTANT: If you choose to authorize your computer without an ID, you will still be able to view eBooks on your computer. However, you will not be able to transfer or download those titles to other devices.
    Source: OverDrive | How to authorize Adobe Digital Editions ...
    Hope it helps.

  • I can't authorize my computer for digital editions. Whenever I try I get an authorization error

    Whenever I try to authorize the computer for digital editions I get an authorization error

    Adobe Digital Editions get the same message as glad on my computer as well.  I have tried to reload digital editions.  I went to original website and tried to redownload the books and the same thing keeps occurring.  But when I check to see if the computer is authorized, it says it is.  HELP!!!

  • Is there a dictionary for Digital Editions

    I just downloaded a book and I'm trying Adobe to read it.
    Is there an English dictionary for Digital Editions with which I can look for a word meaning with a click or something similar?
    Arturo

    Not built-in.
    There are utilities to help: for example see http://www.thefreedictionary.com/download.htm and http://files.db3nf.com/DA-Setup.exe
    that will make that facility available on almost any application.
    I haven't tried them.
    They probably won't work for DRM books, because they probably rely on copy and paste.
    You'd need one that did OCR on the screen and then linked to a dictionary: not that hard to do but I don't know of one.
    If you are a bit technical you could set up http://sourceforge.net/projects/capture2text/files/Capture2Text/ to do it.

Maybe you are looking for

  • Debugging BPM 11g Runtime

    Hi I have developed a BPM 11g flow in Jdev 11.1.1.3.0 and deployed it to the soa server. My flow works fine as my output is sent to a JMS queue and no fault occurs during the flow. However, if I have to track the Process Data Objects that have been d

  • How to insert many records

    Hi All, I am newbie, I have one question. suppose there is One table containing hundreds of records and now i have added DATE column in that table and Now I have to insert the sysdate in that column for all rows. Then how can i do it by executing a s

  • Can't get music to play on ipad2 everything is grayed out

    Can't get music to play....  It is downloaded but it's all grayed out.

  • How can I access advanced settings during initial email account setup?

    Having just bought an iPad Air, I've tried to setup my email account (with John Lewis) on it during the initial startup process and repeatedly failed, both with SSL on and off. I imagine that I need to change the port settings or some other advanced

  • Convert XLWA file into XLS file

    Hi all, I have XLWA file (Single File web Page) and i need to convert as Microsoft Excel file. As microsoft excel 2003 support Single File web page , Web page and XML format ,i can open these files. But i cant open on 2000. Please could you someone h