Exporting into pdf

What do you do when InDesign stops responding in the middle of exporting a book into pdf?

Troubleshoot using the divide-and-conquer method.
Export each book document individually until you find the problematic one.
Then, export that document in halves to identify the problematic half.
Then, export that half-document in halves to identify the problematic fourth.
Then, export that fourth-document in halves to identify the problematic eighth.
And so on until you identify the problematic page.
Then if necessary, apply a similar approach to eliminating possible problematic elements of that page.

Similar Messages

  • Indesign Exported into PDF - not all images are showing.. !!!!

    I've created a DL Phamplet in Indesign, using images from Photoshop (All converted to CMYK,PSD and flattened and used Illustrator files for other objects with the extension (filename).ai afterwards.)
    I don't understand why my particular acrobat doesn't show the complete logo. This doesn't occur on two of my the computers at work PC and Mac, but it occurs at my manager's computer and once on my computer. I've outline all the fonts and images etc to ensure everything is in order. Everything is ungrouped as well to ensure all is outline.
    View problem here
    http://img291.imageshack.us/my.php?image=picture1yp2.jpg
    I've even exported the pdf from the computer that had no problem viewing the missing part of the logo - however when previewing it on my computer, the logo seems to be missing still.
    I think its a previewing problem of some sort but not sure. Do I need a certain plugin - I've updated my software and I haven't reinstalled the software. Please assist. Many thanks.
    Other information that may assist?
    Working on Mac OS X Version 10.4.11
    CS3
    Acrobal Professional 8

    The white logo is undoubtedly set to overprint. Go back into Illustrator
    and fix it.
    Bob

  • Export into pdf raise an error?

    Hai to all,
                 I'm using Crystal Report 11.5, Asp.net2.0-C#.
    I dynamically bind some records to the report document. Now i write the code to export the data into pdf file.
    BindEveryThing();
                    MemoryStream oStream; // using System.IO
                    oStream = (MemoryStream)
                    boReportDocument.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
                    Response.Clear();
                    Response.Buffer= true;
                    Response.ContentType = "application/pdf";
                    Response.BinaryWrite(oStream.ToArray());
                    HttpContext.Current.ApplicationInstance.CompleteRequest();
    The problem is after the above code reached
    i'm getting two errors as
    Adobe Reader cannot open CA2V0915.pdf because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment  and wasnt correctly decoded
    Threre was an error openning this document Acrobat cannot open this file because there is a modal dialog open.
    Experts please help me solve this problem>
    Thanks in advance.

    Hi Ted Ueda
                    Thanks for your response. Actualy this error raised whenever i select the PDF format file so, i checked my temp folders there is no pdf files, this error is raise during file creation then how can i open it by notepad format.
                   My real problem is write the code for export the records into PDF. Whenever i click this button suddenly it raise this error.
    This is my sample code
    Load();
                    ExportExcel vwPage = (ExportExcel)vwExport;
                    MemoryStream oStream; // using System.IO
                    oStream = (MemoryStream)
                    boReportDocument.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel);
                    vwPage.Response.Clear();
                    vwPage.Response.Buffer = true;
                    vwPage.Response.ContentType = "application/vnd.ms-excel";
                    vwPage.Response.BinaryWrite(oStream.ToArray());
                    HttpContext.Current.ApplicationInstance.CompleteRequest();

  • InDesign crashes continuously when trying to export into PDF - Urgent Help!

    Hello All,
    I'm facing the issue like InDesign is getting crashed continuously when trying to export directly the PDF, I'm using InDesign CS5.5. Please suggest urgently.
    Thanks,
    Praveen

    Gejaraja wrote:
    I tried with script, but later assumed it's crashing even doing manually using File -> Export.
    Sorry, that's terribly unclear.
    Is it crashing with BOTH the script and File > Export?
    Is your script using exportFile or asynchronousExportFile?
    If it crashes manually, have you tried disabling asynchronous exports per Re: Background PDF export Help?

  • Document Language not exported into PDF when viewed in Acrobat Pro 9?

    I've been working on making our PDFs accessible, but it looks like the LiveCycle-generated forms are causing some issues. While I can set the Form Locale in LiveCycle ES (8.2.1), generating a PDF from this and viewing it in Acrobat Pro 9 leaves the Reading Language field greyed out. I'm new to LiveCycle, so it might be something simple (but I've tried Googling everything).
    I've tried saving it as both a Static PDF and Dynamic XML PDF form without luck. The Generate Accessibility Information Save Option is checked. I am doing a Save As rather than in-app generation (I understand this can be the cause of some issues).
    Help!?

    Unfortunately, as I mentioned in my original post, I've already tried toggling smoothing options. They don't make the jagged edges go away—they just change them slightly. In some cases, as with the sample file provided, it does help smooth the art out, but it never looks as good as it did going in, in a recent project, toggling smoothing options didn't affect the appearance of the image at all. Zoom does not appear to relieve the artifacting.
    A little clarification: this PDF was created from a flat PNG, but I have had this issue with PNGs and TIFFs as well, generated by both Photoshop and Illustrator. To reiterate, the PDFs display fine in other software—Finder preview looks great, and the same file viewed in my browser via Google Drive looks as intended as well. A colleague was able to replicate this issue in Acrobat on his Windows machine. This appears to be a rendering issue specific to Acrobat with regards to the files I use it to create.

  • Error while trying to export a report into PDF using JRC (Linux env)

    Hi all,
    I have my web app installed on a Linux environment. When trying to export a CR report into PDF using JRC
    PrintOutputController controller = reportClientDoc.getPrintOutputController();
              ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) controller.export(ReportExportFormat.PDF);
    I got this error message:
    19/02/2009     10:21:37     b     INFO     PdfExporter: PdfDocumentModeller.modelPage (page 1)
    19/02/2009     10:21:37     b     INFO     PdfExporter: Modelling page
    19/02/2009     10:21:37     b     INFO     PdfExporter: Creating document manager, text modeller and image modeller.
    19/02/2009     10:21:37     b     ERROR     PdfExporter: Exception caught in PDFFormatter.formatPage (from PdfDocumentModeller.modelPage); aborting export
    java.lang.IllegalArgumentException: Data type is not supported.
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:212)
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:178)
         at java.awt.image.ComponentColorModel.createCompatibleWritableRaster(ComponentColorModel.java:2826)
         at java.awt.image.BufferedImage.<init>(BufferedImage.java:439)
         at com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.u.<init>(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.d(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.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.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)
    On my Windows environment the JRC export into PDF work perfectly. I know that there are some known issues regarding the usage of JRC on Linux environments. Could this be one of those?
    Any solution (or workaround) would be highly appreciated!
    Thank you!
    PS Maybe this is relevant: I use a MySQL database!
    Edited by: Sandila Catalin on Feb 19, 2009 10:01 AM

    What kind of image do you have in the report?
    Do you have -Djava.awt.headless=true specified for the Java JVM option?
    Sincerely,
    Ted Ueda

  • How to export dynamic images into pdf

    Hi,
    I need to export a image into PDF which we are getting it from DBase. This returns me the image as BLOB and this we are putting it in between the xml tags. I am passing the xml to xsl-fo. While i tried to export the xml data into pdf using xsl-fo, the content is getting exported into pdf but not the image. I am using FOP, and i have added fop.jar, batik.jar, avalon-xx.jar, jai_codec.jar and jai_core.jar to my class path. I am putting my sample xsl and xml here.
    xml:
    <RTFDrugReport>
    <ImagePath>http://www.thomson-pharma.com/tp/images</ImagePath>
    <NewsEdge>
    <NewsItem>
    <StoryId><![CDATA[200705223600.15_2774000daba43be0]]></StoryId>
    <HeadlineText><![CDATA[NeuroLogica's CereTom Supplies On Site Post-Fight Brain CT During De  La Hoya-Mayweather Weekend]]></HeadlineText>
    <ItemTime><![CDATA[05/23/2007 03:22:24 AM EDT]]></ItemTime>
    </NewsItem>
    </NewsEdge>
    </RTFDrugReport>
    xsl:
    <fo:static-content flow-name="xsl-region-before">
    <fo:block font-family="Helvetica" font-size="14pt" text-align="left" white-space-collapse="false">
    <xsl:variable name="imageName" select="concat(//ImagePath,'/logo_thomson_pharma.png')"/>
    <fo:external-graphic src="'{$imageName}'"/>first
    <fo:external-graphic src="url('{$imageName}')"/>second
    <xsl:value-of select="'{$imageName}'"/>thrid
    <fo:external-graphic src="'{$imageName}'" content-width="100mm" content-height="100mm"/>fourth
    <fo:external-graphic src="'{$imageName}'" content-width="100mm" content-height="100mm"/>fifth
    <fo:instream-foreign-object src='url("///file:/D:/Customization/collage.jpg")' height="3cm" width="3cm"/>
    </fo:block>
    </fo:static-content>
    Any help would be appreciated.

    hi,
    all the UI elements in the adobe form are generally connected to your web-dynpro Context.
    whatever you type in the online adobe form is reflected in the respective context attributes of the dynpro Context of the view where "ur Interactive form UI element is".
    that means you can yourself fill the contents of ur interactive form by working on the get/set methods of the context attributes.
    Likewise you can clear the form by setting all context attributes to blank eg ""
    <b>interactive form has two imp properties:-</b>
    <b>*dataSource</b>
    data source points to the node all whose context attributes will be made available in the interactive form
    <b>*pdfsource</b>
    points to the context attribute which will hold the pdf.
    note that the type of this pdfSorce attribute will be binary.
    if you still have doubts.
    give me your gmail mail id. i 'll send a tutorial.
    with regards,
    -ag.

  • Pre Requisites to export dashboard into PDF format

    Dear Xcelsiuis Experts,
    Am unable to export the dashboard either into PDF format. Please let me know are there any pre requisites to export the same into PDF format.
    Regards
    Narendra Reddy

    Hi,
    Do you have Adobe Acrobat on your system ? i have version 6.0 Installed on my System and i can Export it and it is working fine in pdf format. I have tried with Word, PowerPoint and other available format too all are working fine here.
    You can do this by Following Steps Bellow
    1.
    --> Open DashBoard you want to Export into PDF or any other Format like Flash (SWF), HTML, PowerPoint or Word.
    --> Go to Menu --> File --> Export --> from here you can select the Format you want.
    2.
    --> You can also select these option from Toolbar if you don't have at the Screen Please Follow steps.
    --> Go to Menu --> View --> Toolbar --> and Select "Export"
    --> it will show you up the Toolbar from here you can also Export.
    Hope will solve out your problem,
    Kind Regards,
    Faisal

  • Export to PDF

    Hi,
      This is Rajesh, i have a problem while exporting a report to PDF.
    my requirement is:- when the user clicks on the report button from jsp, internally it has to execute the query, invokes the report and exports into PDF dynamically. Stores into particular location with RandomNo.pdf and deploy in enterprise also...
    can any one help me out plz?
    I am using Crystalreport11 and BusinessObject Enterprise as a server. I need the code for that...
    Thanks & Regards
    Rajesh Kottakota

    I remember that bad behavior in previous versions of Pages. Now using Pages 2.0.2 and Mac OS X 10.4 Tiger it does not happen again. Maybe your system version (10.3.9) and the interaction with Pages was not already perfect. Consider updating, maybe?
    All PDF produced nowadays open and display fine in Preview 3.0.9 or in Acrobat Reader 8.
    iMac G5 PPC 2,1 Ghz   Mac OS X (10.4.9)  

  • Using Font Folio in InDesign to export in PDF to app store

    Our customer is creating applications using In Design.    These applications are exported into PDF format for viewing on mobile devices.    Is there any additional licensing needed from Adobe in this scenario?
    Also, in the future (not now) if the customer would like to look into perhaps fonts to be embedded in a app the customer is creating, what licensing would be needed?
    Thanks in advance!

    For export of PDF from InDesign (or saving PDF from Illustrator or Photoshop), no additional license is required for embedding fonts sourced from Adobe (including all the fonts in the Font Folio and any bundled with Adobe applications).
    This is not true for use in applications where text is being generated on-the-fly and/or can be entered by the user. Others will comment on those licensing requirements.
              - Dov

  • InDesignCC. How to keep image quality with exporting Interactive PDF?

    Hello everyone, I'm using InDesign CC, I'm exporting a PDF that has PNG images, the problem is that I'm loosing the sharpness and the pureness in the images after exporting the file into PDF Interactive... the Settings I'm using for Image Handling are Compression: Automatic , JPEG Quality: Maximum, Resolution PPI: 300..
    The file size is "Letter" with web Intent (792px x 612px) the images I'm using are big and have great quality, can anyone tell me how I export into PDF interactive without loosig images quality? I want to keep this pureness and sharpness in the images
    Thanks in advance

    It depends on the image. Best way for us to advise you is to open your image, then go to Image > Image Size and upload a screen capture of the Image Size box with the readings.
    What you might have working against you is not enough pixels. Upsampling may just make it blurred. But we will see.
    300 ppi is also not carved in stone, you may get away with 200 ppi depending on where you are sending it for printing.
    And lastly, if you are paying a commercial printer to do this, it's best to consult with them and see what they can do.

  • Loosing alignment while export to PDF

    Hi,
    I am using Crystal Reports XI, I am loosing alignment once crystal Reports is exported into PDF file.
    How to retain alignment,  please help me out.
    Thanks and Regards,
    Manjunath Jogin

    I would suggest you to edit the registry settings and added the below keys;
    Note:-Before you do any modifications in the registry, please take a backup of the registry.
    -Create a new key under 'HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports' called 'Export'
    -Create a new key under 'HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export' called 'PDF'
    -Create a new Dword value called 'UsePrecisePositioningForText' under 'HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF'
    -Set the value to 1.
    -Create a new Dword value called 'TruncationAdjustment' under 'HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Repor ts\Export\PDF'
    -Set the value to 10.
    TruncationAdjustment is DWORD between 0 and 10. It's a 'fudge factor' that adjusts rounding when the total widths of characters are calculated.
    Default is 5. Larger values add safety from truncation.
    After modifying the registry and relaunching the CR designer, the exported report.
    Hope this helps.

  • Place multiple pdfs into separate indesign and export to pdf again

    Ok I have a lot of PDFs that I need to place into indesign in their own file, then re-export back as a PDF again.
    Can anyone recommend a script for this if there is one? All the pdfs have different page counts etc. and I don't need to save the Indesign file.
    I just want to put all the PDFs into their own InDesign file and reexport to PDF again. They are all A4 sized PDFs, 210 x 297mm.
    Any help is appreciated.
    Thanks

    Thanks harbs
    I need to Save all the pdfs as RTF, and some of the PDFs have bad tags and won't allow me to save as RTF.
    I can batch process them in Acrobat to Print to PDF and that works for some, but not all the PDFs, it won't print some of them back to PDF.
    I have 100's of these "bad pdfs" and it would be great to be able to place them all into separate indesign files and export out as pdf again. It will be tedious to run the PDF importer and export for all of the files.
    I don't need to save the indesign file, just place and export the pdf again.
    Just looking to automate the process.

  • What can I do to speed up uploading a pdf file that needs to be exported into Word?

    I have been trying to upload a 1 page pdf file for exportation into Word for the last couple of days. Every time I try to upload it into Adobe ExportPDF, the file just shows that it is still uploading and it does this for several hours (isn't finished after 12 hours).
    I uploaded a much larger pdf document earlier this week (over 64 pages) for editing and it uploaded that book fairly quickly and converted it into Word without any problems.
    Any suggestions on what the problem might be or what I could do to speed things up? I only need to be able to edit a couple of words near the top of the page.

    How large is the file? The size in pages is not important, what matters is the size in megabytes and your broadband speed.

  • Placing SWF Movie into IDCS4 for export to PDF

    I'm trying to place a swf into an Indesign document for export to PDF.
    I made a simple swf using Flash CS4 (AS2 if it matters) and placed it using the File->Place menu.
    I checked the Movie Options and selected, Embed in PDF, and play options.
    Then I export to PDF and am sure that Interactive Elements is checked.
    I found someplace that suggested toggling "create tagged PDF" to the opposite setting of whatever it is, but that didn't make any difference.
    When I open the PDF with Acrobat and move to that page it just shows the default movie preview and shows a "buffering" window for ever, but the file is tiny so it should load immediately.
    So how do I do this? Is it possible? I've tried some searches, but most everything I'm finding is about exporting ID docs to swf. And that isn't what I want.
    At least I don't think this is what I want. I need to make a PDF that will have an animation of how to navigate a web app. So if anybody has a better way to do this, then please let me know!

    I wrote up a very long explanation of this for indesignsecrets.com.
    http://indesignsecrets.com/putting-swfs-into-indesign-documents.php
    The bottom line is:
    It's a bug on the Mac
    Windows users can play those SWFs but the Mac hangs
    Adobe is aware of the problem
    But if you want an SWF to play on both Mac and Windows, open the PDF in Acrobat Professional and add the SWF there.
    You will actually have more control than if you had placed it in InDesign and it played correctly.

Maybe you are looking for