Opening a pdf file using JSP

hi all,
we have a very simple requirement. A pdf file resides on the server. We want to have a link inside the jsp page, so when the user clicks the link the pdf file opens inside the browser.
Using pure html the simple code is:
<a href = "/document.pdf">Document</a>when the user clicks above link, the pdf file opens inside the browser.
The above code does NOT work for jsp.
Can someone assist us.
thanks
Trajano

The following HTML will open a PDF:
PDF Link
Thats all you need to add to your page.
The only point I am making is that JSP pages are a mix of Java and HTML. The one of the main functions of jsp is to generate HTML dynamically. You just need to make sure that that snippet of HTML, is output to the browser as such, so in jsp, java is de-limited by the opening and closing tags <% and %>.
Everything outside of these tags is considered HTML (or possibly javaScript). Just put your link outside these tags at the relevant point.
If you are within the tags, you can still write HTML to the browser with out .print(); :
<% out.print("<a href="01_delins_IG.pdf">PDF Link</a> "); %>
The following would write the link twice, first using java to write to the screen, the second in plain HTML outside the java tags.
<% out.print("<a href="01_delins_IG.pdf">PDF Link</a> "); %>
PDF Link

Similar Messages

  • How to open a pdf file using OPEN DATASET

    Im trying to convert a pdf into binary format. So im trying to read the contents of the pdf into a XSTRING. Using the FM 'SCMS_XSTRING_TO_BINARY' i can convert the XSTRING to binary format.
    How to open a pdf file using OPEN DATASET and transfer its contents in a XSTRING variable.
    What i've tried is....
    DATA: f_name type string value 'C:\rep_output_pdf.pdf',
          x1 type xstring,
          LT_DATA TYPE STANDARD TABLE OF X255.
    OPEN DATASET f_name FOR input IN BINARY MODE.
    READ DATASET f_name INTO x1.
    CLOSE DATASET f_name.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER     = x1
        TABLES
          BINARY_TAB = LT_DATA.
    Im getting a short dump .
    Short text: The file is not open.
    Plz help me out.

    Hello Rajesh,
    You are trying to do use OPEN DATASET with a local file. NOT POSSIBLE
    You have to have the file in the app server to use OPEN DATASET.
    BR,
    Suhas

  • How to open the pdf file using LabVIEW program

    I want to open the pdf file using the system exe, but it is not happening . Can you help me?
    Solved!
    Go to Solution.

    In simpler version
    Mark the satisfied answer as accepted solution for your question,you mistakenly marked youself 
    Message Edited by Baji on 04-07-2009 05:03 PM
    Balaji PK (CLA)
    Ever tried. Ever failed. No matter. Try again. Fail again. Fail better
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
    Attachments:
    open pdf.JPG ‏25 KB

  • How to open a PDF file using NWDS or VC

    Hi Frndz...
    As per my requirment i need to open a PDF file on browser which PDFs are reside on R/3 and in my case EP server is on UNIX usinig either NWDS or VC ....
    Thanks in Advance
    Regards
    Rajesh
    09903726944

    hi,
    can you put your question much more clearly? I couldnt get you properly.
    Check out the following links, they may be useful
    [How to Create a pdf form Using Web Dynpro - Java;
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/805709cb-ec97-2910-04b8-f3d6303d8d3b]
    [Diff - PDF view inside NWDS livecycle designer and when App. is run;
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90e8e837-cc15-2a10-8db1-a87e2d29e9c9]
    Regards,
    Murthy.

  • Open multiple pdf files using Acrobat Reader?

    Can we open and switch between multiple pdf files using Acrobat Reader?

    Of course, but if it's Reader X or later each file will appear in its own window. This can't be changed.

  • How to open a doc file using jsp Anchor tag

    when i am trying to open a doc file using a jsp it is opening with out proper alignment.
              how to open a doc file with proper alignment using Anchor Tag in JSp Page
              

    Hello!
    Does some one of you had open a MS word file (.doc) in Java search for a token like [aToken] replace it with another text and then feed it to a stream of save it?
    I want to build a servlet to open a well formatted and rich on media (images) ms word document search for tokens and replace them with information form a web form.
    Any Ideas?
    Thank you in advanced.

  • Opening downloaded pdf files using Adobe instead of in Safari

    I prefer to use full-feature Adobe software to view downloaded pdf files instead of Safari. How do I keep Safari from opening them in the browser and instead automatically open Adobe Reader when the search engine finds a pdf file?

    I have just installed Adobe Reader 9. I am getting frequent system hangs (cannot do anything without cold re-boot) when using the product, in particular when using forms documents provided by Companies House, a UK government agency.

  • Opening 'old' PDF files using Adobe Reader 9

    Hi all, has anyone else had problems opening PDF files created prior to mid August 2006 using the latest reader? I can read these files ok using Version 7.1 which fortunately i still have on one of my systems. It only seems to be those provided by a specific utility company (Gas/Electric bills) is there any way of determining what is hanging version 9? It seems to start loading & then just registers as 'Not responding' in task Manager.... Still using Windows 2000; SEMPRON 3400+; 2Gbyte memory system hangs, yet other system using version 7.1 Windows 2000; DURON 1400; 512mbyte memory works fine.
    any ideas??????

    I have just installed Adobe Reader 9. I am getting frequent system hangs (cannot do anything without cold re-boot) when using the product, in particular when using forms documents provided by Companies House, a UK government agency.

  • How to open a PDF file using forms 9i

    Hi guys!!! Could you please help me with this?
    Using the webutil library, i've found the function FILE_OPEN_DIALOG which yes, it is like windows' dialog box, but it doesn't open the specific file. If i have the PDF software, and a pdf file, and i use the webutil code to open the file from forms, why doesn't it open de file?
    Code used:
    :block.item := WEBUTIL_FILE.FILE_OPEN_DIALOG('c:\',
    'pdf|*.pdf',
    'Select a file: ') ;
    I have also used:
    :block.item := webutil_file.file_selection_dialog(directory_name => 'c:\',
    file_name => null,
    file_filter => 'pdf|*.pdf',
    title => 'Select a file',
    dialog_type => open_file, --save_file
    select_file => TRUE);
    thnx!!

    The dialog just gives you the name of the file to open. You then have to write code to open the file. web.show_document should work.
    I have deleted your last entry. Whatever you think about the situation, a civilized language (which I know Spanish to be) would be appreciated.

  • Open a PDF file using PDF reader

    Hi All,
    How to open a dynamique adresse of pdf files with adobe reader and not with the browser using URLLoader
    Thanks,
    Amine

    what sort of flash app do you have ?
    I have flash player, not projector or air app.
    Are you sure your users have adobe reader set as their default pdf viewer ?
    Yes, it's for a project in the hospital, i have  medical articles and i create app for searching  articles by categories and specialities

  • How to open a pdf file using Acrobat reader in Java?

    Or if you can just tell me where in the tutorial is the section that discuss running other application from Java, I'd appreciate it. My assignment(at work, not school) is to make a class that receive a pdf file, which is passed by RMI, and display it in a child window or in a JDesktopPane. Thank you.
    kindo

    Hi Kindoo,
    try using Runtime.exe(fileName)
    Nagaraj

  • Everytime I open a Pdf  file using Acrobat pro 9 ( part CS4 )it crashes

    Hello All,
    Did someone was able to find a solution?
    Here's the crash report
    Process: AdobeAcrobat [2129]
    Path: /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier: com.adobe.Acrobat.Pro
    Version: 9.3.4 (9.3.4)
    Code Type: X86 (Native)
    Parent Process: launchd [1998]
    Date/Time: 2010-09-07 17:00:15.935 +0200
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 86 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 23 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 72162839-68F7-4328-8C12-3297B9152570
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x96c08ef6 __kill + 10
    1 libSystem.B.dylib 0x96c08ee8 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x96c9b62d raise + 26
    3 libSystem.B.dylib 0x96cb16e4 abort + 93
    4 libstdc++.6.dylib 0x98e49fda _gnu_cxx::__verbose_terminatehandler() + 433
    5 libstdc++.6.dylib 0x98e4817a _cxxabiv1::_terminate(void (*)()) + 10
    6 libstdc++.6.dylib 0x98e481ba _cxxabiv1::_unexpected(void (*)()) + 0
    7 libstdc++.6.dylib 0x98e482b8 _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    8 com.adobe.Acrobat.framework 0x808f5037 AcroSecurityBailOutImpl + 8583543
    9 com.adobe.Acrobat.framework 0x808b7b62 AcroSecurityBailOutImpl + 8332450
    10 com.adobe.Acrobat.framework 0x808b6dc1 AcroSecurityBailOutImpl + 8328961
    11 com.adobe.Acrobat.framework 0x808b83ac AcroSecurityBailOutImpl + 8334572
    12 com.adobe.Acrobat.framework 0x80c9ed1f 0x7fe0c000 + 15281439
    13 com.adobe.Acrobat.framework 0x80c9eeca 0x7fe0c000 + 15281866
    14 com.adobe.Acrobat.framework 0x80841790 AcroSecurityBailOutImpl + 7848144
    15 com.adobe.Acrobat.framework 0x806d513e AcroSecurityBailOutImpl + 6355582
    16 com.adobe.Acrobat.framework 0x806d5329 AcroSecurityBailOutImpl + 6356073
    17 com.adobe.Acrobat.framework 0x7ff5aff7 RunAcrobat + 1364349
    18 com.adobe.Acrobat.framework 0x7ff5ad2c RunAcrobat + 1363634
    19 com.apple.CoreFoundation 0x98bec70b __CFRunLoopRun + 8059
    20 com.apple.CoreFoundation 0x98bea094 CFRunLoopRunSpecific + 452
    21 com.apple.CoreFoundation 0x98be9ec1 CFRunLoopRunInMode + 97
    22 com.apple.HIToolbox 0x97f0df9c RunCurrentEventLoopInMode + 392
    23 com.apple.HIToolbox 0x97f0dd51 ReceiveNextEventCommon + 354
    24 com.apple.HIToolbox 0x97f0dbd6 BlockUntilNextEventMatchingListInMode + 81
    25 com.apple.AppKit 0x95b49a89 _DPSNextEvent + 847
    26 com.apple.AppKit 0x95b492ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    27 com.apple.AppKit 0x95b0b55b -[NSApplication run] + 821
    28 com.adobe.Acrobat.framework 0x7fe0ea8c RunAcrobat + 3090
    29 com.adobe.Acrobat.framework 0x7fe0dfb8 RunAcrobat + 318
    30 com.adobe.Acrobat.Pro 0x00002e8b start + 2371
    31 com.adobe.Acrobat.Pro 0x0000264a start + 258
    32 com.adobe.Acrobat.Pro 0x00002571 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x96bce942 kevent + 10
    1 libSystem.B.dylib 0x96bcf05c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x96bce519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x96bce2be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x96bcdd41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x96bcdb86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x96bd6066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x96bd5d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x96bd79b8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x945b4a3a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x945a038d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x9459bd67 MPWaitOnQueue + 250
    6 AdobeACE 0x7fb72919 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fb7288d TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x9457fdee PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x96bd581d pthreadstart + 345
    10 libSystem.B.dylib 0x96bd56a2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x96ba8142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x96bd5cbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x96c1e203 pthreadcondwait + 48
    3 AdobeAGM 0x7e4b2bc8 pthreadcondition_base::Wait(pthread_scoped_lockbase&) + 26
    4 AdobeAGM 0x7e4b2b1d AGMMessageQueueImpl::Pull() + 65
    5 AdobeAGM 0x7e8a4b90 AGMWorkQueueTask::operator()() + 84
    6 AdobeAGM 0x7e8a5e1b boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7 AdobeAGM 0x7e4b29e1 thread_proxy + 45
    8 libSystem.B.dylib 0x96bd581d pthreadstart + 345
    9 libSystem.B.dylib 0x96bd56a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x96ba815a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x96bd5ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x96c04848 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9085da80 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x908167f1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x908166d4 -[NSConditionLock lockWhenCondition:] + 69
    6 ...adobe.acrobat.amtlibwrapper 0x178b42d1 AVAMTForegroundUpdateCheckEnabled + 116699
    7 ...adobe.acrobat.amtlibwrapper 0x178a9341 AVAMTForegroundUpdateCheckEnabled + 71755
    8 ...adobe.acrobat.amtlibwrapper 0x178b2d60 AVAMTForegroundUpdateCheckEnabled + 111210
    9 com.apple.Foundation 0x908218d4 -[NSThread main] + 45
    10 com.apple.Foundation 0x90821884 _NSThread__main_ + 1499
    11 libSystem.B.dylib 0x96bd581d pthreadstart + 345
    12 libSystem.B.dylib 0x96bd56a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x96cb1693 ecx: 0xbfffe11c edx: 0x96c08ef6
    edi: 0xa07e4b30 esi: 0x80d12ca8 ebp: 0xbfffe138 esp: 0xbfffe11c
    ss: 0x0000001f efl: 0x00000282 eip: 0x96c08ef6 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x96c9b613
    Binary Images:
    0x1000 - 0x2fff +com.adobe.Acrobat.Pro 9.3.4 (9.3.4) <32D1C969-2762-4AB2-B521-1742F647390B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    0x7fa000 - 0x7fbff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x16b71000 - 0x16bb8fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobecaps.framework/adobecaps
    0x16bbe000 - 0x16bcbff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/asneu.framework/asneu
    0x16bcf000 - 0x16bcfff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x16bd2000 - 0x16c09fd3 +com.adobe.epic adobe_epic 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobeepic.framework/adobeepic
    0x16c17000 - 0x16c23fef +com.adobe.eula adobe_eula 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobeeula.framework/adobeeula
    0x16f9f000 - 0x16fb5fd7 +com.adobe.selfhealer AdobeSelfHealing version 2.2.0 (2.2.0) <AE20BE37-0E0B-4B97-A076-F1532C85E26B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeSelfHealing.framework/AdobeSelfHealing
    0x17896000 - 0x179cbff6 +com.adobe.acrobat.amtlibwrapper 1.1 (1.1) <485269E4-198E-4C73-8145-BCC582F740B9> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AMTLibWrapper.framework/AMTLibWrapper
    0x179fa000 - 0x17e7cfe3 +AdobeLM_libFNP.dylib ??? (???) <4DFC36E1-2564-47A0-A604-0C2733FB1E87> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x18551000 - 0x185a7feb +com.adobe.AcroSQLite AcroSQLite (1.0.0) <0EB5248E-D7A3-41F2-A510-465A311CD339> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/AcroSQLite
    0x756fa000 - 0x75fa8036 +com.adobe.AcrobatPlugin.PPKLite 9.3.3 (9.3.3) <D89C47AF-2E0F-4132-B816-5F52483FCF4B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x798fc000 - 0x79aa5feb +com.adobe.AcrobatPlugin.EScript 9.3.3 (9.3.3) <630AC317-8E09-4F32-9254-DE3787982D63> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x7aa84000 - 0x7aec395b +com.adobe.AcrobatPlugin.Comments 9.3.3 (9.3.3) <63F1751C-3CE0-455C-92CA-98D85D2E7E5E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x7d780000 - 0x7da0aff7 +AdobeCoolType ??? (???) <45C2E7BE-5354-489B-A404-17358DCABF2B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e3f8000 - 0x7e412fff +AdobeBIB ??? (???) <C0603492-AF04-41CB-BAB1-7C0CEA92D5A2> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e4ab000 - 0x7e9c1fef +AdobeAGM ??? (???) <E3532141-D882-496E-8007-3FEE9F4F5324> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fb70000 - 0x7fc7dfe7 +AdobeACE ??? (???) <91317BCB-61E3-4AAC-AF66-CCC027EE8779> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fe0c000 - 0x810e6fc6 +com.adobe.Acrobat.framework 9.3.4 (9.3.4) <B7EEE629-433C-4975-86F0-314840BFC056> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90005000 - 0x900b5ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x900b6000 - 0x900b9ff7 libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x900ba000 - 0x900baff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x900fb000 - 0x9016aff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9016b000 - 0x9017cff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9017d000 - 0x901bfff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x901c0000 - 0x90242ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90243000 - 0x9027bff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x90407000 - 0x90513ff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9080b000 - 0x90a7bffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90a7c000 - 0x914c7ff7 com.apple.WebCore 6533.17 (6533.17.8) <CB22435A-3FAC-EAE2-3CF1-FB9D79635637> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x915ac000 - 0x915b6ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x915b7000 - 0x91604feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <87BA2C52-8451-F0E5-DCDE-E0B9E4D40405> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91605000 - 0x917bffe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x917c0000 - 0x917e6fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x917f4000 - 0x91802ff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9182f000 - 0x9182fff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x918cd000 - 0x91c7bfe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91d7f000 - 0x91d9eff7 com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92043000 - 0x92074ff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92075000 - 0x92075ff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92076000 - 0x92076ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92253000 - 0x922a4ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x922a5000 - 0x92342fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92343000 - 0x9234eff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92406000 - 0x92413ff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92414000 - 0x92417ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92418000 - 0x924c5fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x924c6000 - 0x92516ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92517000 - 0x92626fe7 com.apple.WebKit 6533.17 (6533.17.8) <7489BF63-4075-335A-93DE-878547A7A4B2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92627000 - 0x92628ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9263c000 - 0x926a0ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x926a1000 - 0x926a3ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x926a4000 - 0x926aafff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9287f000 - 0x92886ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92887000 - 0x92899ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9289a000 - 0x928a3ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x928a4000 - 0x928a7fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x928a8000 - 0x928c0ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x928c1000 - 0x928c4ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x928c5000 - 0x92a47fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92a48000 - 0x92e5eff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92e60000 - 0x92e75fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f15000 - 0x92f95feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92f96000 - 0x93785557 com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93799000 - 0x937a4ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x937a5000 - 0x93882ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93883000 - 0x93a7afeb com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93c24000 - 0x93c24ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93c25000 - 0x93c4dff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93c4e000 - 0x93caffe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93cb0000 - 0x93cc4ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9412c000 - 0x94130ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94131000 - 0x9414dfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9418d000 - 0x94257fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9429c000 - 0x94352ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94353000 - 0x94445ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x94446000 - 0x94487ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9453f000 - 0x9453fff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94559000 - 0x94879feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9487a000 - 0x9487fff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94880000 - 0x948c3ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95ac8000 - 0x95b00ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95b01000 - 0x963e1ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96400000 - 0x96420fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x965d3000 - 0x9666eff7 com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9667d000 - 0x9672bff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9672c000 - 0x9673cff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x96753000 - 0x9679cfe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9679d000 - 0x967b8ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96868000 - 0x96921fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x96922000 - 0x96a4efff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96a4f000 - 0x96af8ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96af9000 - 0x96b0dfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96b0e000 - 0x96ba6fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96ba7000 - 0x96d4dfeb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x96d9c000 - 0x96da8ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x96df2000 - 0x96e23ff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x96e9d000 - 0x96eabfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96eac000 - 0x97214ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x972d5000 - 0x972f7fef com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97334000 - 0x97378fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x973c5000 - 0x97400feb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97545000 - 0x97589ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9758a000 - 0x979bfff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97a01000 - 0x97a01ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97a02000 - 0x97a45ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97a46000 - 0x97a79ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97a7a000 - 0x97b55fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97b56000 - 0x97bd1fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97cd9000 - 0x97cd9ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97d82000 - 0x97da3fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97ed4000 - 0x97ed8ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97ed9000 - 0x981fdfef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98206000 - 0x98207ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98274000 - 0x982a8ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x98493000 - 0x98525fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x98526000 - 0x98530fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98a25000 - 0x98b53fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98b67000 - 0x98badff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x98bae000 - 0x98d28fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98d29000 - 0x98d2bff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98d2c000 - 0x98dfdfe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x98dfe000 - 0x98e68fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9905e000 - 0x99062ff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x99063000 - 0x9910bffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x99170000 - 0x993d4fef com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x993ff000 - 0x9945aff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x994a1000 - 0x994deff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x99783000 - 0x99884fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x998fa000 - 0x9991eff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.29f1
    Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST3500630AS Q, 465.76 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-K06A
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfa400000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfa430000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfa420000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000

    As you discovered, Adobe Acrobat/Pro/Reader v.9 will crash for all managed user accounts that store their home folders on the server because it has "difficulty" reading and writing to a folder across a network, which is why it crashes shortly after it launches.
    HOWEVER, there is hope. All you need to do is tell Adobe to write all of its files to the local drive rather than the home folder on the sharepoint, as follows:
    While logged into your network-user account:
    1. Go to the "Shared" folder on the local drive. (Local HD > Users > Shared)
    2. Create a new folder named "9.0_x86" if you have an Intel or "9.0_ppc" if you have a PPC (without the quotes for either case). You will have to authenticate as an Administrator.
    3. Go to the Acrobat folder within the user's Application Support and delete the folder in it.
    (Home > Library > Application Support > Adobe > Acrobat > 9.0_x86 or 9.0_ppc)
    4. Open/launch the Terminal application found within the Utilities folder on you Mac.
    (Applications > Utilities > Terminal.app)
    5. In Terminal, enter the 1st command for Intel or the 2nd for PPC:
    ln -s /Users/Shared/9.0_x86 ~/Library/Application \Support/Adobe/Acrobat/9.0_x86
    OR
    ln -s /Users/Shared/9.0_ppc ~/Library/Application \Support/Adobe/Acrobat/9.0_ppc
    Adobe Acrobat 9 should now work properly. You may get the "quit unexpectedly" error message the first time you quit the application, but should only happen the one time.
    On a side note, the print spool is slow when printing very large multi-paged PDFs.
    This is a fix I found in 2009 by Dennis, can't remember where though.
    Message was edited by: Gabriel Prime

  • How do I open to a specific page or destination in a pdf file using Buddy API Xtra?

    Hello,
    I'm working with a CD ROM catalog that utilizes the Buddy API Xtra to open PDF files when a link is clicked. The client would like to be able to open to a specific page within a pdf file.
    I can open a pdf file using the Buddy API baOpenfile() function but I'm having trouble opening to a specific page when I add #page=4:
    baOpenfile("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf#page=4","normal")
    I've also tried working with the code below which seems to me like it should work... I didn't realize that the "open..." part of it was a function in Director.
    on mouseUp me
      pageNum = 4
      theApp = baShortFileName(baFindApp("pdf"))
      theDoc = baShortFileName("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf")
      theArgs = "/s /A page=" & string(pageNum)   & "&pagemode=bookmarks"
      -- (translates to "/A page=4" in this example)
      open theApp && theArgs && theDoc
    end
    Thoughts?
    Thank you in advance!

    Thank you Dee! This works perfect!
    It would be cool to know how to use bashell() for this.
    The help files give the following examples:
    Result = baShell( Operation, Filename, Args, WorkDir, State )
    ok = baShell( "open", "c:\windows\notepad.exe", "myfile.txt" , "", "normal" )
    ok = baShell( "edit", "myfile.htm" , "", "", "normal" )
    So I tried:
    on mouseUp me
      -- Close the program group
      tWindowList = baWindowList( "" , "pdf" , false )
      if tWindowList <> [] and count(tWindowList) > 0 then  baCloseWindow(tWindowList[1])
      pageNum = 4
      theApp = baFindApp("pdf")
      theDoc = _movie.path & "pdfs\Powder Cores\Magentics Powder Core Catalog.pdf"
      theArgs = "/A "&QUOTE&"page="&string(pageNum)&"=OpenActions"&QUOTE
      baShell( "open", theApp, theDoc , theArgs, "normal" )
    end
    It opens the pdf file without going to a specific page. Any thoughts as to why it wouldn't accept theArgs?
    Thanks again!

  • Opening multiple pdf files

    By clicking a submit button i'm calling a javascript in a jsp which uses "window.open" function and opens a jsp. In this jsp i call a function for opening a pdf file using
    "document.location.href". in this i have specified the URL to open this pdf.
    Now i want that if after this pdf is opened, i again chose some option and click the submit button and a second pdf to opened. But right now if i click the submit button the second time, the second pdf replaces the older one in the same wondow. I want that the second pdf to be opened in separate window.
    Please help to get me some idea

    For downloading (opening) more than one file check out [Embed download taglib|http://www.servletsuite.com/servlets/edloadtag.htm]
    in [Coldtags suite|http://www.servletsuite.com/jsp.htm]

  • Opening a PDF file in Admin mode from a windows forms application (C#)

    Hi,
    I need to open a pdf file using Windows Application. I have used the below code launch the pdf files.
    Process prc = new Process();
                prc.StartInfo.FileName = "cmd.exe";
                Environment.CurrentDirectory = @"C:\SamplePDF\";
                prc.StartInfo.Arguments = " /C sample.pdf";
                prc.StartInfo.UseShellExecute = false;
                prc.StartInfo.CreateNoWindow = true;
                prc.Start();
    This code is working fine without admin mode. But while running the output exe from bin folder with admin mode(right click the exe and choose "Run as Administrator"), pdf files are not launching . But its opened in the background application and I can see this from windows task manager.
    Could anyone please help me on this issue ? Is there any other ways to launch a pdf file in admin mode ?
    -Balaji.

    Thank you for replaying so soon..
    Well you are right by using a widget and etc.. but the problem is that I have been told that this application should open a PDF file that has bookmarks to each chapter of the text and one can make a search on this text by using pdf search.. So I do not have any other choice than opening a pdf :D and my time is unfortunately limit.
    For solving the problem that the user may not have PDF reader.. well I have been told that user should install the pdf reader, so in my application package I am putting the installation file of PDF.
    But going back to my problem.. I guess is someway I have to get the OS type of the user and I have to do a SWITCH or something on the OS type and then change the content of the Runtime.exec(). But the question is how can I get the OS type and what should I change in Runtime.exec().
    So now any idea? any solution??

Maybe you are looking for

  • Network problem with PowerMac in my office

    In the office I work at we have a PowerMac - I'm not sure if it's G4 or G5 but it's the white one with the clear plastic accents. We use this computer to clock in and out because it's the only one connected via ethernet instead of wireless and you ha

  • MOV, and MP3 files will not open in photoshop CS6

    I'm studying Photoshop at home using Pearson's " Class in a Book",  from Adobe. I'm now stuck in Chapter 10, editing Videos, because I cannot open two files needed to proceed with the next excercise. I'm not able to open 3 of the 9 files in Photoshop

  • "The certificate chain was issued by an authority that is not trusted" when migrating to SQL 2012

    Environment: 1 Primary Site (USSCCM-Site.domain.com) 1 CAS (USSCCM-CAS.domain.com) SQL 2008 R2 (USSCCM-CAS.domain.com) SQL 2012 SP1 CU6 (USSQL12.domain.com) Issue: We were successfully able to migrate the CAS to the new SQL 2012 server, almost withou

  • Error when export DART file

    Hi, i m workin in project to use the DART for extract tax data and Documentum to store theses extractions and I have a problem when i export file to documentum 0) i m configuring the oac0 transction the content repository with the : basic Path : /usr

  • CS5 Master Collection release date

    CS3 was released 4th quarter 2007. CS4 was released 4th quarter 2008. Will CS5 be released 4th quarter 2009? I have CS3 Master Collection running on Vista Ultimate 64-bit with 16GB RAM, quad core CPU, 1GB video card. Not sure if it is worth upgrading