Printing a PDF document using SMARTFORMS

What is the easiest way to print a PDF document from an ABAP program?  I have the data in the following formats:
Binary (XSTRING)
String (from function module HR_KR_XSTRING_TO_STRING)
OTF
What format can I use in a smartform to print the PDF in the background?
Thanks in advance.

Sandipan,
If I use the UTF format, what do I use for the device type?  PDF1?  Also, I have the OTF data in an internal table which has to fields (TDPRINTCOM and TDPRINTPAR).  I pass this table into the smartform function module but what do I do with the 2 fields when I loop through the internal table in the smartform?  Do I just output a text node with TDPRINTPAR and ignoreTDPRINTCOM?
TDPRINTCOM   TDPRINTPAR
==========    ==========
//             XHPLJ4       0700 00000000001
IN            04E/ERPIS/CARRIERLABEL
IN            05%PAGE1
OP            DINA4   P 144  240 1683811906000010000100000
IN            06MAIN
IN            03TABLE_BEGIN
MT            0141701657
CP           41030000E
FC           COURIER 120  00144 SF012SF012410300144E

Similar Messages

  • Printing a PDF document using Java 1.4 Printing API

    Hi,
    When I tried to print a PDF document using JAVA 1.4 Printing API, I got the following exception.
    Exception in thread "main" sun.print.PrintJobFlavorException: invalid flavor
    at sun.print.Win32PrintJob.print(Win32PrintJob.java:290)
    at Printing.main(Printing.java:40)
    I am able to print the same PDF document using Acrobat reader.
    Is PDF format not supported in JAVA 1.4 printing API? or is something wrong in my code?
    here is the sample JAVA program that I was using
    import javax.print.*;
    import javax.print.attribute.*;
    import java.io.*;
    public class Printing {
    public static void main(String args[]) throws Exception {
    String filename = args[0];
    PrintRequestAttributeSet pras =
    new HashPrintRequestAttributeSet();
    DocFlavor flavor = DocFlavor.INPUT_STREAM.PDF;
    PrintService defaultService =
    PrintServiceLookup.lookupDefaultPrintService();
    DocPrintJob job = defaultService.createPrintJob();
    FileInputStream fis = new FileInputStream(filename);
    DocAttributeSet das = new HashDocAttributeSet();
    Doc doc = new SimpleDoc(fis, flavor, das);
    job.print(doc, pras);
    Thread.sleep(10000);
    System.exit(0);
    Thank you
    Sumana

    Here's a pure Java solution (that works!):
    http://www.mycgiserver.com/~zhouwu/pdf/readme.html
    The caveats are:
    - prints only to the default printer
    - requires a properties file located in the home directory
    my workaround for the last:
         * Print a PDF file to the default printer (might consume lots of memory!).
         * <p>
         * <b>Required:</b>
         * <ul>
         * <li>a file "acrobat.properties" needs to be in the working directory. The content is:
    <table align="center" bgcolor="#E0E0E0" border=1 cellpadding="10" cellspacing="0"><tr><td><pre style="margin-top:0; margin-bottom:0">
    #com.adobe.acrobat.Viewer Properties
    #Wed Oct 29 20:34:05 PST 2003
    com.adobe.acrobat.AcceptedLicAgreement=true
    com.adobe.acrobat.Fax_Fine_Mode=true
    com.adobe.acrobat.Find\:FindAll=false
    com.adobe.acrobat.Find\:FindBackwards=false
    com.adobe.acrobat.Find\:FindWholeWord=false
    com.adobe.acrobat.Find\:MatchCase=false
    com.adobe.acrobat.Open_Dialog_Directory=C\:\\temp\\
    com.adobe.acrobat.Open_Dialog_File=itext.pdf
    com.adobe.acrobat.Print_Method_Known=true
    com.adobe.acrobat.Shrink_To_Fit=false
    com.adobe.acrobat.SitePreferencesURL=file\://localhost/C\:/pdf/acrobat-site.properties
    com.adobe.acrobat.Use_Print_Server=false
    com.adobe.acrobat.util.fontDirectories=C\:\\Winnt\\Fonts
    com.adobe.acrobat.util.fontIgnoreExtensions=.fon;.pfm;.ini;.lst;.txt;.doc;.ttmap;.z;.enc;.dir;.afm;.f3b;.pfa;.spd;.ps;.bepf;.map;.alias;.scale;.all;.upr
    </pre></td></tr></table>
         * <li>The JAR files PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip in the CLASSPATH.
         * </ul>
         * <p>
         * Note: the file "acrobat.properties" is expected to be in the user's home directory. As this is not always feasible,
         * the system property "user.home" is mapped to "user.dir" for the time of execution.
         * @param fileName Name of PDF file to print.
         * @throws Exception on error.
         * @see <a href="http://www.mycgiserver.com/~zhouwu/pdf/readme.html">PDF Server (Silent) Printing</a>
        public void printPDF(String fileName) throws Exception {
            String oldHome = System.getProperty("user.home");
            System.setProperty("user.home", System.getProperty("user.dir"));
            PDFPrinter vi = new PDFPrinter();
            vi.activate();
            vi.setDocumentInputStream(new FileInputStream(fileName));
            vi.printAll();
            System.setProperty("user.home", oldHome);
        }//printPDF()I just need the following additional files in my CLASSPATH: PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip. Despite the note at the site above that "printing quality is not very good", i can't agree: the print quality is quite good. Not perfect, but acceptable for most uses.
    (Tested on Windows 2000 SP4, J2SE 1.4.2_03, hp laserjet 2300dn)

  • Can I print the last page of a PDF document using command line?

    Hi
    I am in a situation in which I constantly have to deal with multiple PDF documents and I need to print the last page in each of these, and ONLY the last page. The total number of pages will vary for each file, so the page number for the last page will also vary.
    I would really prefer to not do this manually, by opening up each file in the visible Adobe Reader window and then print.
    Question:
    Is there a way with Adobe Reader (maybe with the help of some other Adobe product) to print only the last page of a PDF document using some kind of command line without opening up the PDF file in the visible Adobe Reader window?
    I'm using Windows.
    Thanks in advance,
    Regards,
    Emil

    Thank you for taking the time to reply.
    I tried both ways and neither works.  It gives me a prompt box that I have to click "next" for every page but after going thru all pages, nothing is sent to the printer.
    Also, all directions I've read indicate it will print to the default printer.  If my default printer is on a network, will that cause problems....
    and...
    should I be getting a prompt box on every page?  I thought all this would happen behind the scenes and not force me to interact with every page.
    dc

  • When printing in Excel It is always want to use the acrobat X pro trial, which the trial is expired. I do not want to use acrobat X pro trial anymore. How can I reset it and use simple acrobat to print my PDF document?

    When printing in Excel It is always want to use the acrobat X pro trial, which the trial is expired. I do not want to use acrobat X pro trial anymore. How can I reset it and use simple acrobat to print my PDF document?

    Hi screen name,
    Adobe PDF printer gets installed when you install Acrobat 10 Pro.
    To use this printer you need to purchase Acrobat. Once the trial period is over you cannot use the printer to create pdf files.
    An alternative way for you is to utilize Microsoft's own inbuilt pdf engine.
    You can simply open the file and select 'Save as' and in the type list select 'pdf'
    Please refer : http://office.microsoft.com/en-in/excel-help/save-as-pdf-HA010354239.aspx
    Regards,
    Rave

  • How to print a PDF document in duplex mode using command prompt?

    I want to print a pdf document in DUPLEX mode by command prompt.Already tried with /p and /t.

    Hello Ram,
    Please see this link - http://www.coolutils.com/Print-PDF-duplex-cmd
    ~Deepak

  • Has anyone been able to use auto select printing on pdf documents?

    Does anyone have a fix for being able to preset the printer trays to a specific paper size to allow for autoselect printing of pdf documents with multiple size pages?   The mac printing options only allow for letter or legal with scaling.  I need to be able to print large documents with both size pages.  Windows environement can handle this with ease.  I'm very surprised Apple cannot.

    See This Discussion  >  https://discussions.apple.com/message/18056349#18056349
    From the  More Like This  on the right...
    Also,  See item 3 Here  >  Community etiquette

  • Why can't I print a PDF document?

    when trying to print a PDF document I get the error message " unable to print document".  Sometimes also includes  "No pages  are selected''.
    I'm using an HP laptop and OS Windows 7.
    I have tried selecting all document,and printing it as image,  I have checked that there are no security locks on the document. I have been through the forum several times searching for answers and still I cannot print a PDF.
    Advice please on what other steps I can take.

    Pat Willener,
    Many thanks for the helpful suggestions. . Sean Mitchell's suggestion of
    repairing Adobe reader via the help menu did the trick. I have been able to
    print several PDF documents after following his suggestion.
    Very many thanks for the assistance
    Peter Goldsworthy

  • Problems in Windows 8 creating PDF documents using Adobe Acrobat Pro 9.5.5

    I am running Windows 8 with the latest version of MS Office (version 14) and Adobe Acrobat Pro 9.5.5.  I was not having any problems making/printing PDF documents until about 30 days ago.  The only things that I can think of that have changed during this time period is 1) I updated my Office Suite to version 14 from the previous version and, most recently, 2) my Adobe Acrobat Reader program was automatically updated to the latest version.  I ended-up uninstalled Adobe Reader becuase the new program became my default for openning all Adobe PDF files, even when I tried to force my computer to use Adobe Acrobat Pro as the default (becuase doing so allows me to edit docments with features not available in the free Reader version).  When I go to print a Word document, for example, to Adobe Acrobat, the process stalls/stops at the point where you are supposed to choose a location to print/safe the new PDF document file.  All I get is the Save-As Screen with most of the buttons and folder tree blank (see example below).  After 5-10 seconds, "not responding" shows up in the title of the Save-As Screen and I have to click the "X" box in the upper right corner to abort.  This problem seems to have first started when trying to print pictures from the Windows picture viewer.  After a while long, I noticed that the same problem occured when printing from my internet browser (Firefox), but I coudl still print from Word or Excel.  Now, as of the last couple of days, I can't print from any program except the basic Paint software program.  I think this may actually be a Windows issue because when trying to toublshoot this problem, I re-installed Adobe Acrobat Pro and it did not help. I also tried making PDF documents using the free PrimoPDF software and had the exact same problem.  I have no idea where to go from here.  All I know is that I desperately need to create PDF documents and cannot!  Please help!!

    You're asking a lot of ancient Acrobat to work with an Office that never existed when it was made. "Just updated my office suite" is a massive change, and Window 8 didn't exist at that time either...

  • Printing a pdf document created in Acrobat Pro 9.0

    Solved the problem of printing a pdf document created using Acrobat Pro 9.0 with SL - tried many different things form adobe etc and by accident discovered while in Acrobat you have to select ADVANCED in Print then click onto SAVE AS IMAGE in next box and then OK and all prints as it should. Just thought others may want to know this if they have had problems 1

    I'm reviewing your post and while I see a fix, I can't locate the problem that you may have originally posted. Since I'm having issues, I'm hoping your's were the same.
    Sometimes when I print an Adobe Acrobat 9.0 document, most of the printed word fail to print out (although they are in the PDF document). Almost all graphical elements print and the occasional line of text--but most text is missing. Was ti your issue?
    Thanks.

  • Safari crashing when printing a PDF document

    We have a bunch of Macs running 10.3.9 with Adobe Reader installed.
    Almost all of the eMacs exhibiting the problem are crashing when trying to print a PDF ducument the second time.
    The process is, I click on a link in Safari for a PDF file, there is a pause as the Reader plug-in loads then the PDF file displays. I click the print icon that's part of the PDF plug-in and the first file prints. I then go to a second file, click on the link, the file loads in the browser, I click on the print icon, there is a pause and then spinning beach ball. Then Safari crashes. Every time. On every machine. On every account.
    Not sure what gives or how to remedy. HELP!!!
    Crash log is as follows:
    Host Name: eMac15.local
    Date/Time: 2006-02-16 19:45:40 -0500
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.3.2 (312.5)
    PID: 509
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x901c2b10 CFArrayGetCount + 0x34
    1 ...p.print.pde.arm236.Advanced 0x04ea03d8 FindPPDKeyPairsMatch + 0x24
    2 ...p.print.pde.arm236.Advanced 0x04e9e930 Sync + 0x418
    3 ...p.print.pde.arm236.Advanced 0x04e9dea4 Initialize + 0xc68
    4 ...apple.print.framework.Print 0x919a5954 _ZN8PDEPanel10InitializeEP20OpaquePMPrintSessionP16OpaqueControlRef + 0xe0
    5 ...apple.print.framework.Print 0x919a23fc ZN21PJCPrintingDialogBase14AddPanelToMenuEP8PJCPanelPK10_CFStringP20OpaquePMPrintSession + 0xe4
    6 ...apple.print.framework.Print 0x9199b9b8 _ZN15PJCPrintDialogs14AddPMPDEToMenuEP8PJCPanelP20OpaquePMPrintSession + 0x9c
    7 ...apple.print.framework.Print 0x919a28bc _ZN21PJCPrintingDialogBase15UpdatePanelMenuEP20OpaquePMPrintSession + 0x310
    8 ...apple.print.framework.Print 0x91975a40 _ZN21PJCPrintingDialogBase10LoadPanelsEP20OpaquePMPrintSession + 0x10c
    9 ...apple.print.framework.Print 0x91978fb0 _ZN15PJCPrintDialogs10LoadPanelsEP20OpaquePMPrintSession + 0x20
    10 ...apple.print.framework.Print 0x919725c8 _ZN15PJCPrintDialogs13DoPrintDialogEP20OpaquePMPrintSessionP21OpaquePMPrintSett ingsP18OpaquePMPageFormat + 0x2e0
    11 ...apple.print.framework.Print 0x91985590 PJCPrintDialog + 0xa0
    12 ...apple.print.framework.Print 0x919873fc PMSessionPrintDialog + 0xcc
    13 com.adobe.Acrobat.framework 0x25291674 CopiesPagesPDE_Terminate + 0x44c4
    14 com.adobe.Acrobat.framework 0x2528aec0 0x25000000 + 0x28aec0
    15 com.adobe.Acrobat.framework 0x2528b3e4 0x25000000 + 0x28b3e4
    16 com.adobe.Acrobat.framework 0x2528b9f0 0x25000000 + 0x28b9f0
    17 com.adobe.Acrobat.framework 0x250368bc 0x25000000 + 0x368bc
    18 com.adobe.AcrobatPlugin.eBook 0x2bb2492c main + 0x61504
    19 com.adobe.Acrobat.framework 0x250362e8 0x25000000 + 0x362e8
    20 com.adobe.Acrobat.framework 0x25036368 0x25000000 + 0x36368
    21 com.adobe.Acrobat.framework 0x2503e3f4 0x25000000 + 0x3e3f4
    22 com.adobe.Acrobat.framework 0x25099a5c 0x25000000 + 0x99a5c
    23 com.adobe.Acrobat.framework 0x252b2160 CopiesPagesPDE_Terminate + 0x24fb0
    24 com.adobe.Acrobat.framework 0x252b1270 CopiesPagesPDE_Terminate + 0x240c0
    25 com.adobe.Acrobat.framework 0x25172b24 0x25000000 + 0x172b24
    26 com.adobe.Acrobat.framework 0x25241bfc 0x25000000 + 0x241bfc
    27 com.adobe.Acrobat.framework 0x250c72a8 0x25000000 + 0xc72a8
    28 com.adobe.Acrobat.framework 0x250c7198 0x25000000 + 0xc7198
    29 com.adobe.Acrobat.framework 0x2514ecdc 0x25000000 + 0x14ecdc
    30 com.adobe.Acrobat.framework 0x2514f954 0x25000000 + 0x14f954
    31 com.adobe.Acrobat.framework 0x2514fbcc 0x25000000 + 0x14fbcc
    32 com.apple.HIToolbox 0x92882e50 DispatchEventToHandlers + 0x150
    33 com.apple.HIToolbox 0x928830c4 SendEventToEventTargetInternal + 0x174
    34 com.apple.HIToolbox 0x92895530 SendEventToEventTarget + 0x28
    35 com.apple.HIToolbox 0x9294bcfc _ZN6HIView5ClickEP14OpaqueEventRef + 0x10c
    36 com.apple.HIToolbox 0x9299a280 HIViewClick + 0x38
    37 com.apple.HIToolbox 0x92967960 HandleClickAsHIView + 0x9c
    38 com.apple.HIToolbox 0x929a59cc HandleClickInContent + 0x150
    39 com.apple.HIToolbox 0x928b11a0 HandleWindowEvent + 0x638
    40 com.apple.HIToolbox 0x928d8c04 StandardWindowEventHandler + 0xb4
    41 com.apple.HIToolbox 0x92882e50 DispatchEventToHandlers + 0x150
    42 com.apple.HIToolbox 0x928830c4 SendEventToEventTargetInternal + 0x174
    43 com.apple.HIToolbox 0x92895530 SendEventToEventTarget + 0x28
    44 com.apple.AppKit 0x93038444 SendEventFromMouseDown + 0x284
    45 com.apple.AppKit 0x93038150 -[NSCarbonWindow handleMouseDownEvent:at:inPart:withMods:] + 0x3d4
    46 com.apple.AppKit 0x93037b28 NSCarbonWindowHandleEvent + 0xd0
    47 com.apple.HIToolbox 0x92882e50 DispatchEventToHandlers + 0x150
    48 com.apple.HIToolbox 0x928830c4 SendEventToEventTargetInternal + 0x174
    49 com.apple.HIToolbox 0x92895530 SendEventToEventTarget + 0x28
    50 com.apple.HIToolbox 0x928a3cd4 _Z25HandleMouseEventForWindowP15OpaqueWindowPtrP14OpaqueEventReft + 0x144
    51 com.apple.HIToolbox 0x928995f0 _Z16HandleMouseEventP14OpaqueEventRef + 0x170
    52 com.apple.HIToolbox 0x92893ad0 _Z29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefP v + 0x1e8
    53 com.apple.HIToolbox 0x92882f0c DispatchEventToHandlers + 0x20c
    54 com.apple.HIToolbox 0x928830c4 SendEventToEventTargetInternal + 0x174
    55 com.apple.HIToolbox 0x92895530 SendEventToEventTarget + 0x28
    56 com.apple.AppKit 0x93037cd4 -[NSCarbonWindow sendEvent:] + 0x84
    57 com.apple.AppKit 0x92ea4ca0 -[NSApplication sendEvent:] + 0xebc
    58 com.apple.Safari 0x0001d4ac 0x1000 + 0x1c4ac
    59 com.apple.AppKit 0x92ead0d0 -[NSApplication run] + 0x240
    60 com.apple.AppKit 0x92f697bc NSApplicationMain + 0x1d0
    61 com.apple.Safari 0x00007fc4 0x1000 + 0x6fc4
    62 com.apple.Safari 0x00054944 0x1000 + 0x53944
    Thread 1:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c15e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5d74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d1b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45dbc -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x960a5124 +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c15e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5d74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d1b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45dbc -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a98054 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c15e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5d74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d1b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45dbc -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a98594 +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x9000b46c select + 0xc
    1 com.apple.CoreFoundation 0x901c69f8 __CFSocketManager + 0x1fc
    2 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x9001a72c syscall + 0xc
    1 ...ple.CoreServices.OSServices 0x9064fa34 BSD_waitevent + 0x2c
    2 ...ple.CoreServices.OSServices 0x9064c410 CarbonSelectThreadFunc + 0xb0
    3 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000ea1c pthread_condwait + 0x270
    2 ...ple.CoreServices.OSServices 0x90656c00 CarbonOperationThreadFunc + 0x50
    3 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 7:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 ...ple.CoreServices.CarbonCore 0x902c3064 SwitchContexts + 0x60
    3 ...ple.CoreServices.CarbonCore 0x902b882c YieldToThread + 0x104
    4 ...ple.CoreServices.CarbonCore 0x902c5d78 SetThreadState + 0xc0
    5 ...ple.CoreServices.CarbonCore 0x90301490 SetThreadStateEndCritical + 0x90
    6 com.adobe.AcrobatPlugin.eBook 0x2bac4aac main + 0x1684
    7 com.adobe.AcrobatPlugin.eBook 0x2bac49ec main + 0x15c4
    8 com.adobe.AcrobatPlugin.eBook 0x2bac4954 main + 0x152c
    9 com.adobe.AcrobatPlugin.eBook 0x2bac48e8 main + 0x14c0
    10 com.adobe.AcrobatPlugin.eBook 0x2bac486c main + 0x1444
    11 ...ple.CoreServices.CarbonCore 0x9030c0a8 InvokeThreadEntryUPP + 0x18
    12 ...ple.CoreServices.CarbonCore 0x902d6d98 CooperativeThread + 0xdc
    13 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 8:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ab9c dyldstub* + 0x4604df8
    4 com.adobe.acrobat.pdfviewer 0x0462c354 dyldstub* + 0x46065b0
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 9:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ab9c dyldstub* + 0x4604df8
    4 com.adobe.acrobat.pdfviewer 0x0462c354 dyldstub* + 0x46065b0
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 10:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ad24 dyldstub* + 0x4604f80
    4 com.adobe.acrobat.pdfviewer 0x0462c440 dyldstub* + 0x460669c
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 11:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ac70 dyldstub* + 0x4604ecc
    4 com.adobe.acrobat.pdfviewer 0x0462c354 dyldstub* + 0x46065b0
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 12:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ab9c dyldstub* + 0x4604df8
    4 com.adobe.acrobat.pdfviewer 0x0462c354 dyldstub* + 0x46065b0
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 13:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x90001d90 pthreadmutexlock + 0x1c0
    2 com.apple.Foundation 0x90a223b4 -[NSLock lock] + 0x1c
    3 com.adobe.acrobat.pdfviewer 0x0462ad24 dyldstub* + 0x4604f80
    4 com.adobe.acrobat.pdfviewer 0x0462c440 dyldstub* + 0x460669c
    5 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 14:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c15e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5d74 CFRunLoopRunSpecific + 0x148
    4 com.apple.CoreFoundation 0x9022f32c CFRunLoopRun + 0x34
    5 ...dobe.AcrobatPlugin.Comments 0x2b52617c main + 0x1543d8
    6 ...dobe.AcrobatPlugin.Comments 0x2b526aa0 main + 0x154cfc
    7 ...ple.CoreServices.CarbonCore 0x902f6b90 PrivateMPEntryPoint + 0x4c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 15:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000ea1c pthread_condwait + 0x270
    2 ...ple.CoreServices.OSServices 0x90662a50 CarbonInetOperThreadFunc + 0x50
    3 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 16:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c15e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5d74 CFRunLoopRunSpecific + 0x148
    4 ...apple.print.framework.Print 0x91978eec _ZN12LookupThread3runEv + 0x84
    5 ...apple.print.framework.Print 0x9197f12c _ZN12LookupThread3RunEPv + 0x10
    6 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x901c2b10 srr1: 0x0200f030 vrsave: 0x00000000
    cr: 0x44022284 xer: 0x00000000 lr: 0x901c2ae4 ctr: 0x901c2adc
    r0: 0x00300f80 r1: 0xbfffb4c0 r2: 0xa01c01f4 r3: 0x00000000
    r4: 0x05fa4270 r5: 0x06165b30 r6: 0x00000000 r7: 0x6f646500
    r8: 0x6f646500 r9: 0x00000010 r10: 0x6e6363ff r11: 0x04ea932c
    r12: 0x901c2adc r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000002 r21: 0x00000000 r22: 0x055d4430 r23: 0x00000000
    r24: 0xffffffff r25: 0x06165b30 r26: 0x00000000 r27: 0x05fa4270
    r28: 0x06178d80 r29: 0x00000000 r30: 0x00000001 r31: 0x901c2ae4
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.5) /Applications/Safari.app/Contents/MacOS/Safari
    0x46e000 - 0x4a8fff com.adobe.ESD.AUM3framework 3.0.0.40 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Updater.acroplugin/Frameworks/ESDUpdate.framework/ESD Update
    0x1715000 - 0x171dfff com.apple.print.converter.plugin 3.0 /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0x3f82000 - 0x3f84fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x4223000 - 0x4224fff com.adobe.Acrobat.print.pde.CopiesPages 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/MacOS/CopiesPages.plugin/Contents/MacOS/CopiesPages
    0x4622000 - 0x464cfff com.adobe.acrobat.pdfviewer 7.0.0 /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0x466b000 - 0x4675fff ??? /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Frameworks/AdobeEula.framework/AdobeEula
    0x46a1000 - 0x46d7fff com.adobe.selfhealer AdobeSelfHealing version 2.0 (2.0.0f4) /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Frameworks/AdobeSelfHealing.framework/AdobeSelfHealing
    0x4df9000 - 0x4dfbfff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4e9c000 - 0x4ea8fff jp.co.sharp.print.pde.arm236.Advanced 1.0 /Library/Printers/PPD Plugins/SharpARM236AD.plugin/Contents/MacOS/SharpARM236AD
    0x4ec2000 - 0x4ecefff jp.co.sharp.print.pde.arm236.JobControl 1.0 /Library/Printers/PPD Plugins/SharpARM236JC.plugin/Contents/MacOS/SharpARM236JC
    0x5bf9000 - 0x5c05fff jp.co.sharp.print.pde.arm236.Watermarks 1.0 /Library/Printers/PPD Plugins/SharpARM236WM.plugin/Contents/MacOS/SharpARM236WM
    0x6005000 - 0x608dfff ??? /Applications/Safari.app/Contents/Frameworks/Onix.Framework/Onix
    0x18017000 - 0x1803bfff com.adobe.AcrobatPlugin.ImageViewer 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/ImageViewer.acroplugin/ImageViewer
    0x182cb000 - 0x1835efff AdobeJP2K /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versi ons/A/AdobeJP2K
    0x185d6000 - 0x185fafff AdobeAXE8SharedExpat /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.fram ework/Versions/A/AdobeAXE8SharedExpat
    0x18631000 - 0x18656fff AdobeAXE16SharedExpat /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeAXE16SharedExpat.fra mework/Versions/A/AdobeAXE16SharedExpat
    0x18745000 - 0x187f2fff AdobeAXSLE /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeAXSLE.framework/Vers ions/A/AdobeAXSLE
    0x188eb000 - 0x18928fff MSL /Applications/Safari.app/Contents/MacOS/../Frameworks/MSL.framework/Versions/A/ MSL
    0x25000000 - 0x25813fff com.adobe.Acrobat.framework Acrobat version 7.0.0 (7.0.0) /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x271bd000 - 0x27265fff AdobeACE /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versio ns/A/AdobeACE
    0x27318000 - 0x275b3fff AdobeAGM /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versio ns/A/AdobeAGM
    0x27bf0000 - 0x27c17fff AdobeBIB /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versio ns/A/AdobeBIB
    0x27cc6000 - 0x27eebfff AdobeCoolType /Applications/Safari.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/V ersions/A/AdobeCoolType
    0x2a11a000 - 0x2a157fff com.adobe.AcrobatPlugin.Accessibility 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Accessibility.acroplugin/Accessibility
    0x2a1a3000 - 0x2a786fff com.adobe.AcrobatPlugin.AcroForm 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/AcroForm.acroplugin/AcroForm
    0x2b252000 - 0x2b2bffff com.adobe.AcrobatPlugin.Checkers 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Checkers.acroplugin/Checkers
    0x2b3d0000 - 0x2b58cfff com.adobe.AcrobatPlugin.Comments 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Comments.acroplugin/Comments
    0x2b816000 - 0x2b92ffff com.adobe.AcrobatPlugin.DigSig 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/DigSig.acroplugin/DigSig
    0x2bac1000 - 0x2bbb4fff com.adobe.AcrobatPlugin.eBook 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/eBook.acroplugin/eBook
    0x2bd8f000 - 0x2bdacfff com.adobe.AcrobatPlugin.EFS 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/EFS.acroplugin/EFS
    0x2bdde000 - 0x2bef2fff com.adobe.AcrobatPlugin.EScript 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/EScript.acroplugin/EScript
    0x2c041000 - 0x2c059fff com.adobe.AcrobatPlugin.EWH 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/EWH.acroplugin/EWH
    0x2c07f000 - 0x2c085fff com.adobe.AcrobatPlugin.HLS 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/HLS.acroplugin/HLS
    0x2d07d000 - 0x2d080fff com.adobe.AcrobatPlugin.LegalPDF 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/LegalPDF.acroplugin/LegalPDF
    0x2d088000 - 0x2d2b0fff com.adobe.AcrobatPlugin.MakeAccessible 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/MakeAccessible.acroplugin/MakeAccessible
    0x2d711000 - 0x2d85dfff com.adobe.AcrobatPlugin.Multimedia 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Multimedia.acroplugin/Multimedia
    0x2dc75000 - 0x2dce8fff com.adobe.AcrobatPlugin.PDDom 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/PDDom.acroplugin/PDDom
    0x2dd9a000 - 0x2de09fff com.adobe.AcrobatPlugin.Template 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/PictureTasks.acroplugin/PictureTasks
    0x2debe000 - 0x2e24dfff com.adobe.AcrobatPlugin.PPKLite 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/PPKLite.acroplugin/PPKLite
    0x2e841000 - 0x2e87ffff com.adobe.AcrobatPlugin.Reflow 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Reflow.acroplugin/Reflow
    0x2e8fc000 - 0x2e93bfff com.adobe.AcrobatPlugin.SaveAsRTF 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/SaveAsRTF.acroplugin/SaveAsRTF
    0x2ea95000 - 0x2eacffff com.adobe.AcrobatPlugin.Search 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Search.acroplugin/Search
    0x2eb1e000 - 0x2eb2ffff com.adobe.AcrobatPlugin.SendMail 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/SendMail.acroplugin/SendMail
    0x2eb50000 - 0x2ec08fff com.adobe.AcrobatPlugin.SOAP 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/SOAP.acroplugin/SOAP
    0x2ed14000 - 0x2ed60fff com.adobe.AcrobatPlugin.Spelling 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Spelling.acroplugin/Spelling
    0x2f368000 - 0x2f3b1fff com.adobe.AcrobatPlugin.Updater 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/Updater.acroplugin/Updater
    0x2f4c0000 - 0x2f4defff com.adobe.AcrobatPlugin.WebLink 7.0.0 /Applications/Adobe Reader 7.0/Adobe Reader 7.0.app/Contents/Plug-ins/WebLink.acroplugin/WebLink
    0x806c0000 - 0x806e9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x81efc000 - 0x81f08fff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x81f20000 - 0x81f23fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x8281e000 - 0x831ddfff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88999000 - 0x88c47fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x8b3e2000 - 0x8b3f2fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8b510000 - 0x8b532fff libCFilter.A.dylib /System/Library//Frameworks/ApplicationServices.framework/Versions/A/Frameworks /CoreGraphics.framework/Resources/libCFilter.A.dylib
    0x8be40000 - 0x8be54fff libPPDLib.dylib /System/Library/Printers/Libraries/libPPDLib.dylib
    0x8be80000 - 0x8be87fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x8beb0000 - 0x8beeffff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x8bf50000 - 0x8bf76fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
    0x8ee80000 - 0x8ee81fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x8eea0000 - 0x8eeb6fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x8eee0000 - 0x8ef00fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x8ef90000 - 0x8ef9efff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x8efc0000 - 0x8efd3fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.8 (299.36) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9071d000 - 0x90731fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x909fbfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a03000 - 0x90a0ffff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.7 (500.59) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8ffff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e13000 - 0x90e4bfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910e0000 - 0x91133fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91141000 - 0x91141fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91143000 - 0x91143fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91242000 - 0x91258fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91320000 - 0x91337fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x914c0fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x914e0000 - 0x91549fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x915e0000 - 0x91699fff com.apple.QD 3.4.70 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x916f0000 - 0x91728fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9194f000 - 0x9194ffff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91afb000 - 0x91b08fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91b90000 - 0x91baafff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x91bd0000 - 0x91bdffff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x920f0000 - 0x92116fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92647000 - 0x926aefff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92859fff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.9 (743.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a56000 - 0x93a66fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93aa0000 - 0x93b87fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94120000 - 0x94138fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x94192000 - 0x9419bfff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x941f8000 - 0x94201fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94204000 - 0x9420cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x94580000 - 0x94590fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x945c0000 - 0x945d0fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x945ee000 - 0x9460bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94658000 - 0x94672fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9477d000 - 0x9478dfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x947b0000 - 0x947b1fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x948b0000 - 0x948e1fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x949e0000 - 0x949effff com.apple.DSObjCWrappers.Framework 1.0.1 (1.0) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95a08000 - 0x95ac0fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96092000 - 0x9612afff com.apple.WebKit 312.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 312.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x96980000 - 0x96a48fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97345000 - 0x973b2fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97900000 - 0x97bf1fff com.apple.WebCore 315.14 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    I will try to compose a sample that causes the problem to occur since I can't share the original document.
    I have already told everyone in the division to avoid using File | Print | Adobe PDF, and use File | Save As instead.  That works fine in terms of avoiding this number conversion issue, but...
    From what I understand, many people were doing File | Print | Adobe PDF in order to reduce the file size of the original document.  Apparently the recipients of the final documents have size restrictions on what can be submitted, and the original documents are too large.  The original documents are usually composed from multiple PDFs that we create in our division or receive from other divisions and other companies.
    There was also an issue with highlighting, where highlights added to a PDF would not print correctly to the printer until the user reprinted the PDF to another PDF, then sent that to the printer.

  • Acrobat X and XI will not print many pdf documents.

    Acrobat X and XI will not print many pdf documents. When I click Print, the document fades and I get a dialog box that says "Adobe Acrobat has Stopped Working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." I was experiencing this with Acrobat X so I upgraded to XI, but the problem is exactly the same. I am using Windows 7 Professional operating system.

    Thank you for your reply. I have several printers available on our network,
    the program doesn't even go as far as allowing me to select a printer. I am
    trying to print to an HP 1320n or a LANIER MP C5502 PCL 6. I have changed
    the default printer, but the result is still the same. In does the same
    thing with Adobe (Standard XI) PDF set as the default printer.
    Stan Reznicek
    WinWholesale
    3110 Kettering Blvd
    Dayton, OH 45439
    937-294-4249
    [email protected]

  • Unable to print a pdf document

    I have an HP Officejet 4315 All-in-One Printer and have been unable to print an pdf document.  I have Adobe X installed.
    How can I get the print to work on pdf documents?

    How are you trying to print to pdf?
    Don't go via PostScript or Acrobat Distiller, which are old deprecated technology.
    You use:
    Menu > File > Print > PDF (button bottom left) > Save as PDF…
    Peter

  • "AcroRd32.exe  /t" print a PDF document ( print only, no need to open )

    I'm using the following command to print a PDF document:
    "D:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /t "D:\R104-20071025165656.pdf" "\\192.168.0.4\hp" "hp LaserJet 1000" "\\192.168.0.4\hp"
    Now it works fine! But I have more request:
    I want a command that only send the file to printer and no need to open the PDF file on local system.
    So anybody can help me?
    Thanks in advance!

    Dear Pedja,
    My program is a desktop application, no a web application. It's not the same as you. And hope the following codes can help you :)
    private void exportReportToPrinter(JasperPrint jasperPrint,int copyNum, String printerName, MediaSizeName mediaSizeName) throws Exception
    // create the print service exporter so that we can print to a named
    // printer
    JRPrintServiceExporter exporter = new JRPrintServiceExporter();
    // set the report to print
    exporter.setParameter(JRPrintServiceExporterParameter.JASPER_PRINT, jasperPrint);
    // tell the exporter to print 1 copy on A4 paper
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new Copies(copyNum));
    aset.add(mediaSizeName);
    exporter.setParameter(JRPrintServiceExporterParameter.PRINT_REQUEST_ATTRIBUTE_SET, aset);
    // let the exporter know which printer we want to print on
    PrintServiceAttributeSet serviceAttributeSet = new HashPrintServiceAttributeSet();
    serviceAttributeSet.add(new PrinterName(printerName, null));
    exporter.setParameter(JRPrintServiceExporterParameter.PRINT_SERVICE_ATTRIBUTE_SET, serviceAttributeSet);
    // print it
    exporter.exportReport();
    Muiz

  • How do I view/print a pdf document in an email? I'm not getting the little hand icon.

    How do I view/print a pdf document in an email? I'm not getting the little hand icon.

    Ah, yes, I'm using Adobe Reader!  That makes sense.  Thanks so much for your reply.  At the moment, I scan Word documents into my computer and they're automatically converted to PDFs.  If I had Adobe Acrobat on my computer, and scanned in documents, would they open in Reader automatically or could I open them in Acrobat and therefore add password protection?

  • How to print a PDF document from Labview?

    I am looking to create a paper copy of a PDF document.  Note: I do NOT want to create a PDF document.
    In other words I want to print a PDF document from Lab View or Visual Basic or C#.  The application is used in a production environment so I want a clean solution.
    The requirements are:
    1) Be able to specify the output printer.
    2) Set the quantity to print.
    3) Specify the file to print.
    4) Function returns when printing is complete
    5) Silent operation, that means no popup boxes.
    Any help is appreciated.

    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/prnmngr.mspx?mfr=true
    http://forums.ni.com/ni/board/message?board.id=170&message.id=183895&requireLogin=False
    you might be able to use system exec to print files.

