Anti-aliased text when exporting PDF to image

I need to be able to batch-convert multi-page PDFs to individual bitmap images (one image for each page) with anti-aliased text.
Photoshop works this way if you open a single PDF, allowing you to select one or more pages to rasterize as separate images, but not when batch processing (specifically, if you use the Image Processor script on a folder of images and PDFs, it will rasterize the PDFs automatically, but it will only do so with the first page of each PDF.)
Acrobat, on the other hand, automatically creates an image for each page when exporting, and can do this in a batch sequence, but the text is not anti-aliased, making the image look like a screenshot from 1997. No matter how high an image resolution you select, the text is still jagged when you zoom in.
So, is there a setting I'm missing that will allow the text to be anti-aliased when using Acrobat to export PDF to an image? I am using Acrobat 8, not 9, so something might have changed in the newest version.

Not sure about Acrobat Pro 8, but in Acrobat Pro 9 (not Extended) you can Export>Image>Multiple Choice: JPEG, JPEG2000, PNG, TIFF.  I used JPEG and under the options in the export dialog box, leave the filename as is to coincide with the PDF filename and then choose Maximum Resolution under File Settings: Grayscale (JPEG, Quality:Maximum); Color (JPEG, Quality:Maximum) . . . skip down to Conversion Colorspace: Determine Automatically and Resolution choose 600pixels/inch for a letter size document.  This will result in a file size of 1.3MB per JPEG image if there is not a lot of information on the page.  I chose a simple header, footer with page numbering, and 5 lines of Lorem Ipsum text.  600dpi is overkill, you can go for 300dpi and still result in a decent image that will be able to be printed on a laser photocopier that is connected to a production computer.  Obviously if you are printing to a laser printer or a high quality inkjet 300dpi will suffice as well for a letter sized document.  But I have been told that 300dpi is not a standard rule of thumb and you must obtain specs from your printer since he/she can calculate by very strict rules the dpi you need for your content.  It depends on whether you have background images such as watermarks and also if your text body contains line-art.

