PDF Problems @ Printers - Export Methods?

I am working on a brochure that is mostly white text on black, with a few full colour pictures. There are also some manufacturer's logos that I inverted to make them white on black too, all in CMYK mode in PS. Though there were still black boxes around the logo's they were going on the black background so I thought I would be safe... I tried the "instant alpha" tool in Pages but the pictures are too low-res for this method to work effectively (it rounded all the points and made the images).
For the first proof I used the file>export>PDF>best method, and all looked good on my computer but the colours that were produced from the print shop (The UPS Store) looked appalling. Contrast was great on all the white on black text, but the colours were completely off. (however, there were no black boxes around the logos I was worried about, so that was a plus)
I did a fairly thorough web search of other print methods, and came across the file>print>pdf>save as postscript method that involved using Adobe Distiller to create the PDF rather than Pages. After getting a proof back from the print shop today I was pleased to see that the colours now appeared accurate on the proof but the black on black box problem around the logos I used now appeared and looked awful.
How do I fix? I'm frustrated and this matter is very time sensitive as there is supposed to be over 10,000 copies of this brochure printed by the weekend. Thanks in advance. : )

a brochure that is mostly white text on black, with a few full colour pictures. There are also some manufacturer's logos that I inverted to make them white on black too, all in CMYK mode in PS ... the colours were completely off.
The objects in the page are not colour managed coherently and correctly from the start. For instance, if you have Photoshop set up to disregard embedded ICC profiles, it will assign a default ICC profile for the colourant model of the object (a type PRTR Printer profile with data space CMYK for a CMYK colourant model object, and so forth), but it will not save out that object with the profile it assigned. This way you get what in the graphics model becomes 'deviceColor' meaning that the colourants are rendered by the numbers as there is no definition of the colours you intend them to form in the printing condition.
Classical case is of a graphic designer who misconfigures or disables colour management in a page layout application, places deviceColor objects, generates PostScript or PDF, and wonders why the gray balance, the tonal range, the highlight detail, the shadow detail - is different in each and every tonal image in the page. Always, always, always unify the colour management for the page. Capture and correct in a large gamut RGB working space. Place three component RGB with correctly embedded source ICC RGB profile in pagination, and convert into one and only one destination ICC CMYK profile for the intended printing condition.
The way you are working would produce similar problems in QuarkXPress and InDesign - it would not matter what make and model of page layout application you picked.
Hope this helps,
Henrik Holmegaard

