Missing layers in CS5 pdf export :((

Hello,
trying to export a document with 20 pages with 2 page  templates ("Mustervorlage") and 2 layers as PDF (interactive and not  interactive).
In some pages the objects of the  background layer are missing. Exporting only one of these pages the  background objects are exported, too.
But why? In InDesign CS4 (both windows) I did not have this frustrating behaviour.
Carlos

That makes sense. I had a colorist that works with one of our vendor pre
-press houses set us up. We calibrated to our vendors machines so that we could share files when necessary. Their recommendation was the distiller workflow. Even setting the profile in the export to pdf option in ID caused it to be a bit different than doing it the long way. That may have changed since this was a couple of years ago, but I've just continued to do it that way.

Similar Messages

  • InDesign CS5 PDF export status

    It seems that now with CS5 we no longer receive a pdf export status bar. Export is running in background. When exporting large files, the only way I know it's still working or exporting is the error message when I try and close document... Saying task running in BKG.
    In Cs3 and 4 there was a status bar that displayed progress. Is this a preference that can be turned on or off?
    Annoying when exporting large files with many pages...
    Any help?
    Thanks

    OK, well, here we go. I hope people find it useful -- if so, I'l make an announcement thread so people are more inclined to see it.
    You can also download it from here.  See How to Install InDesign Scripts for installation instructions. If you save it in the
    Startup Scripts folder, it will run automatically when InDesign is started. Running it a second time disables it.
    // exportPop.jsx -- pops up Background Tasks when you start an export
    //   and a modal dialog when an export finishes.
    // Beta version. Please post feedback at
    //   http://forums.adobe.com/thread/822192
    // John Hawkinson, 17 March 2011
    // Save in STARTUP SCRIPTS folder to start automatically.
    #targetengine session
    (function() {
        var
            old1 = app.eventListeners.itemByName("exportPop1"),
            old2 = app.eventListeners.itemByName("exportPop2");
        if (old1.isValid || old2.isValid) {
            if (old1.isValid) { old1.remove(); }
            if (old2.isValid) { old2.remove(); }
            alert("Export pop up window removed.\n"+
                "Indesign will behave as normal.");
            return;
        app.addEventListener("beforeExport", function() {
            var
                tasksPanel = app.panels.itemByName("Background Tasks");
            if (tasksPanel) { tasksPanel.visible=true; }
        }).name = "exportPop1";
        app.addEventListener("afterExport", function(ev1) {
            var task, listener;
            task = app.idleTasks.add({ name: "exportPop", sleep: 1000});
            listener = task.addEventListener(IdleEvent.ON_IDLE,
                function(ev2) {
                    listener.remove();
                    task.remove();
                    alert(ev1.format+" export complete of "
                        +ev1.fullName+" at "+ev1.timeStamp);
        }).name = "exportPop2";
        alert("Export pop up window installed\n"+
            "Background Tasks will appear the start of an export\n"+
            "and a dialog will appear after each export complete.");

  • CS5 PDF export (high res) is causing lines and color shifts where transparent images overlap

    Has anyone else had this issue? I've attached two samples of what is happening. Basically, I have a headline with an image that overlaps it a bit. The frame cuts through the headline (you can see it in the sample) and causes the type to break. I've also had it shift my color significantly so that the green that is under the frame is much darker than the green outside the frame. Everything is in the same color space using the same profiles.
    Originally, I thought it was a PDF anomolly, but it prints just as you see it. Can someone please explain what is happening here?
    Thanks in advance for any input.

    That makes sense. I had a colorist that works with one of our vendor pre
    -press houses set us up. We calibrated to our vendors machines so that we could share files when necessary. Their recommendation was the distiller workflow. Even setting the profile in the export to pdf option in ID caused it to be a bit different than doing it the long way. That may have changed since this was a couple of years ago, but I've just continued to do it that way.

  • CS3: PDF-Export Transparency Issue when Image-Links are missing

    I have a Layout with a transparent Frame on the top most Layer. For this Workflow-Step I do not have access to the original Image-Links, so I guess that all I see are the embedded Preview-Pictures and InDesign reports that all Object-Links are missing.
    If I export this Layout as JPG, the resulting JPG looks like the WYSIWYG in InDesign, which is suitable for this workflow-step. However when I export as pdf, the Frame is not transparent anymore. Instead it is filled with white color and covers the rest of the Layout. In Adobe Reader I can actually select the wrongly covered Picture at the border of the frame and copy&paste it somewhere and it looks fine.
    When I provide the original Frame-Picture and repair the missing Link in InDesign, PDF-Export works fine.
    I have installed & updated InDesign on a new Mac OS X 10.4.11, so all settings should be default.
    Transparency Blend Space is set to CMYK. I tried all default PDF-Export Profiles and tried a lot of different settings in the pdf-export dialogue including different PDF-File-Versions, Simulate Overprint on/off, Color-Conversion disabled, disabling Picture-Compression and much more. I also tried to Print a PS-File and then use the Distiller: same result.
    I use Adobe InDesign CS3 V 5.0.2 and tried Adobe Reader 8.1.2 and Adobe Acrobat Pro 8 to display.
    Any Ideas?

    Transparency flattening REQUIRES having access to the high-resolution images to get good results. One of the slogans I teach printers is "Fatten before you flatten." Meaning, replace the low-res images with high-res images.

  • Exporting to PDF - Missing letters   InDesign CS5

    I'm using CS5 at work.  My boss already had a commercial font, the Helvetica Neue serie.  I'm using that font right now in an InDesign document for our yearly catalogue.
    The InDesign file is perfect, pictures and texts.  But when I translate it to a PDF, letter go missing, 'li' 'ni' 'lo' and sequences of letters like that, all around the catalogue.
    I know there are some threads that talk about missing letters but in previous versions of InDesign.
    Anyone got an idea ?
    I created once of twice PDFs without that problem, so I wonder what is happening ? 

    should I change font then ?  it's kindda late, it's uploading with corrections right now to China....
    Well, if what you have works for you, and if it's already on its way, then it's a bit late to change the font or change the way you made the PDF.
    For the future, though, it would be good for you to figure out what went wrong. Now, I don't have a full set of Helvetica (horrors! I work in a nonprofit), so I had to try this with other fonts. I picked Minion Pro at first, actually. I exported all kinds of PDFs, both for print and for interactive, and I couldn't make the ligatures drop. And I viewed it in my browser as well as opened from the desktop, I tried it with generic Times, I tried it in many, many ways. I was not able to reproduce your issue.
    It'll be worth the time spent digging if you can figure this out. Here are my guesses:
    1) You folks are using a plugin or another app or some non-Adobe PDF viewer in your browsers. I remember in the early days of... um... I think it was Preview on the Mac circa 10.3?  it would sometimes mess up display of ligatures in embedded fonts.
    2) Everyone in your organization has the same corrupt version of Helvetica. (A very, very long shot.)
    3) There's a bug in the Interactive PDF export. (Another very, very long shot.)
    4) The font is not actually embedding correctly in the interactive PDF for unknown reasons, and we can't tell.
    Anyhow, if it's a problem with your setup or your working methods, better to find out now rather than later. And if it's a bug, same. I'd start by trying to export interactive PDFs with other fonts that do have ligatures to see if you can narrow it down to "just ligatures" or "just Helvetica."

  • Photoshop CS4 - Layers Missing in PDF Export

    Hi there,
    I'm working on a leaflet design for a client in Photoshop CS4 and am having a real issue with the PDF export. There are three layer groups all containing the same graphics, but when I export these to PDF - whether compressed or uncompressed and I've tried Reader 5 - 8 compatibility and with varying settings the layers do not appear in the PDF.
    They are visible as plain as day in Photoshop, but don't appear at all in the PDF.
    Any help would be gratefully appreciated,
    Many thanks,
    Martin Oxby
    mOxby Design
    Custom Web Design

    Thanks for your answer :-) I will try the gradually merging option first. I did flatten it but lost a LOT of quality in the PDF, which is not great when this has to go to the printer's.
    My image doesn't have clipping paths (probably hard to believe) but does have an epic number of layers. Here are the offending layers - nothing complex at all. The layers that don't appear, simply are the three squares which are in the 'Logo Squares' layer group.
    If this enlightens you at all please let me know and I'll get back to you again. Thanks for posting!

  • InDesign CS5 PDF - Failure to Export Vector Elements

    Recently, we have had two separate incidents where the creation of an InDesign CS5 PDF failed to export certain vector art elements. The elements are not shared between jobs and the files were physically created in different locations (entirely different servers) within our organization. The elements are pdf and eps and appropriately linked. On the PDF, we're not even getting a low-res version of the artwork. When looking at the PDF in NEO, the containing box of the graphic is not present. One the most frustrating aspects of this is we haven't been able to repeat error in order to fix the error. The next time (or 50 times) the document is exported, the vector art is fine.
    Has anyone else had a similar issue?

    @rickphot
    I've had this same problem just today. I have a 64 page INDD that when exported to PDF (print) from CS5 (with no elements on my page set to "non printing elements"), only some of my vector shapes get exported. They are all merely 0.25pt Black Lines used to direct a reader from a comment to a matching illustration, and some pages exported them just fine, and some other pages will not work. I've tried moving them to a new layer, cutting and pasting in place, copying and pasting in place, changing the transparency modes, etc...nothing works...EXCEPT to just redraw the lines.
    @Bob Levine
    Do you work for Adobe? Can you offer any advice to this problem yet?
    Thanks all. Glad I'm not the ONLY one going crazy with a bizzare problem like this one.

  • InDesign CS5.5 Problem - Crash during PDF export (Runtime Error)

    Hello,
    I'm working with Adobe CS5.5 and have a problem with the PDF-export of some of my projects.
    The problematic projects are rather big (44-124 pages) with lots of pictures.
    The error I get during export is:
    [Headline:] Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\...
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information
    The program is not specified in the error.
    Export works fine for these files on my collegues computer with the same settings (hardware and software are almost a match).
    Microsoft Runtime Library was completely reinstalled without solving the problem.
    Any suggestions how to solve this problem?
    Thank you very much
    T.S.

    Adobe Community: File Crashing on Output - printing/PDF/other

  • Indesign CS5 - Problems with PDF-Export

    Hello community,
    we do have a problem with Indesign CS5 and exporting data into PDF. It is about that logo on that white surface, which doesnt come along with the rest after the pdf-export. What we did was: We created that white surface in Indesign itself, put an effect on it with the Indesign effect gallery and then imported the logo in the surface ... the logo itself is .psd data. So, if we export it into pdf like that, it is just dissapeared. Does anyone have had a similar problem and what can be done about it?
    By the way ... if you put, for example, a simple backgroundshadow on a picture ... done also with the Indesign effect gallery, then you get just a white surface instead of the shadow, after the export into pdf. It does maybe correlate with the other problem ... not sure. Any suggestions?
    Thank you very much for your help and kind regards ...

    I would create the entire logo, including the white background, in Illustrator, save as PDF and place that in ID.

  • Missing text after pdf export.

    I am having problems exporting to PDF from Publisher 2007.
    I am using Adobe professional 8, Publisher 2007 on Windows Vista 64.
    The files are created and printed to PDF. When I take a look at the PDF there are blocks of text missing. If I re-export the file again, 9 times out of 10 the text will be missing. Periodically everything will work fine with the same document. In the most recent document I am using Helvetica 55 Roman 12pt. All the body text is identical (at least from what I can tell). This exact same document exports to PDF perfectly on a Windows XP SP2 machine using Adobe Professional 8 and Office 2007.
    As far as I can tell, this only occurs in when exporting from Publisher, which leads me to believe that it is an MS problem but I have been unable to find any information about something Publisher specific.
    Thanks in advance for any help. This is frustrating.
    Jason

    I spoke too soon.
    I exported (using the adobe add-in) 8 documents. The first 1, 2, 3, 5, and 7 were fine. Numbers 4, 6, and 8 had problems.
    All these documents were created from the same template. I did the first and all subsequent documents were created by duplicating pages and swapping text. The page numbers vary from 5 to 16. There is no apparent connection with page count as several of the larger ones exported perfectly.
    I don't know if this information is relevant at all. I am hoping that it gives someone an indication of what might be causing this.
    Thanks again,
    Jason

  • PDF exported from InDesign missing background when opened in Illustrator

    Hello, I am having a bit of a frustrating problem.
    I'm working on graphics for a large project, and I have to get some of my files from InDesign into Illustrator (they are both CS5) for our printer.
    I would have normally designed them in Illustrator but ALL my graphics are in InDesign and we just found out once we started on production that he needs AI and needs our trim path set up for our irregular shapes. 
    For MOST of the documents, its been pretty easy (exporting to PDF > opening in illustrator and making a cut path > saving as AI) however I have this one file that is making me lose my mind.
    When I export it as PDF, it opens perfectly and looks normal in acrobat, and I also check it out in preview as well. The background shows up and everything. However when I open the PDF in illustrator it completely loses the background. I noticed it doing this before for a couple graphics, but I assumed that was because they had gradients drop shadows and transparencies and all that. This file has nothing weird except for a gradient grey background.
    Help? I'm including some screenshots of whats happening in the hopes that you guys can help solve it.
    So here we have me saving it, then opening it in Acrobat to check stuff out.
    Now here is what happens when I open it in Illustrator:

    Hi, Brie. I have been running into this issue for quite some time now. I also received the same response as you did. "Stop opening exported PDFs in Illustrator." This is an unsatisfactory answer for someone that works in the large format print industry that needs to preflight directly in the Illustrator program. I've done a ton of research and have been racking my brain for the last 2 years and have finally found sufficient workarounds for this issue. The downfall with these workarounds: all spot colors located in the gradients will convert to CMYK mixes. I'm still researching to see if there is a way to keep spot colors intact in these areas.
    A little back story: InDesign is converting the gradients into something called NChannel. It enables more accurate handling of color blending by including additional dot gain and color mixing info. Both InDesign and Acrobat have the ability to display these elements whereas Illustrator, from what I’m finding, does not. Which is why we’re seeing gradient elements drop out when opened in Illustrator.
    Workaround for CMYK Gradients
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: DeviceCMYK
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select DeviceCMYK in Color Spaces then click ok
    Save the PDF
    Workaround for 1 Spot Color in Gradients (Converts Spot Color located in Gradient to CMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the Spot that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Workaround for 2 Spot Colors in Gradients (Converts Spot Colors located in Gradient to CMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the DeviceN spot color that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Please try this and let me know if you have any questions! I'm always looking for new problems to solve! Good luck!
    - Jenny

  • [CS5] Using PDF Export Preset from Distiller with InDesign, doesn't work the same?

    Hello,
    We are in the process of reworking one of our workflows in which we would manually use Distiller to create a PDF. Now we are trying to automate this with InDesign. My first thought was that I could try using the same PDF Export Preset (.joboptions file) used in Distiller, load it into InDesign, and export my book as a PDF using this preset.
    For my current testing example, there are about 115 pages in this PDF document. The PDF that Distiller created is of pretty good quality, and is about 34MB. When I used the same .joboptions file to export an InDesign book of the same original documents as a PDF, the result is equal in quality, but is about 119MB.
    Does anyone know why they aren't even close in file size? Is InDesign packing more stuff (maybe related to the actual InDesign documents, or the book itself) into the final PDF? If so, is there anyway to get InDesign to give a similar PDF (in terms of both size and quality) using the .joboptions file from Distiller?
    Thanks in advance!

    Thanks for the reply!
    I won't be able to use Acrobat Pro, and my hope is to continue using InDesign/InDesign Server. Since my goal is to match what Distiller produces, is there a way (with InDesign) to export PDFs but to strip out the layers/interactivity/transparency that Distiller does not support? The output PDF will be used for archive purposes only.
    Thanks again for any advice!
    -Lloyd

  • Incorrect PDF exports in ID CS5.5 with X-1a standard...

    I'm tasked with troubleshooting technical problems for a group of 20 designers. I've been a designer myself, but not for some time now. However, as a tech support person I deal with CS problems daily, so I'm still pretty versed with the apps. Just to let you know.
    I've installed brand new Mac Pros (12-core Xeon 2.66, 18GB RAM, 1TB mirror, running 10.6.8 v1.1) this week in the department. The old machines had CS4, and had been relatively problem-free, or at least the designers had learned its quirks and had workarounds in place. The old Macs also used Extensis UTC 2, which we upgraded on the new systems to UTC 3.0.1. The machines were fresh installs, but we ran Migration Assistant to pull over the user accounts and settings (but left behind the Applications).
    The first issue we're having has to do with type objects floating around on the page when documents are exported to PDF using X-1a:2001 or 2003, also X-3. If the designer switches to straight High Quality Print, no standards, then the type stays in place. At least we have a workaround for that, but I'm just wondering if this is a bug others are seeing. The type block will shift right about three inches, down an inch in most examples people have brought to me, BUT I've also seen it shift further down; it's semi-random, but often it's over 3", down 1".
    As an FYI, we also had a weird issue where a grayscale PSD clipped file was placed on a page, and would cause half of the rest of the objects not to export to PDF (though JPEG exports were OK). We found that the designer had used Effects on the image from within ID, and if she used any effect which went INSIDE the clipping path, objects dropped out on the export (this includes Inner Shadow, Inner Glow and Emboss). Just thought I'd post that for someone desperately searching for PDF NOT PRINTING ALL OBJECTS IN INDESIGN CS5.5. 
    So, any help with the X-1a export would be appreciated, as this company's primary printer asks for this standard to be used.
    Thanks,
    Dan

    Dan wrote:
    So, any help with the X-1a export would be appreciated, as this company's primary printer asks for this standard to be used.
    Dan,
    in that case you can print to PostScript and use Distiller to get PDF/X-1a files instead of using PDF export.
    You might know how to do that, but just in case you don't:
    http://indesignsecrets.com/creating-postscript-files-in-snow-leopard-for-older-print-workf lows.php
    Uwe

  • Script - Export Layers to Individual PDF's?

    Is there a script to export each InDesign layer to its own PDF? I posted about this in the general InDesign forum, and was referred here. Someone found a Mac version, but I need something for Windows XP, CS3. Thank you!

    Hi,
    telling a story:
    hide all layers, start loop in all of them, show one by one, export doc
    writing a script:
    myDoc = app.documents[0];
    myFolder = myDoc.filePath + "/";                              // assuming doc isn't untitled
    myDoc.layers.everyItem().visible = false;
    for (k=0; k<myDoc.layers.length; k++) {
         file = new File(myFolder + myDoc.name + "_" + myDoc.layers[k].name + ",pdf");
         myDoc.layers[k].visible = true;
         doc.exportFile(ExportFormat.pdfType, file, false, app.pdfExportPresets[0]);         // choose preset id
         myDoc.layers[k].visible = false;
    myDoc.layers.everyItem().visible = true;
    pdfs should be in doc folder,
    hope...

  • Bug - PDF export missing brush strokes

    Can anyone reproduce this apparent bug in FHMX?
    1. Apply a brushstroke to an object.
    2. Group with 'Transform As Unit' checked.
    3. Duplicate object several times. Scale some of the copies
    larger and some
    smaller.
    4. Export document to PDF.
    Open exported PDF in Acrobat, Illustrator or Preview.
    Unexpected results:
    All of the scaled copies of the object are missing from the
    PDF.
    Judy Arndt
    FHMX 11.0.2, Mac OS 10.4.6

    Rich Hudgins wrote:
    > Confirmed in FH10 - OSX 10.4.x. I tried opening the PDF
    back into FH
    > just for kicks... very interesting. There are the exact
    number of
    > originals and dupes directly on top of the original.
    i.e. I made an
    > original and two smaller and two larger dupes, offset
    from the original.
    > In the FH opened PDF there were 5 exact copies of the
    original item
    > directly on top of each other. There were also 5
    nostroke-nofill copies
    > of the original shape without the brush stroke.
    Wow! Yes! Same here.
    Any transforms done to an object after being grouped with
    'Transform As
    Unit', are being ignored by the PDF Export.
    This series of steps will produce the same problem described
    by Makate.
    1. Apply a brushstroke to an object.
    2. Duplicate object and move it to another location on page.
    3. Group the duplicate object with 'Transform As Unit' (TAU)
    checked. Then
    scale it larger.
    4. Export document to PDF.
    Unexpected results:
    The duplicate object will be the same size as the original
    object.
    This will happen not only with brush strokes but with
    ordinary strokes. PDF
    Export is missing all transformations made after TAU is
    applied. If I
    remember correctly, TAU, which has been in FH since very
    early versions, is
    a kind of Postscript envelope. My theory is that because FH
    doesn't have a
    Postscript interpreter, it's missing the Postsript
    transformations.
    This limitation in PDF Export is very unfortunate because the
    default
    preference setting in a new FH installation is "Groups
    transform as unit by
    default". It is the logical way to preserve the appearance of
    artwork with
    strokes, brush strokes and vector effects. New users could
    not possibly know
    that this is one of the many limitations of PDF export. It's
    not listed in
    the technote, but it may be the reason for 'missing objects'.
    http://www.adobe.com/go/tn_13496
    Using Acrobat Pro/Distiller is the only safe way to generate
    PDF files from
    FreeHand.
    Judy Arndt

Maybe you are looking for

  • Service Desk Message Notification with Priority.

    Hi,      Service desk functionality is configured on our Solution Manager 4.0 System which is sending automatic e-mail updates to users, but priority of the e-mail is not in the message.     Project management, need priority to be mentioned in e-mail

  • Little to no charge

    Here is the deal, I can get my 5th generation 30gb ipod to turn on and boot up just as it normally would this is however after charging it for several hours. It's even recognized by iTunes. The problem is the minute I try to restore my ipod or load a

  • Best way to add a score to a score box and total it up.

    I am creating a game for children to make good food choices for breakfast, lunch, dinner, and snacks. I need to have the food choice add a value to a score box when clicked onto the plate and subtract the same amount when clicked off. So far, all I h

  • Where do I download Adobe Acrobat 8 64 bit?

    Where do I download Adobe Acrobat 8 64 bit?

  • Need suggestion regarding File compression and splititng

    Hi, I want to split and compress the big files into small chucks. On later any standard zip utility i.e. winzip, 7z etc can merge(extract) all the chunks to generate the original file. I am looking for any java library which provide the split and com