Similar Messages

  • Blurry text when exporting PDF to jpeg or png

    Hello. Has anyone had a similar problem and found a way to deal with it as this?
    I get a PDF from someone in marketing and need to convert it to an image and resize so it can be emailed as a newsletter/bulletin. They want the entire thing to be an image.
    In Acrobat I export to jpg or png, then resize to 800 px wide (in photoshop). Sometimes this comes out alright. Usually some part of the text gets very blurry - usu. as distorted cloudiness in the background color or whitespace around the text.
    I'm much more a coder than a graphics person, but I need to learn if i can make this look good for them. Thanks in advance if you have any ideas.

    Not sure about Acrobat Pro 8, but in Acrobat Pro 9 (not Extended) you can Export>Image>Multiple Choice: JPEG, JPEG2000, PNG, TIFF.  I used JPEG and under the options in the export dialog box, leave the filename as is to coincide with the PDF filename and then choose Maximum Resolution under File Settings: Grayscale (JPEG, Quality:Maximum); Color (JPEG, Quality:Maximum) . . . skip down to Conversion Colorspace: Determine Automatically and Resolution choose 600pixels/inch for a letter size document.  This will result in a file size of 1.3MB per JPEG image if there is not a lot of information on the page.  I chose a simple header, footer with page numbering, and 5 lines of Lorem Ipsum text.  600dpi is overkill, you can go for 300dpi and still result in a decent image that will be able to be printed on a laser photocopier that is connected to a production computer.  Obviously if you are printing to a laser printer or a high quality inkjet 300dpi will suffice as well for a letter sized document.  But I have been told that 300dpi is not a standard rule of thumb and you must obtain specs from your printer since he/she can calculate by very strict rules the dpi you need for your content.  It depends on whether you have background images such as watermarks and also if your text body contains line-art.

  • How to create a hyperlink when exporting .pdf?

    Hi guys,
    I've been doing quite a bit of research on how to make an object into a hyperlink when exporting my .ai as .pdf.
    So far I've come across guides that show the method of using Object > Slice and the Attributes' Image Map, but none of them seem to work when I open my exported .pdf.
    How do you guys create objects with links when exporting .pdf?
    Thanks in advance.

    InDesign, most probably.
    Or create the PDF in Illustrator and use Acrobat (Pro) afterwards to make links.
    Depends on what's inside the document.

  • LineBreakMeasurer with anti-aliased text

    Hello,
    I am developing an application, which needs to render anti-aliased text. The application uses LineBreakMeasurer for text layout. Without anti-aliasing, LineBreakMeasurer works perfectly. However, when I turn anti-aliasing on, the text lines returned by LineBreakMeasurer.nextLayout() are too long (that is, longer than the specified wrapping width).
    For example, if I call
    TextLayout layout = measurer.nextLayout(92.0);
    then
    layout.getAdvance()
    might return 101.0.
    Has anybody been able to make LineBreakMeasurer to work with anti-aliased text?
    Thanks,
    -Tero

    My english is not so good, I hope this help to you.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.font.*;
    import java.awt.event.*;
    import java.text.*;
    public class ParagraphLayout extends JFrame{
      public static void main(String[] args) {
        JFrame f = new ParagraphLayout("ParagraphLayout");
        f.getContentPane().add(new Test());
        f.setVisible(true);
      public ParagraphLayout(String title) {
        super(title);
        createUI();
      protected void createUI() {
        setSize(500, 400);
        center();
        addWindowListener(new WindowAdapter() {
          public void windowClosing(WindowEvent e) {
            dispose();
            System.exit(0);
      public void center() {
        Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
        Dimension frameSize = getSize();
        int x = (screenSize.width - frameSize.width) / 2;
        int y = (screenSize.height - frameSize.height) / 2;
        setLocation(x, y);
    class Test extends JPanel{
           public Test(){
                super();
          public void update(Graphics g){
               paintComponent(g);
          public void paintComponent(Graphics g) {
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                RenderingHints.VALUE_ANTIALIAS_ON);
            // From _One Hundred Years of Solitude_ by Gabriel Garcia Marquez.
            String s = "Jos\u00e9 Arcadio Buend\u00eda spent the long months " +
               "of the rainy season shut up in a small room that he " +
               "had built in the rear of the house so that no one " +
               "would disturb his experiments. Having completely abandoned " +
               "his domestic obligations, he spent entire nights in the " +
               "courtyard watching the course of the stars and he almost " +
               "contracted sunstroke from trying to establish an exact method " +
               "to ascertain noon. When he became an expert in the use and " +
               "manipulation of his instruments, he conceived a notion of " +
               "space that allowed him to navigate across unknown seas, " +
               "to visit uninhabited territories, and to establish " +
               "relations with splendid beings without having to leave " +
               "his study. That was the period in which he acquired the habit " +
               "of talking to himself, of walking through the house without " +
               "paying attention to anyone...";
            Font font = new Font("Serif", Font.PLAIN, 24);
            AttributedString as = new AttributedString(s);
            as.addAttribute(TextAttribute.FONT, font);
            AttributedCharacterIterator aci = as.getIterator();
            FontRenderContext frc = g2.getFontRenderContext();
            LineBreakMeasurer lbm = new LineBreakMeasurer(aci, frc);
            Insets insets = getInsets();
            float wrappingWidth = getSize().width - insets.left - insets.right;
            float x = insets.left;
            float y = insets.top;
            while (lbm.getPosition() < aci.getEndIndex()) {
              TextLayout textLayout = lbm.nextLayout(wrappingWidth);
              y += textLayout.getAscent();
              textLayout.draw(g2, x, y);
              y += textLayout.getDescent() + textLayout.getLeading();
              x = insets.left;
    }

  • SRVE0199E: OutputStream already obtained when exporting pdf

    Hi,
    I am have a problem when export pdf file from a web application. When I build with tomcat every works fine, but when deployed in Websphere. The problem occurred. It is that the exception stack being attached at the end of pdf file which prevents Adobe Acrobat 7 from open and displaying message like the file is damaged and could not be repaired. This is the exception stack,
    <H1>Error page exception</H1>
    <H4>The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.</H4>
    <BR><H3>Original Exception: </H3>
    <B>Error Message: </B>SRVE0199E: OutputStream already obtained<BR>
    <B>Error Code: </B>500<BR>
    <B>Target Servlet: </B>action<BR>
    <B>Error Stack: </B><BR>
    java.lang.IllegalStateException: SRVE0199E: OutputStream already obtained
    <BR>    
         at com.ibm.ws.webcontainer.srt.SRTServletResponse.getWriter&#40;SRTServletResponse.java&#40;Compiled Code&#41;&#41;
    <BR>    
         at org.apache.jasper.runtime.JspWriterImpl.initOut&#40;JspWriterImpl.java&#40;Inlined Compiled Code&#41;&#41;
    <BR>    
         at org.apache.jasper.runtime.JspWriterImpl.flushBuffer&#40;JspWriterImpl.java&#40;Compiled Code&#41;&#41;
    <BR>    
         at org.apache.jasper.runtime.PageContextImpl.release&#40;PageContextImpl.java&#40;Compiled Code&#41;&#41;
    <BR>    
         at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext&#40;JspFactoryImpl.java&#40;Inlined Compiled Code&#41;&#41;
    <BR>    
         at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext&#40;JspFactoryImpl.java&#40;Compiled Code&#41;&#41;
    <BR>    
         at com.ibm._jsp._exportResults._jspService&#40;_exportResults.java:104&#41;
    <BR>    ... there is more...
    and my code that generate pdf is,
    try {
    out = res.getOutputStream();
    PdfWriter.getInstance(document, out);
    document.open();
    Paragraph para = null;
    para = new Paragraph("Title", FontFactory.getFont("Arial", 20,Font.BOLD));
    document.add(para);
    } catch (DocumentException e1) {
    e1.printStackTrace();
    } catch (IOException e1) {
    e1.printStackTrace();
    document.close();
    please help me out because this is an urgent issue. Thanks.

    I didn't put this code within JSP, but inside javax.servlet.jsp.tagext.TagSupport. Is this the same as in JSP?
    While waiting for the answer, I also find that in TagSupport, there is a member variable, pageContext, that also has pageContext.getOut() which is a JspWriter. This is used to export to excel. But for exporting to pdf, i used PdfWriter.getInstance(document, res.getOutputStream()); and res = pageContext.getResponse();
    is this the main reason?

  • CS5 bug rendering anti-aliased text in 'Save for web'

    Seems like there's a bit of a bug when using 'Save for web and devices' with thin weights of type in CS5 for Mac. Although thin type looks fine while working in Illustrator, as soon as you enter the 'Save for web' dialogue, it gets badly mangled. Looks like this issue has been present at least since CS4. It does not happen in Photoshop. It looks particularly bad for light text on a dark background.
    Some people may say "sure, Illustrator is not really meant for intensive bitmap work". However, with features like 'pixel preview' and 'snap to pixel', Illustrator has (generally) become a very viable tool for web design, and personally I much prefer it to Photoshop. It is also clear that Adobe intends it to be usable in this manner. So the anti-aliasing render bug is definitely a problem. Just surprised they didn't address it when CS5 was born.
    I put up some example images on http://www.thesheep.co.uk/2011/06/24/illustrator-save-for-web-anti-aliasing-problems/ to illustrate the problem.
    Does anyone have any clever work-arounds for this? It's a bit annoying to have to move stuff over to PS before exporting, but maybe that's what I have to do. Hopefully Adobe will address this soon.

    Hi,
    I am experiencing this same problem of pixelated gifs when I use the "save for web" dialog from Illustrator, but this solution has not worked for me. I have tried the trick of using type-optimized anti-aliasing, but it doesn't change the output at all. I've done this from within the "Image size" tab as well as through Effect>Rasterize>Options)Anti-aliasing: Type Optimized. My image is a logo made entirely from text, although for some of it I used "outline path", so I'm not sure if it still qualifies as text...I'm a newbie at this stuff, so the technical details are still quite opaque to me.
    Does anyone know of a solution to this that does not require me to add Photoshop to my workflow?
    I'm using Illustrator in CS5, version 15.0.2.
    Thanks in advance
    Jonathan

  • Errors when Exporting PDF to various formats

    I have a 231 Page PDF that consists of text, scanned images/pages of text, metadata, comments and hidden text. The document is a company manual/handbook.  I am working on a project to pull all this into InDesign in order to make the document easily and quickly editable.  The problem is that the original PDF was created with Word with all the elements I've listed and the main problem being the scanned pages of text (from previous versions of the manual) just inserted in word before being exported.  So, I can't just copy and paste everything into InDesign because a lot of the text is actually scanned pages.
    Originally, I got around this by running the OCR Engine and then Command-A > Command-C, etc.  The problem there is that the formatting is completely messed up.  Line breaks all over, etc.  I removed all formatting (including line breaks) by copying and pasting all of the text into Safari's Google search box and then copying/pasting that back into Word (which will eventually simply serve as the file InDesign pulls the text from).  Now I'm going through adding in text formatting (paragraph breaks, etc.) by flipping pages of the original manual while hitting "Enter" in Word.
    Now, I see a feature in Acrobat 9 Pro that allows me to export to Word, RTF, etc.  However, I keep getting some errors.  I've managed to get rid of all but one - Bad Fonts.  Adobe pops up this "Bad Font" error and tells me the file has not been saved.  Additionally, I've managed to get through 116 pages of the document saving process when exporting to "Text - Accessible" and then Acrobat 9 Pro just quits.
    Any thoughts on how to get around this error or fix it?  Any other time saving tips?
    Thanks

    Hello,
    It seems that the problem is related to particular PDF file.
    1. Try running OCR on it via Tools -> Text Recognition -> In This File, and then convert the file.
    2. Print the file to Adobe PDF printer and then try to Export it into Excel.
    Regards,
    Anoop

  • Indesign Crashes when exporting PDF

    Hi,
    We are experiencing an issue when exporting an .indd file as .pdf. The process gets as far as a certain page (8 out of 13) and then crashes when reading a pdf image from that page. It does one of two things - it crashes or displays an 'out of memory' message. We had task manager running alongside the program to check memory usage and there are no major spikes during the export process (it doesn't even hit 80%)
    - We can export every other page in the document except this one
    - The export works without marks & bleeds enabled (not really sure of the terminology so I do apologise)
    The document is going off to print so the pdf image has to be of high resolution. Does anyone have any ideas as to how we can get around this issue?
    The INdesign package is CS4 (32bit) and the pc has 4GB of RAM
    Any assistance would be much appreciated

    Friends I'm reading all the posts, but I have the same problem. My Indesign crashes exporting a document of 60 pages into pdf.
    Can anybody help me please? The next week I have to deliver the project. Thank you!
    This is the error message:
    Process:               Adobe InDesign CS6 [2996]
    Path:                  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier:            com.adobe.InDesign
    Version:               8.0.0.370 (8000)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe InDesign CS6 [2996]
    User ID:               502
    Date/Time:             2014-11-20 12:07:06.086 +0100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        1B173797-49B9-7B44-7C5E-AEF6059371E1
    Sleep/Wake UUID:       D5A59AA4-AE79-4927-BEF0-BDE56A168D31
    Time Awake Since Boot: 89000 seconds
    Time Since Wake:       14000 seconds
    Crashed Thread:        11
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    [2996] stack overflow
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x955cba2e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x955caad0 mach_msg + 68
    2   com.apple.CoreFoundation       0x927e2ae6 __CFRunLoopServiceMachPort + 214
    3   com.apple.CoreFoundation       0x927e1ef9 __CFRunLoopRun + 1529
    4   com.apple.CoreFoundation       0x927e1696 CFRunLoopRunSpecific + 390
    5   com.apple.CoreFoundation       0x927e14fb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox           0x99328178 RunCurrentEventLoopInMode + 262
    7   com.apple.HIToolbox           0x99327eb1 ReceiveNextEventCommon + 494
    8   com.apple.HIToolbox           0x994cd798 ReceiveNextEvent + 90
    9   com.adobe.InDesign.AppFramework 0x1006eaf8 0x10060000 + 60152
    10  com.adobe.InDesign.AppFramework 0x1008d327 GetPlugIn + 12007
    11  com.adobe.InDesign             0x00001ec5 main + 341
    12  com.adobe.InDesign             0x00001d55 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b7a _pthread_cond_wait + 842
    2   libsystem_pthread.dylib       0x988c7d9d pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x91f22316 TSWaitOnConditionTimedRelative + 167
    4   com.apple.CoreServices.CarbonCore 0x91eeddff MPWaitOnQueue + 199
    5   PMRuntime.dylib               0x005b9581 SetVSizeBaseline(unsigned long) + 1473
    6   com.apple.CoreServices.CarbonCore 0x91eee45a PrivateMPEntryPoint + 68
    7   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x955d28d2 kevent64 + 10
    1   libdispatch.dylib             0x9ae4f73f _dispatch_mgr_invoke + 245
    2   libdispatch.dylib             0x9ae4f3a2 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x955cba2e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x955caad0 mach_msg + 68
    2   com.apple.CoreServices.CarbonCore 0x91f1efc4 TS_exception_listener_thread + 138
    3   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    4   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    5   libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x91f220fa TSWaitOnCondition + 133
    4   com.apple.CoreServices.CarbonCore 0x91f22332 TSWaitOnConditionTimedRelative + 195
    5   com.apple.CoreServices.CarbonCore 0x91eeddff MPWaitOnQueue + 199
    6   com.adobe.ACE                 0x00607a69 0x5c8000 + 260713
    7   com.adobe.ACE                 0x00606d99 0x5c8000 + 257433
    8   com.apple.CoreServices.CarbonCore 0x91eee45a PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    10  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    11  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework 0x10160556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework 0x1015c8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework 0x1015d3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework 0x1015e98e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework 0x1015e9fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework 0x1015ea66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework 0x01c6a40d thread_proxy + 141
    10  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    11  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    12  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework 0x10160556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework 0x1015c8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework 0x1015d3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework 0x1015e98e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework 0x1015e9fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework 0x1015ea66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework 0x01c6a40d thread_proxy + 141
    10  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    11  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    12  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x955d18fa __semwait_signal + 10
    1   libsystem_c.dylib             0x9c001c16 nanosleep$UNIX2003 + 218
    2   com.adobe.InDesign.Support for JavaScript 0x1637eacb GetPlugIn + 317883
    3   com.adobe.InDesign.Support for JavaScript 0x16363f79 GetPlugIn + 208489
    4   com.adobe.InDesign.Support for JavaScript 0x1637ee38 GetPlugIn + 318760
    5   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    6   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    7   libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x955d1772 __recvfrom + 10
    1   libsystem_c.dylib             0x9c001d32 recv$UNIX2003 + 55
    2   ServiceManager-Launcher.dylib 0x22f15733 Invoke + 47867
    3   ServiceManager-Launcher.dylib 0x22f14846 Invoke + 44046
    4   ServiceManager-Launcher.dylib 0x22f13988 Invoke + 40272
    5   ServiceManager-Launcher.dylib 0x22f13a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib 0x22f0ebaf Invoke + 20343
    7   ServiceManager-Launcher.dylib 0x22f0eea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib 0x22f0f685 Invoke + 23117
    9   ServiceManager-Launcher.dylib 0x22f0f8f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib 0x22f122a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib 0x22f123fd Invoke + 34757
    12  ServiceManager-Launcher.dylib 0x22f12c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib 0x22f12db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib 0x22f05656 Login + 461
    15  ServiceManager-Launcher.dylib 0x22f0909a Login + 15377
    16  ServiceManager-Launcher.dylib 0x22f13165 Invoke + 38189
    17  ServiceManager-Launcher.dylib 0x22f152eb Invoke + 46771
    18  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    19  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    20  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework 0x10160556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework 0x1015c8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework 0x1015d3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework 0x1015e98e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework 0x1015e9fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework 0x1015ea66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework 0x01c6a40d thread_proxy + 141
    10  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    11  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    12  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework 0x10160556 GetPlugIn + 876822
    4   com.adobe.InDesign.AppFramework 0x1015c8ff GetPlugIn + 861375
    5   com.adobe.InDesign.AppFramework 0x1015d3c5 GetPlugIn + 864133
    6   com.adobe.InDesign.AppFramework 0x1015e98e GetPlugIn + 869710
    7   com.adobe.InDesign.AppFramework 0x1015e9fa GetPlugIn + 869818
    8   com.adobe.InDesign.AppFramework 0x1015ea66 GetPlugIn + 869926
    9   com.adobe.boost_threads.framework 0x01c6a40d thread_proxy + 141
    10  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    11  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    12  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 11 Crashed:
    0   libsystem_kernel.dylib         0x955d169e __pthread_kill + 10
    1   libsystem_pthread.dylib       0x988c8fd5 pthread_kill + 101
    2   libsystem_c.dylib             0x9bfe1fca __abort + 187
    3   libsystem_c.dylib             0x9bfe284a __stack_chk_fail + 239
    4   com.adobe.CoolType             0x010137c9 CTInit + 1626733
    5   com.adobe.CoolType             0x01014053 CTInit + 1628919
    6   com.adobe.CoolType             0x010111ba CTInit + 1616990
    7   com.adobe.CoolType             0x0100f77e CTInit + 1610274
    8   com.adobe.CoolType             0x00f6478e CTInit + 909874
    9   com.adobe.CoolType             0x00ef40a2 CTInit + 449350
    10  com.adobe.CoolType             0x00e726ba 0xe1e000 + 345786
    11  com.adobe.PDFL                 0x2e5722e2 PDFontPSFlushIncrGlyphList + 85285
    12  com.adobe.PDFL                 0x2e987898 PDEFontGetWidthsNow + 8752
    13  com.adobe.PDFL                 0x2e987bb9 PDEFontGetWidthsNow + 9553
    14  com.adobe.PDFL                 0x2e988b13 PDEFontGetWidthsNow + 13483
    15  com.adobe.PDFL                 0x2e9899a1 PDEFontGetWidthsNow + 17209
    16  com.adobe.PDFPort             0x17267ffe PDFPortInitialize + 560298
    17  com.adobe.PDFPort             0x17268375 PDFPortInitialize + 561185
    18  com.adobe.PDFPort             0x172508f0 PDFPortInitialize + 464284
    19  com.adobe.InDesign.PDF         0x16f84f09 0x16f4f000 + 220937
    20  com.adobe.InDesign.PDF         0x16fa864d GetPlugIn + 66509
    21  com.adobe.InDesign.PDF         0x16fab0b8 GetPlugIn + 77368
    22  com.adobe.InDesign.PDF         0x16f92bb5 0x16f4f000 + 277429
    23  PublicLib.dylib               0x01701d7c Command::DoImmediate(short) + 62
    24  com.adobe.InDesign.Utilities   0x0fac5691 0xfac1000 + 18065
    25  com.adobe.InDesign.Utilities   0x0fac58a0 0xfac1000 + 18592
    26  com.adobe.InDesign.AppFramework 0x1007cbba 0x10060000 + 117690
    27  PublicLib.dylib               0x01702724 CmdUtils::ProcessCommand(ICommand*) + 48
    28  com.adobe.InDesign.PDF         0x170d2bb6 GetPlugIn + 1288502
    29  com.adobe.InDesign.PDF         0x170d6f47 GetPlugIn + 1305799
    30  com.adobe.InDesign.AppFramework 0x1015a749 GetPlugIn + 852745
    31  com.adobe.InDesign.AppFramework 0x1015bca6 GetPlugIn + 858214
    32  com.adobe.InDesign.AppFramework 0x1015c804 GetPlugIn + 861124
    33  com.adobe.InDesign.AppFramework 0x1015d3c5 GetPlugIn + 864133
    34  com.adobe.InDesign.AppFramework 0x1015e98e GetPlugIn + 869710
    35  com.adobe.InDesign.AppFramework 0x1015e9fa GetPlugIn + 869818
    36  com.adobe.InDesign.AppFramework 0x1015ea66 GetPlugIn + 869926
    37  com.adobe.boost_threads.framework 0x01c6a40d thread_proxy + 141
    38  libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    39  libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    40  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support         0x0e451eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support         0x0e435513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support         0x0e43525a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support         0x0e451547 thread_proxy + 167
    7   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    8   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    9   libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine           0x379e704f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine           0x3777862f APXGetHostAPI + 83439
    5   com.adobe.ape.engine           0x379e713e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine           0x379e71a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine           0x379e72c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b06 _pthread_cond_wait + 726
    2   libsystem_pthread.dylib       0x988cb1d1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine           0x379e704f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine           0x3777862f APXGetHostAPI + 83439
    5   com.adobe.ape.engine           0x379e713e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine           0x379e71a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine           0x379e72c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b7a _pthread_cond_wait + 842
    2   libsystem_pthread.dylib       0x988c7d9d pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine           0x379e7017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine           0x37a0020e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine           0x379e713e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine           0x379e71a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine           0x379e72c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x988c4f0e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib         0x955d1516 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x988c7b7a _pthread_cond_wait + 842
    2   libsystem_pthread.dylib       0x988c7d9d pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine           0x379e7017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine           0x37b750c8 APXGetHostAPI + 4264072
    5   com.adobe.ape.engine           0x379e713e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine           0x379e71a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine           0x379e72c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib       0x988c6ecf _pthread_body + 138
    9   libsystem_pthread.dylib       0x988c6e45 _pthread_start + 162
    10  libsystem_pthread.dylib       0x988c4f0e thread_start + 34

  • Repeating row texts when exporting web report to Excel

    Dear all,
    When exporting a web report (including a structure/hierarchy) to Excel (via the 'export to excel button), the row texts (e.g. balance sheet texts) appear twice (column A and B)in the Excel result.
    When using the web context menu 'Export to Excel' this issue does not occur.
    I am using a BW 3.5 system which has been upgraded to support pack 16.
    I assume it is the combination of the structure and the 'export to excel' functionality that does not match up, because when I switch off the hierarchy functionality in the web report query properties, the export to excel does not give me any problems.
    Does anyone know how to solve this issue?
    Thanks in advance,
    Arjan.

    Did you write that software, COTS package called Medgate?
    If not then ask that company for support. No one here would know how to fix it. They are using the CR RDC report engine.
    Thank you
    Don

  • Can't Choose Page Range when Exporting PDF from InDesign

    Hi!  Ever since I upgraded to CS6 via your subscription, I can't choose a page-range when exporting to PDF from InDesign (8.0.1).  Here's a video demonstration of the problem so you can see the bug in action:  http://screencast.com/t/kYR1ACtNi
    Are you aware of this bug?  If it's not a bug, how do I fix it?

    Alternate layouts are used for things like horizontal and vertical orientations of the same layout for use on tablets. I suspect there's some coverage in the Help files -- being a print guy I don't mess with them.
    It may be that you only have one layout and ID just shows you that one inthe dropdown. I can't recall that I ever used the dropdown to try to select the range -- I always just type what I need in the field.

  • Jagged text when displaying PDF in Acrobat or Reader, not Preview

    when viewing PDFs inside Acrobat 9 or Reader X, most fonts appear jagged, whereas they look perfect in Preview.  this problem persists, even at even resolutions like 100%, 150%, 200%, and 400%.  everything looks great when printed from Acrobat, Reader, or Preview, or when viewed at Preview.  not all fonts are impacted, i.e. text in some fonts looks great, but many fonts look jagged.
    this problem is occurring on both iMac 24" (OS X 10.6) and MacBook Air 13".
    any advice on how to correct this?
    thanks!

    Try either using a utility such as FontNuke to remove font caches. Or Restart in safe mode, this dumps all caches even Font Caches. Then restart computer and try Acrobat.
    In Office 2001 there is a real bad problem with having two versions of the same fonts causing problemss. Perhaps Acrobat has the same issues.
    To see if this is a problem Try the fiollowing:
    Do something such as above to dump Font caches.
    Next, open Fontbook and locate and choose Resovle Conflicts.
    Run Resolve conflicts, after Conflicts have found open each font that indicates a conflict.
    click on get information see which is the newest.
    Now disable the oldest version whether its installed by the system or by Adobe.
    After all conflicts are worked through,  Quit fontbook.
    Now go to both Main Library > Disabled Fonts & User Library > Disabled Fonts, remove to desktop.
    now select all the fonts moved to desktop and archive them using either Create Archive  from Finder, or Stuffit Deluxe.
    Remove the fonts either a CD/DVD  store the archived files.
    Put originals in Trash and empty.
    Now Try Acrobat.

  • Initial View set with epilogue.ps when exporting pdf from Indesign

    Hi all. After years of Quarking, Freehanding, Pagemakering and my favourite, Indesigning, i finally got down to investigating a one step solution to setting the initial view in pdfs.
    When distributing pdf 'layouts' and 'proofs' to clients i always set the pdf's initial view to fit page before emailing. It is simply the pro thing to do, and allows for a client to view the 'big picture' without having to first see a close-up of the top of a layout or design.
    In the same breath i would set a business card layout to open at 125% or 150% so they get a feel for the actual size of finished product.
    Well all these years of pdf proofing i have been hitting the old ⌘-D in Acrobat and manually setting initial view to fit page. Then ⌘-S and "bobs your uncle".
    Ready to email.
    Huge deadlines aside, this morning i woke up early, and decided to have a good look online as to what one can do to automate this small, but oh so repetitive task. Well reading about the prologue.ps and epilogue.ps, got me really excited, especially when i implemented a little postscript tweak to the epilogue.ps, and distiller saw it through beautifully.
    Alas my elation was short lived as it seems Indesign uses it's own 'distiller' so to speak and does not see the epilogue.ps.
    And i am definitely not going to start printing ps files to a 'watched folder'. I spent years distilling manually, and since Indesign and it's superb built in pdf-ing, i have never looked back.
    So looks like we are all gonna have to continue ⌘-D ing, till adobe picks this up and changes the build to accomodate.
    Just wanted to put this out there, and see perhaps if anybody has another take on this one. Am i missing something. If i am please let us all know.
    Many thanks,
    Rupert Pluck

    If you upgrade to InDesign CS5, there are two ways to export a PDF file: (1) For Print. This this does not include the option to set Initial View (2) For Interactive. For Interactive PDF's you can set the Initial View in InDesign.

  • The problem with the correct diagnosis sensitive when exporting PDF to RTF

    Welcome.
    I came across the following error when converting PDF files to RTF program "Adobe Acrobat XI Pro" - it happens that some files (unfortunately, they form the majority of those who support it) some letters for some reason are not properly converted - for example, instead of getting a word in capital letters word in which the first letter is small and the other large. This is just one of many examples - "POLICE" -> "pOLICE", etc.
    Can someone already encountered a similar problem?Is interesting to add that when I open this PDF in the "Adobe Reader" and choose "save as" -> "text" - the letters are incorrect.
    I apologize in advance for any spelling mistakes - the text is translated automatically :-)
    PDF:
    RTF:

    Unfortunately, this was afraid ... I understand that there is no way to get around this? I do not have any influence on how the PDF files are created - just get there already, and I bring them into a fully editable (RTF).

  • Pictures lost when exporting pdf from Indesign.

    Hey
    I have a problem with exporting an Indesign CS4 document into pdf. In the pdf-file all pictures turn into grey boxes.
    All photos is cmyk and saved as eps-format.
    What is wrong?
    Hope someone can help.

    Subject line says you're *exporting* PDF. Are you exporting or printing to the Adobe PDF printer? Or do you mean that Acrobat is displaying perfectly good pictures as gray boxes (and you verified this by looking at the same PDF on a different machine)?
    In my Acrobat 7 (haven't installed 9 yet) I can turn off display of large pictures in Preferences > Page Display > Display large images. If this is unchecked, I can make at least some of my pictures display as gray boxes.
    Ken Benson

  • Can't display chinese language when export PDF

    Hi,
       I am using Crystal Report for Visual Studio 2010 to develop a report application.
       The database characert code is UTF-8.
        When crystal report export to RTF file, it works fine.
        but when export to PDF, the chinse character is not able to show.
        I am wonder does crystal report support Asain language or not.
        My OS server is windows 2008 sever (English).

    Hi Bobo,
    Is this a Windows or a WEB app?
    32 or 64 bit app?
    Which Font did you select, try using a Unicode True Type font like MS Ariel Unicode in the report object Font properties as a test to see if that works.
    What DB and Client are you using?
    Don

Maybe you are looking for

  • I expand my icloud storage but i can't find my photos from my camera roll?

    Before I subscribed for icloud storage I read that all pictures from camera roll will be save also so I did subscribe but now that im viewing my icloud i couldn't find any except the one's from photo stream. What happened now to my photos in my camer

  • OLE 2.0, where to find?

    I need to convert some old Quark 3.11 docs to Indesign. It goes by first converting them to PageMaker files by PageMaker´s QuarkXPress Converter. The converter worked in classic in my old mac, but now it does not run but tells that OLE 2.0 needs to b

  • Workflow to color Subversion checkouts - encountering a few problems!

    I've been trying to write a simple workflow that will find all my local Subversion checkout folders (easy - each one has the directory ".svn" in it) and "label" them with a particular color. However, I've encountered two problems: 1. The regular Find

  • How to enable/disable the listItem in ADF listView in JDEV 11.1.1.7.0

    Hi,   the requirement is to enable and disable the listItems in a ADF ListView based on a certain flag condition. The listItem has an image and a output text. The listView is set to allow mutiple selections. The var of the listView which is set to ro

  • Repost as question for points: What did I do wrong? (Try and Catch program)

    This has to be a try and catch program. This is the given output sample: OUTPUT SAMPLE #2 for input.txt: 12345 222256 -3 123 -56784 555557 6345678 x x x 81234 121212 x x 123434 x x 1009098 2099 Please input the name of the file to be opened: input.tx