Similar Messages

  • PDF Export Problems @ Printers - Save Methods?

    I am working on a brochure that is mostly white text on black, with a few full colour pictures. There are also some manufacturer's logos that I inverted in PS to make them white on black too, all in CMYK mode in PS. Though there were still black boxes around the logo's they were going on the black background so I though I would be safe... I tried the "instant alpha" tool in Pages but the pictures are too low-res for this method to work effectively (it rounded all the points and made the images).
    For the first proof I used the file>export>PDF>best method, and all looked good on my computer but the colours that were produced from the print shop (The UPS Store) looked appalling. Contrast was great on all the white on black text, but the colours were completely off. (however, there were no black boxes around the logos I was worried about, so that was a plus)
    I did a fairly thorough web search of other print methods, and came across the file>print>pdf>save as postscript method that involved using Adobe Distiller to create the PDF rather than Pages. After getting a proof back from the print shop today I was pleased to see that the colours now appeared accurate on the proof but the black on black box problem around the logos I used now appeared and looked awful.
    How do I fix? I'm frustrated and this matter is very time sensitive as there is supposed to be over 10,000 copies of this brochure printed by the weekend. Thanks in advance. : )

    a brochure that is mostly white text on black, with a few full colour pictures. There are also some manufacturer's logos that I inverted to make them white on black too, all in CMYK mode in PS ... the colours were completely off.
    The objects in the page are not colour managed coherently and correctly from the start. For instance, if you have Photoshop set up to disregard embedded ICC profiles, it will assign a default ICC profile for the colourant model of the object (a type PRTR Printer profile with data space CMYK for a CMYK colourant model object, and so forth), but it will not save out that object with the profile it assigned. This way you get what in the graphics model becomes 'deviceColor' meaning that the colourants are rendered by the numbers as there is no definition of the colours you intend them to form in the printing condition.
    Classical case is of a graphic designer who misconfigures or disables colour management in a page layout application, places deviceColor objects, generates PostScript or PDF, and wonders why the gray balance, the tonal range, the highlight detail, the shadow detail - is different in each and every tonal image in the page. Always, always, always unify the colour management for the page. Capture and correct in a large gamut RGB working space. Place three component RGB with correctly embedded source ICC RGB profile in pagination, and convert into one and only one destination ICC CMYK profile for the intended printing condition.
    The way you are working would produce similar problems in QuarkXPress and InDesign - it would not matter what make and model of page layout application you picked.
    Hope this helps,
    Henrik Holmegaard

  • Problem exporting crystal PDF using printoutputController.export method

    Has anyone used PrintOutputController().export() method in ReportClientdocument to export Crystal PDF report to a JavaIOStream. I am getting an error when I try to export it using this method. The error I get is unable to connect RAS.rptappsrver followed by classcast unable to export to IXMLSerializable. Here is the code I am using.
    Is there some setting I need to enable on the server to use the export function or any other idea will be appreciated?
    IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("","RASReportFactory");
    ReportClientDocument reportClientDoc = reportAppFactory.openDocument(reportID, 0, Locale.ENGLISH);
    return reportClientDoc.getPrintOutputController().export(exportOptions);
    Here is the exact Exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: FICLDEV303VWIN.RAS.rptappserver. --- com/crystaldecisions/sdk/occa/report/exportoptions/ReportExportFormat incompatible with com/crystaldecisions/xml/serialization/IXMLSerializable---- Error code:-2147217387 Error code name:connectServer
    Caused by:
    java.lang.ClassCastException: com/crystaldecisions/sdk/occa/report/exportoptions/ReportExportFormat incompatible with com/crystaldecisions/xml/serialization/IXMLSerializable
         at com.crystaldecisions.proxy.remoteagent.FetchReportViewingRequest.saveContents(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.FetchReportViewingRequest.save(Unknown Source)
         at com.crystaldecisions.xml.serialization.XMLObjectSerializer.save(Unknown Source)
         at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.fmr.fic.fund2fund.web.servlet.CrystalReportServlet.getReportByteStream(CrystalReportServlet.java)
         at com.fmr.fic.fund2fund.web.servlet.CrystalReportServlet.processUsingReportExportControl(CrystalReportServlet.java)
         at com.fmr.fic.fund2fund.web.servlet.CrystalReportServlet.doGet(CrystalReportServlet.java:128)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
         at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    I
    Is there some setting I need to enable on the server to use the export function or any other idea will be appreciated?
    Edited by: Dilshad Ahmed on Nov 5, 2008 5:55 PM
    Edited by: Dilshad Ahmed on Nov 5, 2008 6:09 PM

    Here is the answer. After getting ReportClientDoc from factory we need to set the DatabaseController userid and password (if report on Crystal server is accessing oracle database as datasource). In addition we need to set parameters on the ReportClientDoc for reports and subreports before doing the the export.
    Here is snippet of code: The code below is used to get ReportClientDocument and export it as PDF using bytestream.
    /* Code for getting report client document */
    private static synchronized ReportClientDocument getReportClientDocument() throws Exception
             int count = 3;
             ReportClientDocument rpt = null;
             while (count > 0 && rpt == null)
                  try
                       if (_enterpriseSession == null)
                            ISessionMgr _sessionMgr = CrystalEnterprise.getSessionMgr();
                            _enterpriseSession = _sessionMgr.logon(CRYSTAL_USERID, CRYSTAL_PASSWORD, CRYSTAL_SERVER, CRYSTAL_AUTH);
                             LOG.info("Successful Logging into Crystal Server: " + CRYSTAL_SERVER);
                             _reportAppFactory = (IReportAppFactory)_enterpriseSession.getService("", "RASReportFactory");
                             _infoStore = (IInfoStore)_enterpriseSession.getService("InfoStore");
                             IInfoObjects result = _infoStore.query("Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_NAME = '" + CRYSTAL_REPORT_NAME + "' And SI_INSTANCE = 0");
                             IInfoObject infoObject = (IInfoObject)result.get(0);
                             _reportId = infoObject.getID();
                             LOG.info("Located Report Id on Crystal Server: "+_reportId);
                        LOG.info("Created or found CR session");
                        rpt = _reportAppFactory.openDocument(_reportId, 0, Locale.ENGLISH);
                        break;
                  catch (Exception e)
                       rpt = null;
                       _enterpriseSession = null;
                       if (--count == 0)
                            throw e;
              return rpt;
    /* report for setting parameter */
    private synchronized void setReportParameters(ParameterFieldController fieldController, String reportName,
                  String[] reportParameterValues,     DataDefController subDataController) throws SalesforceException
             try
                  Fields params = subDataController.getDataDefinition().getParameterFields();
                   for (Iterator it = params.iterator(); it.hasNext();)
                        ParameterField paramField = (ParameterField)it.next();
                        int paramIndex = getElementIndex(_reportParameters, paramField.getName());
                        if (paramIndex < 0)
                             throw new SalesforceException("Parameter not defined in the configuration");
                        ParameterFieldDiscreteValue dVal = new ParameterFieldDiscreteValue();
                        dVal.setValue(reportParameterValues[paramIndex]);
                        fieldController.setCurrentValue(reportName, paramField.getName(), dVal);
                   LOG.info("Completed setting parameters for report " + reportName);
             catch (ReportSDKException e)
                   LOG.error("Set Report Parameters error: ", e);
                   throw new SalesforceException("Set Report Parameters error", e);
         catch (Exception e)
                   LOG.error("Error from getElementIndex: ", e);
                   throw new SalesforceException("Set Report Parameters error", e);
    /* main method used to getReport based on passing information */
        private synchronized byte[] getReport(String contactId) throws SalesforceException
             try
                  String[] reportParameterValues =
                       new String[] {_sessionId, _viewId, _requestId, contactId, _language};
                   DataDefController reportDefController = reportClientDoc.getDataDefController();
                   reportParameterValues[0] = (_cache.equalsIgnoreCase("true") ? "CACHE:Main" : "Main");
                   setReportParameters(reportDefController.getParameterFieldController(), null,
                             reportParameterValues, reportDefController);//.getDataDefinition().getParameterFields());
                   IStrings subRepNames = reportClientDoc.getSubreportController().getSubreportNames();
                   for (Iterator iname = subRepNames.iterator(); iname.hasNext();)
                        String subName = (String)iname.next();
                        reportParameterValues[0] = (_cache.equalsIgnoreCase("true") ? "CACHE:" : "") + subName;
                        setReportParameters(reportDefController.getParameterFieldController(), subName, reportParameterValues,
                                  reportClientDoc.getSubreportController().getSubreport(subName).getDataDefController());//.getDataDefinition().getParameterFields());
                   InputStream is = reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
                 byte[] reportBinaries = new byte[is.available()];
                 is.read(reportBinaries);
                 is.close();
                 LOG.info("Completed exporting Crystal Report as InputStream using export() method: "+contactId);
                 return reportBinaries;
             catch (ReportSDKException e)
                   LOG.error("Report generating error: ", e);
                   throw new SalesforceException("Report generating error", e);
             catch (IOException e)
                   LOG.error("Report exporting error: ", e);
                   throw new SalesforceException("Report exporting error", e);

  • Problems wih export to pdf

    I've created a newsletter in pages (Version 2), with jpeg images (Fix Object) with a drop shadow around a coloured border. Also title text with a drop shadow. Looks great in pages but when I export to pdf, all the drop shadows disappear, creating a very plain looking doc.
    I've tried using the export to pdf, print save to pdf, print/preview - save to pdf.
    Yet if I open the newly created pdf file in Adobe Reader or Adobe Acrobat 7, There are no drop shadows.
    if I open in preview, the shadows are there.
    But this doesn't work if I'm sending the pdf file to people in the windows world who don't have preview.
    The only work around is to export it to word, save it as a pdf, which then the file triples in size from 1 MB to almost 4 MB.
    Same thing, no drop shadows in adobe, but shows up in preview.
    The only solution I have found is to take the saved pdf file from word, open it in PDFpenPro, re-save it and then compress it back down to a 1 MB file with PStill.
    If I try this approach with the saved pdf file from Pages, I get a line of black dots where there are spaces after a period of a sentence.
    Any insight to this would be great.
    thanks
      Mac OS X (10.3.9)  

    There is a simple three-step solution:
    1. 'Print' your Pages file to PostScript (in the Print dialogue window select 'Save as PostScipt)
    2. In Acrobat, 'Open' or 'Create PDF from File' - your PostScript file. With Acrboat 7 Distiller kicks-in automatically and distills the PS file to whatever settings you've chosen.
    3. Save your new PDF - watch how Acrobat processes the PS file and reduces it to e-mailable size.
    With this method you retain your Pages shadows and other formatting in the final PDF.
    I produce a magazine in Pages and this procedure turned out to be the only one that worked in order to prepare Pages files for professional printing. If anyone knows a different solution, I would very much like to hear from them.
    Also, note that the PDF produced by this method will be RGB (computer screen 3 colours,) not CMYK (printers' 4 colour). Many professional printers would do further conversion themselves, but many wouldn't.
    Best regards,
    Alex
    iMac, iBook   Mac OS X (10.4)  

  • Export to PDF problems

    Much of our workflow (Prepress) involves taking in client files, laying them up in InDesign (either for sizing, position, or to build versions), and then submitting that file to our RIP.
    Exporting to PDF is quick, allows for the preservation of transparency, allows you to bypass InDesign's faulty color management UI, and can be batched via plug-ins like Batch Output. But, InDesign can cause a number of issues with the resulting PDFs. CS4 seems to be particularly bad in handling subset fonts. It will create documents that appear in Acrobat 8 to have the "undefined character", but look perfectly fine in Acrobat 9 (ID CS4 is the culprit here - it doesn't happen in CS3).
    I've had elements drop-out, transparencies disappear, and previews corrupted. Is there an export method that is stable and reliable? Or do we have to take a step backward to using the Print command and then Distilling?

    What is to be done to ensure that PDFs from ID CS4 output correctly from a commercial printer?
    We have recently had a costly problem with two PDF ads (producer: Acrobat Distiller 8.1.0 Win) that I placed in a ID CS4 layout (Mac) and then exported to a new PDF 1.3 (producer: PDF library 9).
    Note: I have used the same ads before with InDesign CS3/Acrobat 8 workflow and they previewed and printed w/o problems!
    The new exported PDF from InDesign CS4 looked correct in Acrobat 9, but this time a few random characters from subset fonts (Swiss and Zurich) were missing in the printed ads. This was one costly mistake!
    After checking up the scarce information on this problem on the internet I opened the problematic InDesign CS4 PDF layout in Acrobat Reader 8 and the characters in the ads that previewed correctly in Acrobat 9, but were missing in print, were missing here as well!
    Then I tried to print the ID CS4 PDF layout from both Acrobat 8 and 9 to a HP PostSript2 laser printer and got missing characters from Acrobat 8 but all correct characters from Acrobat 9.
    This is a really disturbing problem since we have little control over how PDF ads that we get are produced as well as over the offset printing (RIP) workflow.
    In a nutshell, PDF production process that once worked in CS3 does not work reliably any more in CS4 and the only variable changed is the CS3 to CS4 upgrade on our side.
    Please help!

  • Hyperlink problem when exporting to PDF

    We are using Crystal Reports XI R2 and having a problem when exporting a report to PDF that contains a Hyperlink to "A File".  The hyperlink works correctly when previewed inside Crystal but when it is exported to a PDF the text does not appear to show any hyperlink at all.  Am I missing something or is this a bug?

    Hi Brian
    Please visit the following URLs that talk about the issue.
    http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014557&sliceId=&dialogID=25464253&stateId=1%200%2025430948
    http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014405&sliceId=&dialogID=25464259&stateId=1%200%2025430949
    You can also download the CR XI R2 Service Pack 4 by using the following URL and check for the results.
    -  https://websmp208.sap-ag.de/bosap-supportsw
    -  Then choose Crystal Reports from 'Software Products' dropdownlist,XI Release 2 from 'Product Version' dropdownlist and service packs from 'Software Types' dropdownlist.

  • Indesign CS4/CS3 and Export to PDF problems

    Hello,
    I have been having problems with both Indesign CS3 and CS4 and exporting large documents to a PDF-file. Exporting halts with error messages like: "Failed to Export the PDF file" in CS4 or "Error encountered while reading JPEG image" in CS3.
    Problem can be corrected by simply closing InDesign and restarting it and opening the same file again. It appears that problem occurs more often the file is large. Any suggestions how to fix this problem?
    I'm using Vista 64-bit and have 8GB memory.

    Handling of missing links HAS changed, and in my opinion for the worse, but at the request of users, so that missing links no longer open the Links panel automatically or ask you to update on opening as they used to, though you should still receive a warning that the links are missing UNLESS YOU HAVE TURNED IT OFF IN YOUR PREFERENCES. It's on by default and you will find the option under the file handling section.
    The rationale is that many workflows do not require that links be intact to accomplish the current editing, and longer documents with hundreds of missing links used to take many minutes to open while ID searched, essentially costing those users lots of money.
    IF you have stored the links in the same directory as the .indd file, and IF you have moved the entire directory and IF you have enabled finding missing links when opening files, InDesign will find and update the locations for the links when the file is opened. If ID is unable to locate a link, because it is not in the current directory or a subfolder, you will see a warning message (in the past you would have had the option to browse for the missing files), and you must open the links panel if you wish to fix them manually.
    In my opinion this is a very acceptable situation, and a great benefit to all types of workflows. I need to know links are modified or missing, so I've left that enabled. Those who don't need to know are no longer bothered or delayed. I suggest you pay a visit to the preferences and make sure that missing/modified checks are enabled, and if you are still having problems then your links aren't stored in the same directory, and that has always been an issue in ID when things get moved.

  • InDesign Export to PDF Problem

    I have InDesign CS4, and today I am having a problem with exporting PDF files. I was using Gill Sans font, and when I exported the file, some of the text turned into little whit boxes. I have no idea why this is happening. Any suggestions? It was just working correctly yesterday.

    So I tried exporting a new PDF test document with a new font, Helvetica Neue and none of the fonts exported correctly in the PDF. Does anyone have any suggestions or a way I could contact Adobe for customer support?
    I've tried uninstalling and reinstalling Indesign twice and nothing is fixing this problem.

  • "filename.pdf" failed to export to Microsoft Word. There was an unexpected problem.

    "filename.pdf" failed to export to Microsoft Word. There was an unexpected problem.
    Every time i have tried to convert a pdf file to doc file I had this message.
    Could someone help please.

    Try disabling the OCR function of ExportPDF to see if it helps with your conversion. You can find instructions on how to do this here: http://forums.adobe.com/docs/DOC-3062
    -David

  • Crystal Reports 8.5 export to PDF problem

    Hi Guys,
    I have an application developed in VB6 using a crystal reports 8.5 version and I'm having some problems to export to PDF. If I see the data on the Crystal Reports 8.5 designer It will export just fine, but if I try to do the same thing it will export only some information to the pdf file.
    This problem is just happening on rpt with Image Object and I can't export the reports where image do not exist. This image is being loaded from an access 97 database. It is a 10 years old program.
    Hope to get this issue solved.
    Kind Regards,
    Manuel Rocha

    Hi Dear,
    Here I m also facing the similar problem with the crystal report 8.5 :
    Crystal Report (8.5) is not working on win7/windows 2008 64 bit system
    My application is a vb application and I am using Crystal report 8.5. It is working fine on 32 bit system and 64 bit system of Windows 2003 server. When I run the same application either on win7 64 bit or on 2008 64 bit, report does not open.
    I am using vb script to access the database.
    Part of the code written in the VB script file is as follows:
    Dim objrsRecordSet                 'As RecordSet
        Dim strSQL                         'As String
        '**** Open Database Connection using the parameters passed from the main program
        Set dbConnection = CreateObject("ADODB.Connection")
        dbConnection.ConnectionString = "Provider=SQLOLEDB;Server=" & mstrServer & ";uid=" & mstrUserName _
                                        & ";pwd=" & mstrPassword & ";Database=" & mstrDatabase & ";"
        dbConnection.Open
        dbConnection.CommandTimeout = 200
        dbConnection.Properties("Enable Fastload").Value = True
    Basically we have two visual basic projects developed in VB 6.0 language: let’s say 
      1. Diapp (we consume the report.dll in this application, in order to generating the reports)
      2. Adacrystalapp (which is used for making the report.dll)
    Diapp application generating the reports on windows-XP(32 bit machines) without any problems but when I run the same application on 64 bit machines(win7/Vista…etc) report is not generating.
    If I run the both applications (Diapp, Adacrystalapp) in debug mode then reports are generating on 64 bit machines (win7/vista) also without any problems.
    Please help me out with this issue, i will appreciate for your response.

  • Problems to export logo in PDF

    Hello experts.
    I have a problem to export a logo logo.bmp to pdf in a web application designer 7.0
    Source XHTML is:
    <img src="bwmimerep:///sap/bw/mime/Customer/Images/LOGO.bmp" border="0" />
    If I execute the WAD logo appears in the screen. But when I press print button to export the document to PDF format the logo does not appear.
    Can you help please?

    I have resolve then problem with a logo.gif.
    logo.bmp or logo.jpg not works.
    Thanks.

  • Export pdf problem

    I have a document which I can't export as a pdf properly. I export it but the pdf it creates is nothing like it's meant to be. It has some graphics missing and several other items are just not there and there is a large area with a green to yellow gradient which just appears as solid yellow. A few of the items are there on the page where they're meant to be but that's all.
    If I PRINT to .pdf instead of exporting, it is much better. Everything is at least there and the gradient is fine, but there are scratchy looking lines on the surface of the pdf around some of the graphics. Even thougn in both the export and print I am choosing the highest quality pdf option.
    I thought exporting was supposed to be the right way to do it. Why is it behaving like this?
    Should I just perhaps always print and forget about exporting?

    Your white lines are stitching from flattening the transparency, which always happens when you print to PDF instead of exporting, regardless of the compatibility selected. Distilled PDFs pass through a postscript file which doesn't support transparency.
    Some of the problem in your exported PDF may be due to overprint settings. Be sure to enable the overprint preview in acrobat, and if flattening is occurring, you must also enable "simulate overprint" in the export or print dialog settings.
    Missing images is sometimes caused by OPI comments. Do you have OPI active, or did anything here come from Quark, where it is on by default?
    Peter

  • Error  "BMOD.pdf" failed to export to Microsoft Word. There was an unexpected problem.

    What does this mean and how do I fix it?
    Error  "BMOD.pdf" failed to export to Microsoft Word. There was an unexpected problem.

    Hi Calin,
    I apologize for the trouble. Have you tried it again recently?
    Let me know!
    Looking forward to hearing back from you.
    Kind regards, Stacy

  • Problems in exporting a book to pdf

    I seem to have a problem in exporting a book made in the book module in Lightroom 4 to pdf.
    It just never seem to start converting. Any suggestions on how to solve this issue? (it is a 47 paged book)

    I've already done it manually and sent it off, which wasn't hard, but I'd still like to know what my original problem was.
    I have a book, bleeds all around except for the inside. I want to export to a PDF but have the pages laid out completely ready for print on a saddle stitch. I go to Print Booklet>Select "Use Document Bleed Settings. I then go to Print Settings and choose Post Script/PDF for the printer. I also check Use Bleed settings there. Other than I change nothing from the default options other than the type of binding I'm doing. Once the PDF is created using the postscript I notice that my left side is 1/16" shorter than my right.

  • Problems Converting/Export PDF to Microsoft Word

    Help! I am having Problems Converting/Export PDF to Microsoft Word.  I am paying $19.99 per month. what do I do?

    If you are having a problem understanding how to use the software you should post in the forum for the product involved. 
    Here is a link to a page that has links to all Adobe forums...
    Forum links page:
    http://forums.adobe.com/index.jspa

Maybe you are looking for

  • ICal won't print times in month view...

    Since DST changed this past weekend, I am no longer able to print my monthly calendar with visible times. All I get are dots and then the event. However, when I print a weekly list calendar, the times show up next to the event. I can also view a mont

  • HP LaserJet Pro CM1415fnw Twain driver ??

    Hello everyone,  I was wondering where I can find the TWAIN driver for this printer. My company uses software that allows me to scan documents (via their software) and it scans at the lowest resolution possible which results in an extremely faint/blu

  • Trouble with reinstall of Win7 64 on a L505-ES5018

    Toshiba Satellite L505-ES5018, Win 7 64: Hard drive crased so I installed a new one and ordered the recovery disks for L500 series and installed. Some drivers are unsigned and WIndows Update nor the Windows Troubleshooter will work. Win Update says i

  • SetCustomDatum and setObject performance

    I'm using the Object-Relational features of Oracle 8i. I've been experiencing a performance problem with setCustomDatum() or setObject() to set a user defined object in an OraclePreparedStatement to insert the object into the database. The performanc

  • Add datafile or Increase MAXBYTES

    Hi, I have a datafile1 which has MAXBYTES = 1024MB Autoextend = ON. nextextent size = 20MB current size = 1010MB. So it'll not be able to allocate next extent. My question are 1. Should I increase MAXBYTES to 2024MB to let the datafile grow? 2. Shoul