Maybe you are looking for

  • Can i show and play music from my external hard drive in iTunes without adding it to my Mac hard drive?

    I have more music than I can keep on my Macbook hard drive by over 200GB. I'm hoping to be able to show and play all music from my external hard drive in iTunes without having to add any of it to my Macbook Hard Drive

  • SD-L622A CD/DVD drive does not read some CD's - Satellite L300-144

    Drive TOSHIBA SD-L622A. The drive does not see boot CD with Windows XP Service Pack 3, some of boot CDs with diagnostic utilities (IMHO 2CD format). Also these CD does not seen by drive even under Windows XP, Vista. To My wife has bought Toshiba L300

  • How do I get my phone to vibrate without a ringtone?

    I would like for my phone to vibrate only when I receive a new email or text message, but still ring when I get a phone call.  Please tell me there's a way to do this!  I've looked everywhere on my phone settings and it just doesn't seem to work.  Do

  • Printer problems after 10.4.11

    Hi, after updating my Power Mac G4 to 10.4.11 I'm experiencing printer problems with all of my printers (HP, canon, Apple), no matter what application I'm using. for example in Word 2003 I get the error message: "Word cannot print due to a problem wi

  • Windows 7 and adobe cs4 "settings"

    Had Windows 7 RC with cs4 and changed some settings and things were smooth, but now when I installed winows 7 and cs4 again and try to minimize a window, instead of the window being rolled up, you see the picture through windows areo menu bar.(see at