Interactive pdf reports

Hello All,
We have a requirement wherein the customers should be able to keyin the data in the pdf reports that are generated through oracle and save the same. This way the customers can reduce lot of paper work. Our reports are developed through Reports 6i and templates are developed through XML publisher.
Kindly let us know if we can generate interactive pdf reports using Oracle reports 6i & XML publisher.
Thanks,
Sathish

Bump.
Will it be possible in Apex 4 with Websheets may be?

Similar Messages

  • Interactive pdf reports - Reports thru XML Publisher

    Hello All,
    We have a requirement wherein the customers should be able to keyin the data in the pdf reports that are generated through oracle and save the same. This way the customers can reduce lot of paper work. Our reports are developed through Reports 6i and templates are developed through XML publisher.
    Kindly let us know if we can generate interactive pdf reports using Oracle reports 6i & XML publisher.
    Thanks,
    Sathish

    Hi Naresh
    Im assuming you are in E Business Suite ?
    So to be clear:
    1, You have an English base template?
    2, You have loaded a Spanish translation file ?
    3, When you run the template it generates English ?
    IF so, you need to go into the Options popup (forms) and select Spanish as the language you want before running the report. Sorry, it can not be defaulted at the moment,
    Tim

  • Interactive medical report with Flex/AIR, XML, U3D and PDF

    Hello,
    I am computer science student and during my master thesis I want to program an interactive medical report which should include some 3D models (U3D) and which should provide the following options:
    Interactive manipulation of the 3D models
    Typing in a structured medical report
    Loading of a XML file with additional information
    Loading of medical image data (jpg images)
    At best, only one pdf file as resulting report
    And: A nice user interface (I like the interface elements of Flex...)
    I think, the best way is a pdf file which includes all the needed data. The problem is that I don't know exactly what software combination fulfills my requirements... I read some things about Adobe Flex and AIR and the U3D format and I suppose, the great interface builder "Flash Builder 4" might be useful to generate a nice user interface. BUT: I was not able to find out, how to include U3D in Flex/AIR.
    Then I found the nice pdf library iText (http://itextpdf.com/examples/index.php?page=chapters) which is able to produce a pdf file from a swf file and to include a U3D-model with an additional JavaScript file for manipulations.
    BUT again: If I have a swf flash file with the nice user interface (generated with the Flash Builder), how can I access the U3D model in the final pdf document? Imagine: I click on a "rotate" button in the swf and then the U3D-Model in the pdf should rotate...
    Ok, as you can see, it is a complex szenario.
    My questions summarized:
    What, in your opinion, is the best technology for my task? Flex? AIR?
    How can I import the U3D-models? Should I use PaperVision, Sandy3D or something else?
    Is there a way to save user inputs directly in the pdf file, or as new pdf file or as xml file?
    What is the best way to produce the user interface? Flashbuilder, or maybe a html container with "normal" html interface elements and then the events communication between JavaScript and ActionScript?
    How can I export all the stuff to one pdf document? Should I use iText?
    Best regards,
    Steven

    Thanks for making my point - perfect is the enemy of good.  We tolerate less capable, less perfect system that are in place now, because of the false expectation that it should be perfect.  Incremental improvements are rejected, because they are not perfect.  Even an imperfect algorithm can find 'Broken' as a common thread in your example, and highlight them for the clinician to evaluate their impact on the current treatment.  This no less likely to miss the connection than a clinician trying to scan through handwritten notes, in the 5 - 10 minutes he/she has to interact with the patient and determine what to do. 
    Because of legal concerns, incremental but imperfect improvements don't get implemented, so nothing ever moves forward.  Imagine if after the Wright Brothers first flight, no improvements were considered acceptable unless they completely eliminated the risk of failure - there wouldn't be any airlines to go bankrupt today!
    For the most part, IT has focused on activities where 'perfect' is achievable.  Accounting in its various forms have been the primary focus of most IT systems.  In that area, the vocabulary is very limited, well defined, and consistent.  A debit is always a debit, and a credit is always a credit.  Medicine is completely different. It is much larger in scope, poorly defined, the vocabularies are mostly non-existent, and where they exist are incomplete and inconsistent.  Despite the huge leaps forward in the last century, there is still more unknown than known about how and why the body works.  This environment makes most individuals trained in IT uncomfortable.  Until we learn how to deal with 'fuzzy', Healthcare IT is going to be limited to the billing and collection functions that it mostly accomplishes today.
    Mark

  • InDesign crashes every time I export to interactive PDF??

    I am using InDesign CS6 on Windows 7 professional.
    I have restarted the computer several times. CS6 is all up to date.
    I have experimented on several existing documents as well as brand new documents. It makes no difference.
    Interestingly, InDesign DOES export the interactive PDF just fine, I can open it and it works. However, before the document finishes processing, InDesign pops up an error message saying that InDesign has stopped working and must shut down. So when I have many PDFs from various files to export, it's a major pain to have indd crash & recover documents every time.
    Files crash no matter what the content, I've tried new doc with only a yellow circle. I've tried new doc using only system fonts.
    I've never used interactive PDFs before today, so I have no idea if this is a recent problem or not.
    Any help greatly appreciated, thanks!!
    -Tia

    Peter, ID is patched to version 8.0.2 & I followed the steps to replace my preference (and confirmed they were deleted) and I'm still having the same issue of ID crashing whenever I export an interactive PDF.
    I've tested it on all four of our computers here, and it does it to everyone--so I'm guessing it's something system-wide on our part. I am going to trying uninstalling some plugins that we all have and report back later.

  • Problem in interactive pdf playing wrong sound file for all

    I have a created an interactive single page PDF with a video file and at least 4 mp3 files. I have added buttons to play one file and stop all others.
    The buttons work perfectly BUT, the first click of any button actives a certain mp3 file. the same file each time. once i hit a button again that is told to stop the mp3 it stops and all works well.
    How can i fix this issue of the one mp3 file playing one any media buttons first click?
    thank you for any and all help

    I've been working on displaying pdf from a servlet, and although I don't know exactly what your situation is, here is how I served up the pdf file from the servlet using the HttpServletResponse object.
                byte[] data = getFileBytes();// from somewhere
                response.setContentType("application/pdf");
                response.setContentLength(data.length);
                java.text.SimpleDateFormat dateFormat = new java.text.SimpleDateFormat("EEE, dd MMM yyyy - HH:mm:ss z");
                response.setHeader("Expires", dateFormat.format(new java.util.Date()));
                response.getOutputStream().write(data); //Write out the pdf report
                response.getOutputStream().flush(); //flush the buffer

  • HELP! CS5.5 Crashes When Exporting as Interactive PDF

    I just finished an 85-page document that needs to be exported as an interactive PDF but when I export it, InDesign CS5.5 crashes as it gets to page 84 every single time. This has happened with other CS5.5 documents but when packaging the files instead.
    I have already tried resetting the preferences (via the Cmd + Ctrl + Opt + Shift (Mac) method) but to no avail. The document crashed again.
    I have also tried saving it as an .idml file and resaving as an .indd file but still, the crash.
    Then recently, I received this error message for the very first time: "Adobe InDesign is shutting down. A serious error was detected. Please restart InDesign to recover work in any unsaved InDesign documents."
    I saw the "Replace, or "trash" your InDesign preferences" thread but am confused as to what I need to delete vs. rename or move.
    I'm using Mac OSX 10.6.8 and running InDesign CS5.5 7.5.0.142.

    Please upload the crash report to http://pastebin.com and post a link here.
    I saw the "Replace, or "trash" your InDesign preferences" thread but am confused as to what I need to delete vs. rename or move.
    It's teh same as the vulcan nerve pinch you tried -- I assume InDesign prompted you to delete preferences and you said OK.
    What happens if you create a new document and Pages (panel) > Move Pages pages 1-83 to the new document, and then recreate 84 and 85 by hand? Does it work? Presumably this is document corruption of some sort.

  • InDesign CS6 not tagging interactive PDF

    I don't know if I am doing something wrong but I can't get InDesign to export a properly tagged PDF.
    Can anybody please try the following steps and confirm the results:
    Create a new document in InDesign
    Draw a text box on the document
    Type "Text" in the text box
    Create new paragraph style called "My heading"
    Under Export Tagging in the Paragraph Style Options select "H1" under PDF->Tag
    Add the text box to the Articles panel
    In the Articles panel fly out menu activate Use for Reading Order in Tagged PDF
    Export document as Adobe PDF (Interactive)
    In the Export to Interactive PDF options window both options for Tagged PDF are checked
    Open the document in Acrobat Pro
    Open the Tags navigation pane
    Expand the tag hierarchy
    If the document is tagged correctly one of the tags should be labeled <H1> . Instead min is labeled what I called it within InDesign <My_heading>. This is essentially making larger documents with multiple heading levels inaccessible.
    Can anybody else confirm this issue or provide a fix (other than manually changing tags from within Acrobat Pro)?

    I tested in InDesign CC. (This bug would not be fixed in InDesign CS6.)
    I can confirm that this bug is still in InDesign CC (see illustration below).
    I don't know how to fix this except manually in Acrobat. (I don't normally work with accessibiility issues.)
    I'd suggest reporting the bug here:
    Adobe - Feature Request/Bug Report Form

  • URGENT indesign fails to export interactive pdf of 700 pages

    Hi everyone!
    This is my first time asking directly for help in the adobe forum, but god nows how many times i found good advice here before, searching for answers to rather simple AND complex questions.
    My problem is:
    I have a book made out of 17 files, summing a total of 706 pages.
    This entire thing is supposed to be interactive - kind of a "consult on the go users manual" for in-house use at a company.
    when i export the book in its total to an interactive .pdf (smallest version, 72 dpi) at about 405 pages it just stops, says that "an error ocurred exporting the .pdf file" and shuts down exporting (not the program though). (It also does not specify the error nor give an error report. it just stops and deletes the half-created pdf-file)
    BUT if i export every file on its own as an individual interactive .pdf it works just fine and no problems appear.
    my question now is: maybe indesign just not capable of exporting such a large interactive file? (with "only appearance" checked, it works just fine)
    the larges file we did in the studio was about 350 pages long - and if i export the book in "2 sessions" (two documents of 350 pages) it takes quite a long time (about half an hour after getting past the last page) but in the end it works.
    i thought about combining the various individual (working) pdf documents - but the links/buttons/etc. get all messed up.
    has this happened to anybody?
    does anybody know how to solve that problem - and if not, if there even is a way? at my understanding right now, it is just not possibe to export an interactive pdf of more than 400 pages from indesign.
    supposedly i have to turn that document in tomorrow midday (european time) so it can be saved onto usb-pendrives for distribution... but right now i'm VERY lost.
    i'd appreciate some advice, and even if it is a straight "it's not possible, too large of a document" would be nice just to get things in my head a little clearer and confront the client with what's REALLY posssible and what is simply not doeable.
    THANK YOU SO MUCH IN ADVANCE!
    Stephanie
    p.s.: despite all the problems (mainly caused by outrageous client/marketing demands) nobody will ever get me hating on inDesign - just gotta looooove that program!

    i ended up changing the system after talking to an adobe engineer as she told me that given the high page number and the awfully heigh number of buttons // links per page (from 10 up to 35) it seemed to be a problem for the program to process all that info. not because of the computers "strengths" but simply because of the complexity of the document.
    now i ended up conserving only a few links and resolved the rest with "markers" (is it called like that in english? -> the ones that appear in the sidebar of the .pdf in acrobat and let you jump directly to the page to which they referr)
    Thank you for all your support and quick answers (i didn't think it would be that inmediate!).
    Definitely going to pay more attention to this forum and give a look around to see if i can help somebody too.
    See you!
    Steph
    p.s.: i thought of that option, but at about 6-12 cross-document buttons per page in a document of 700... i didn't want to get into that mess. if the document weren't as complex it would have been the solution!

  • Non-interactive PDF forms & licences

    Hello,
    I need an advice. I created WD application using non-interactive PDF form. Actually I used UI element InteractiveForm but we didn't place any editable element (text box, dropdown list, ...) into it. We just want to generate the PDF form dynamically. And now we need to know whether it's necessary to buy any licence for this use case. Does somebody know that?
    After deployment I can't open the PDF form. The report "500   Internal Server Error ..." is displayed and there is message "... The error is: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to UPDATEDATAINPDF ..." in defaltTrace file.
    Thank you in advance!
    Regards
    Zbynek

    Thank you very much! The answer was really helpful. But I have one more question. I have changed preview type from INTERACTIVE FORM to PRINT FORM as you recommended but it still doesn't work.
    There is written "
    ...PDFObjectRuntimeException: Processing exception during a "UsageRights" operation.
    com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights.
    " in defaultTrace file.
    Till now I didn't asked SAP for sending credential. Now I did that. Do you think that it could be the problem? I thought it's not necessary for non-interactive forms.
    Regards,
    Zbynek

  • Pdf reports in APEX

    Hi,
    I need to generate pdf reports using interactive reports feature in oracle APEX. But everytime, I am getting error like print server is not configured and like this. Can any one help me over this?
    Is there any other way of generating pdf reports in oracle APEX without using pdf printing.
    Also,do we need BI publisher for simple/standard pdf printing? Please suggest.
    Thanks and Regards
    VG.

    While you can enable simple APACHE FOP printing in APEX 3.1 and beyond, it is not easy and not very robust. Oracle recommends BI Publisher for a reason (besides wanting to make money!)
    Here are links with information:
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Marc has an excellent APEX Blog that includes this:
    http://marcsewtz.blogspot.com/2008/06/heres-another-posting-on-pdf-printing.html
    Marc made this presentation - slide 15 shows the APACHE FOP architecture:
    http://www.nyoug.org/Presentations/2008/Dec/Sewtz_Advanced%20Printing.pdf
    I am sure you can find more info if you Google. But I will share our experiences. We installed APEX 3.1 but were not going to be buying BI Publisher. We had previous success with integrating Oracle Reports (web) into APEX 3.0 and liked that but wanted to explore the APACHE FOP solution mentioned in the APEX documentation.
    We installed APEX 3.1 in an Oracle 10g Database. We used the included HTTP Webserver (Apache, I think?) that comes with APEX then installed the APACHE FOP piece in an OC4J container. We aren't Apache experts - more DBAs - so maybe people with lots of experience in OC4J and Apache would have an easier time. We did not and were not able to get much support from Oracle Support. They kept citing BI Publisher solutions - which we weren't using.
    Anyway, we get the whole thing installed and running to find out that APACHE FOP has limitations (memory issues, rendering issues, layout issues). I think if we learn XSLT coding enough to make custom layouts, we might get past the layout issues but the memory usage is of more concern.
    We are now revisiting Oracle Reports. BI Publisher might be great but we already own Oracle Reports licenses and don't have a budget to purchase something new.

  • Crashing when opening an 3D interactive PDF file

    Recently installed latest Acrobat Pro 9.4.4 update and now when I open a 3D interactive PDF file, I crash. Had no issues with the version prior. Can open it in Acrobat Reader X but need to do edits. Thinking about upgrading to Acrobat Pro 10 but there is no Mac trial version to see if the problem is solved. Checked Pro Preferences for 3D render options against Reader and settings the same. This is the error I get on the unexpected quit. Any ideas?
    Process:         AdobeAcrobat [5595]
    Path:            /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         9.4.4 (9.4.4)
    Code Type:       X86 (Native)
    Parent Process:  launchd [119]
    Date/Time:       2011-06-13 17:41:35.873 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          76166 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  43267 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      DA45A647-3708-4919-A53C-E54D4E53A70B
    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             0x939ee156 __kill + 10
    1   libSystem.B.dylib             0x939ee148 kill$UNIX2003 + 32
    2   libSystem.B.dylib             0x93a80899 raise + 26
    3   libSystem.B.dylib             0x93a969b8 abort + 93
    4   atmo.mac.macho.3dif.bundle    0x1cbcde43 0x1cb96000 + 228931
    5   atmo.mac.macho.3dif.bundle    0x1cbd004b stricmp(char const*, char const*) + 789
    6   atmo.mac.macho.3dif.bundle    0x1cb9d535 T3DIFReader::~T3DIFReader() + 661
    7   atmo.mac.macho.3dif.bundle    0x1cb9d612 U3DImportProc(unsigned int, e3_STREAM*, e3_SCENE*, e3_interface*) + 180
    8   com.adobe.framework.adobe3d   0x1afbdc76 FILETYPE::Func3d(unsigned int, e3_STREAM*, e3_SCENE*, e3_interface*) + 154
    9   com.adobe.framework.adobe3d   0x1afcb79b TSCENE3D::Create(e3_STREAM*, FILETYPE*, TSCENE3D**, unsigned int, CREATESCENESTRUCT*) + 951
    10  com.adobe.framework.adobe3d   0x1af44a0f TSCENE3D::LoadObject(e3_STREAM*, e3_CONTEXT*, unsigned int, FILETYPE*, E3RESULT*) + 1353
    11  com.adobe.framework.adobe3d   0x1ae7c25c V4CRHRenderContext::LoadObject(e3_NODE**, V4CRuntimeStream*, bool, V4CConversionSettings*) + 1262
    12  com.adobe.framework.adobe3d   0x1ae6f95e V4CAtmoInstance::LoadObject(V4CRuntimeStream*, bool, V4CConversionSettings*) + 62
    13  com.adobe.Acrobat.framework   0x80206f89 AcroSecurityBailOutImpl + 1607253
    14  com.adobe.Acrobat.framework   0x8020721a AcroSecurityBailOutImpl + 1607910
    15  com.adobe.Acrobat.framework   0x8020738f AcroSecurityBailOutImpl + 1608283
    16  com.adobe.Acrobat.framework   0x8020876a AcroSecurityBailOutImpl + 1613366
    17  com.adobe.Acrobat.framework   0x803ae0a5 AcroSecurityBailOutImpl + 3340145
    18  com.adobe.Acrobat.framework   0x8030f7fa AcroSecurityBailOutImpl + 2690758
    19  com.adobe.Acrobat.framework   0x8031055d AcroSecurityBailOutImpl + 2694185
    20  com.adobe.Acrobat.framework   0x801f9022 AcroSecurityBailOutImpl + 1550062
    21  com.adobe.Acrobat.framework   0x8020a2d7 AcroSecurityBailOutImpl + 1620387
    22  com.adobe.Acrobat.framework   0x8030fd26 AcroSecurityBailOutImpl + 2692082
    23  com.adobe.Acrobat.framework   0x803117ca AcroSecurityBailOutImpl + 2698902
    24  com.adobe.Acrobat.framework   0x7fec5b84 RunAcrobat + 1043778
    25  com.adobe.Acrobat.framework   0x7feb01f6 RunAcrobat + 955316
    26  com.adobe.Acrobat.framework   0x7fe8c4c2 RunAcrobat + 808576
    27  com.adobe.Acrobat.framework   0x7fe58109 RunAcrobat + 594631
    28  com.adobe.Acrobat.framework   0x7fe3bc45 RunAcrobat + 478723
    29  com.adobe.Acrobat.framework   0x7fe3b353 RunAcrobat + 476433
    30  ...dobe.AcrobatPlugin.Comments 0x7aa59d0c AcroPluginMain + 122156
    31  ...dobe.AcrobatPlugin.Comments 0x7aa59c86 AcroPluginMain + 122022
    32  ...dobe.AcrobatPlugin.AcroForm 0x7b886b34 AcroPluginMain + 64356
    33  ...adobe.AcrobatPlugin.Catalog 0x7b7c5610 AcroPluginMain + 5200
    34  com.adobe.AcrobatPlugin.Search 0x74c2b3ef AcroPluginMain + 7607
    35  com.adobe.Acrobat.framework   0x7fe3a9cf RunAcrobat + 473997
    36  com.adobe.Acrobat.framework   0x800a4a85 AcroSecurityBailOutImpl + 155985
    37  com.adobe.Acrobat.framework   0x801c34cf AcroSecurityBailOutImpl + 1330075
    38  com.adobe.Acrobat.framework   0x801c372f AcroSecurityBailOutImpl + 1330683
    39  com.adobe.Acrobat.framework   0x8028f8cf AcroSecurityBailOutImpl + 2166683
    40  com.adobe.Acrobat.framework   0x8028f9e7 AcroSecurityBailOutImpl + 2166963
    41  com.adobe.Acrobat.framework   0x800007c8 RunAcrobat + 2333062
    42  com.apple.AppKit              0x94d80c46 -[NSApplication sendAction:to:from:] + 112
    43  com.apple.AppKit              0x94d80af9 -[NSMenuItem _corePerformAction] + 435
    44  com.apple.AppKit              0x94d807eb -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
    45  com.apple.AppKit              0x94d806da -[NSMenu performActionForItemAtIndex:] + 65
    46  com.apple.AppKit              0x94d8068d -[NSMenu _internalPerformActionForItemAtIndex:] + 50
    47  com.apple.AppKit              0x94d805f3 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
    48  com.apple.AppKit              0x94d80537 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
    49  com.apple.AppKit              0x94d74c61 NSSLMMenuEventHandler + 404
    50  com.apple.HIToolbox           0x9658bc2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    51  com.apple.HIToolbox           0x9658aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    52  com.apple.HIToolbox           0x965ad7f3 SendEventToEventTarget + 52
    53  com.apple.HIToolbox           0x965d9e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    54  com.apple.HIToolbox           0x965feb90 SendMenuCommandWithContextAndModifiers + 66
    55  com.apple.HIToolbox           0x965feb47 SendMenuItemSelectedEvent + 121
    56  com.apple.HIToolbox           0x965fea5d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    57  com.apple.HIToolbox           0x965ce160 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    58  com.apple.HIToolbox           0x965cd8bb _HandleMenuSelection2 + 465
    59  com.apple.HIToolbox           0x965cd6d9 _HandleMenuSelection + 53
    60  com.apple.AppKit              0x94d6e1a2 _NSHandleCarbonMenuEvent + 285
    61  com.apple.AppKit              0x94d42d3e _DPSNextEvent + 2304
    62  com.apple.AppKit              0x94d41fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    63  com.apple.AppKit              0x94d04247 -[NSApplication run] + 821
    64  com.adobe.Acrobat.framework   0x7fdc7a54 RunAcrobat + 3090
    65  com.adobe.Acrobat.framework   0x7fdc6f80 RunAcrobat + 318
    66  com.adobe.Acrobat.Pro         0x00002e8b start + 2371
    67  com.adobe.Acrobat.Pro         0x0000264a start + 258
    68  com.adobe.Acrobat.Pro         0x00002571 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x939b3922 kevent + 10
    1   libSystem.B.dylib             0x939b403c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x939b34f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x939b329e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x939b2d21 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x939bb046 __semwait_signal + 10
    1   libSystem.B.dylib             0x939bad02 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x939bc998 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x913d348e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x913bee15 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb2b391 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb2b305 TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    10  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x9398d0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x93a0345f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e46bbc4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e46bb1d AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e85db94 AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e85ee1f boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e46b9e1 thread_proxy + 45
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x939b3922 kevent + 10
    1   com.adobe.Acrobat.framework   0x80759ad6 AcroSecurityBailOutImpl + 7188898
    2   com.adobe.Acrobat.framework   0x8068abf3 AcroSecurityBailOutImpl + 6341311
    3   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    4   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x9398d0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x939e9aa8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x907b3d48 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation          0x9076c9bd -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation          0x9076c8a0 -[NSConditionLock lockWhenCondition:] + 69
    6   ...adobe.acrobat.amtlibwrapper 0x185f92d1 AVAMTForegroundUpdateCheckEnabled + 116699
    7   ...adobe.acrobat.amtlibwrapper 0x185ee341 AVAMTForegroundUpdateCheckEnabled + 71755
    8   ...adobe.acrobat.amtlibwrapper 0x185f7d60 AVAMTForegroundUpdateCheckEnabled + 111210
    9   com.apple.Foundation          0x90777ad0 -[NSThread main] + 45
    10  com.apple.Foundation          0x90777a80 __NSThread__main__ + 1499
    11  libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    12  libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x9398d0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x939bac85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x939e9aa8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x913bee3d TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x913ba7e3 MPWaitOnQueue + 250
    5   ...adobe.AcrobatPlugin.Updater 0x73e4de30 AcroPluginMain + 126384
    6   ...adobe.AcrobatPlugin.Updater 0x73e2f7f5 AcroPluginMain + 1909
    7   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    8   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    9   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 12:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 13:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 14:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 15:
    0   libSystem.B.dylib             0x9398d09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x9398d807 mach_msg + 68
    2   com.apple.CoreFoundation      0x9283937f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x92838464 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x9283e3a4 CFRunLoopRun + 84
    5   com.apple.DesktopServices     0x968aac7d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore 0x9139e7ca PrivateMPEntryPoint + 68
    7   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    8   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 17:
    0   libSystem.B.dylib             0x939b29b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x939b2f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x939b2b66 start_wqthread + 30
    Thread 18:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x939ac066 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x92878c83 __CFSocketManager + 1091
    2   libSystem.B.dylib             0x939ba7fd _pthread_start + 345
    3   libSystem.B.dylib             0x939ba682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x93a96967  ecx: 0xbfffbd6c  edx: 0x939ee156
      edi: 0x003a35e0  esi: 0x003a35e0  ebp: 0xbfffbd88  esp: 0xbfffbd6c
       ss: 0x0000001f  efl: 0x00000282  eip: 0x939ee156   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1b1a060c
    Binary Images:
        0x1000 -     0x2fff +com.adobe.Acrobat.Pro 9.4.4 (9.4.4) <02CDC056-B956-48A6-9E8B-758BB1868414> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0x77000 -    0x77ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
      0x7f8000 -   0x7f9ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x17897000 - 0x1789bff7 +com.adobe.acrobat.sdk.YouSendIt YouSendIt  version 1.0 (1.0) <370B6EE9-6154-F1B9-841D-791F2030AC1B> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/YouSendIt.acroplugin/Contents/MacOS/YouSendIt
    0x179db000 - 0x17a22fc7 +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/adobe_caps.framework/adobe_caps
    0x17d50000 - 0x17da6feb +com.adobe.AcroSQLite AcroSQLite (1.0.0) <CDCF0AFE-382C-4B20-B483-4AB3EE3981FB> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/AcroSQLite
    0x185db000 - 0x18710ff6 +com.adobe.acrobat.amtlibwrapper 1.1 (1.1) <FB005F6F-F287-405E-896A-BFC804C68666> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AMTLibWrapper.framework/AMTLibWrapper
    0x19278000 - 0x19285ff7 +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
    0x19293000 - 0x192a5ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x192d8000 - 0x192e6fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x193a0000 - 0x19455fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x194ac000 - 0x194e3fd3 +com.adobe.epic adobe_epic 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_epic.framework/adobe_epic
    0x194f1000 - 0x194fdfef +com.adobe.eula adobe_eula 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_eula.framework/adobe_eula
    0x19503000 - 0x19513fe5 +com.adobe.personalization adobe_personalization 2.5.1.59 (2.5.1.59) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization
    0x1951a000 - 0x1999cfe3 +AdobeLM_libFNP.dylib ??? (???) <4DFC36E1-2564-47A0-A604-0C2733FB1E87> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x19ac5000 - 0x19af5feb +com.adobe.amt.registration AMTRegistration 1.5.0.59 (BuildVersion: 52.358792; BuildDate: Thu Sep 25 2008 17:01:33) (1 . 5) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/registration.framework/registration
    0x19be9000 - 0x19c04ff9 +com.adobe.PDFSettings AdobePDFSettings 1.04.0 (1.4) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobePDFSettings.framework/AdobePDFSettings
    0x19d24000 - 0x19dc1fdf +com.adobe.linguistic.LinguisticManager 3.2.1 (8088) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x19de1000 - 0x1a79157f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x1a794000 - 0x1a868c77 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x1a916000 - 0x1aa82fd7 +com.adobe.Acrobat.adm 9.4.2 (9.4.2) <91B21334-B1DE-49F2-8069-528DB749963C> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1ae69000 - 0x1b195fd8 +com.adobe.framework.adobe3d Adobe3D version 9.4.2 (9.4.2) <97AF42AE-8E53-4AEA-BBCF-2FED9EDAF95F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Adobe3D
    0x1b9b9000 - 0x1ba4cff2  com.apple.carbonframeworktemplate Adobe2D version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/Adobe2D.x3d/Adobe2D
    0x1ba66000 - 0x1ba89078 +atmo.mac.macho.gl.bundle AdobeOpenGL version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeOpenGL.x3d/Adobe OpenGL
    0x1ba9d000 - 0x1c134203 +atmo.mac.macho.prcr.bundle AdobePRC version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobePRC.x3d/AdobePRC
    0x1cb8f000 - 0x1cb91ff0 +atmo.mac.macho.tesselate.bundle AdobeTesselate version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeTesselate.x3d/Ad obeTesselate
    0x1cb96000 - 0x1cbddff2 +atmo.mac.macho.3dif.bundle AdobeU3D version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeU3D.x3d/AdobeU3D
    0x1cc0b000 - 0x1cc29fff +atmo.mac.macho.zbuffer.bundle AdobeZBuffer version 9.4.2 (9.4.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Adobe3D.framework/Versions/A/Frameworks/AdobeZBuffer.x3d/Adob eZBuffer
    0x1cc38000 - 0x1cdb0fe7  GLEngine ??? (???) <0E1DF3E4-0EEE-9FD8-8F52-FFFCF0DF23A7> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1cde2000 - 0x1ce06fe7  GLRendererFloat ??? (???) <0C6A1BCF-97F0-F7D6-C840-2991681BB67C> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x1ce13000 - 0x1ce1bff3  com.apple.URLMount.AFPPlugin 3.2.2 (3.2.2) <46711A0E-D330-BD32-8B30-1FFE8B3346F0> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
    0x1ce84000 - 0x1cf55ffc +com.lextek.onix 3.9.7.23 (Build 08/02/09) <115917DA-DD0D-3C40-17AA-3717B7C0DA23> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Onix.framework/Onix
    0x1d016000 - 0x1d017ff7  ATSHI.dylib ??? (???) <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1dfca000 - 0x1e011ff7  com.apple.AppleShareClientCore 2.1 (2.1) <351D93FA-D8AB-657F-2A67-9A6FF3875F82> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0x1e7c9000 - 0x1e7d1ff7  com.apple.qldisplay.PDF 2.3 (327.6) <9026F23B-3D1B-DDC4-D863-A8A833FE2973> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/Resources/DisplayBundles/PDF.qldisplay/Contents/MacOS/PDF
    0x1fe83000 - 0x1fee2fe7 +com.adobe.AdobeXMPCore Adobe XMP Core 4.2.1 -c 43 (???) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/AdobeXMP
    0x73b19000 - 0x73b5bfe2 +com.adobe.AcrobatPlugin.WebLink 9.4.2 (9.4.2) <4BD8CFC6-1FC4-4331-B047-8F5A87508FF4> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Weblink.acroplugin/Contents/MacOS/WebLink
    0x73e2a000 - 0x73e6ffd8 +com.adobe.AcrobatPlugin.Updater 9.4.2 (9.4.2) <3A5AF68C-E96E-416E-AAAE-EF21279CD070> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x73ee7000 - 0x74264e70 +com.adobe.AcrobatPlugin.TouchUp 9.4.2 (9.4.2) <9DC903FE-A2B4-452E-82AA-C4441C028516> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/TouchUp.acroplugin/Contents/MacOS/TouchUp
    0x74ad9000 - 0x74b2ffe7 +com.adobe.AcrobatPlugin.Spelling 9.4.2 (9.4.2) <B97E16B7-C730-499D-8D32-39D397FC2018> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Spelling.acroplugin/Contents/MacOS/Spelling
    0x74bd0000 - 0x74bec05f +com.adobe.AcrobatPlugin.SendMail 9.4.2 (9.4.2) <45BC5245-6DEB-4E83-A71A-05A8994EB901> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/SendMail.acroplugin/Contents/MacOS/SendMail
    0x74c28000 - 0x74c9bff7 +com.adobe.AcrobatPlugin.Search 9.4.2 (9.4.2) <C2617EBA-095F-4A17-A553-DD7D311974B0> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Search.acroplugin/Contents/MacOS/Search
    0x75290000 - 0x752a5fd0 +com.adobe.AcrobatPlugin.ReadOutLoud 9.4.2 (9.4.2) <42BAE1EC-4DED-4B9A-A872-D725DCF26FBA> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/ReadOutLoud.acroplugin/Contents/MacOS/ReadOutLoud
    0x756ad000 - 0x75f5bcb6 +com.adobe.AcrobatPlugin.PPKLite 9.4.2 (9.4.2) <5A433277-C475-486C-AD96-267069C56D88> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x777fd000 - 0x779c2fe6 +com.adobe.AcrobatPlugin.Multimedia 9.4.2 (9.4.2) <10F2E6F0-49DE-4122-B96A-A2E5D714E555> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Multimedia.acroplugin/Contents/MacOS/Multimedia
    0x79251000 - 0x793c4ff6 +com.adobe.AcrobatPlugin.HTML2PDF 9.4.2 (9.4.2) <88E187C6-9270-4657-8974-503C4930A807> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/HTML2PDF.acroplugin/Contents/MacOS/HTML2PDF
    0x798b1000 - 0x79a5afeb +com.adobe.AcrobatPlugin.EScript 9.4.2 (9.4.2) <3F5151F6-E351-4C1F-8A79-F00D24CC960E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x79d82000 - 0x7a00365a +com.adobe.AcrobatPlugin.Editor 9.4.2 (9.4.2) <58E1D431-9489-4388-8D09-39A4F3E3ACAF> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Editor.acroplugin/Contents/MacOS/Editor
    0x7a6b4000 - 0x7a810fd6 +com.adobe.AcrobatPlugin.DigSig 9.4.2 (9.4.2) <FA873B58-D316-4168-A104-134326BFFD52> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/DigSig.acroplugin/Contents/MacOS/DigSig
    0x7aa39000 - 0x7ae79183 +com.adobe.AcrobatPlugin.Comments 9.4.2 (9.4.2) <EA2C526B-6FFC-4BA3-8D3A-1C81BE177852> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x7b7c3000 - 0x7b804fff +com.adobe.AcrobatPlugin.Catalog 9.4.2 (9.4.2) <5314272C-8D12-4E51-B900-F47D2072095F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Catalog.acroplugin/Contents/MacOS/Catalog
    0x7b873000 - 0x7c2ba33e +com.adobe.AcrobatPlugin.AcroForm 9.4.3 (9.4.3) <5CD8D7A1-956F-4071-A867-02DE02BD8BE3> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x7d636000 - 0x7d688ff3 +com.adobe.AcrobatPlugin.Accessibility 9.4.2 (9.4.2) <7FD24046-EA52-4BED-8879-BCB39797B77E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Accessibility.acroplugin/Contents/MacOS/Accessibility
    0x7d739000 - 0x7d9c3ff7 +AdobeCoolType ??? (???) <A1D9EA3E-870B-4920-9EC2-C38E35AE21DF> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e3f6000 - 0x7e410fff +AdobeBIB ??? (???) <579FC253-0ED0-4FBB-9379-0D657C9C22CA> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e464000 - 0x7e97afef +AdobeAGM ??? (???) <89F0B498-27F0-4C8B-8A3F-0C8639C51E47> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fb29000 - 0x7fc36fe7 +AdobeACE ??? (???) <7F1B1F44-3830-4DE3-9AF4-5C32B229B51F> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fdc5000 - 0x810adfe4 +com.adobe.Acrobat.framework 9.4.3 (9.4.3) <94835667-8D15-4C6F-89E9-3EFDDFBEE857> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x8f5ba000 - 0x8fa8eff7  com.apple.GeForce7xxxGLDriver 1.6.26 (6.2.6) <F1D13797-33E4-30F1-E287-063893DB1F41> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xxxGLDriver
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x90043000 - 0x90087ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90088000 - 0x900c6ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x900cc000 - 0x900ccff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x900cd000 - 0x9014aff7  com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <3B7F5895-B48D-A2E0-D708-58EC58EB9514> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowse r
    0x9014b000 - 0x9017eff3  libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90234000 - 0x9028cfe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9028d000 - 0x90304ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90425000 - 0x90465ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x90466000 - 0x90501ff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90502000 - 0x9050dff7  com.apple.CrashReporterSupport 10.6.7 (258) <71CC59D1-E197-7431-5973-2C079A749257> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x9050e000 - 0x905bcff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x905bd000 - 0x90637fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90638000 - 0x90640ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x90641000 - 0x9065dfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9065e000 - 0x90694fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x90695000 - 0x90760fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x90761000 - 0x909d4fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90b8e000 - 0x90beffe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x90bf0000 - 0x90c21ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90c22000 - 0x90c72ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x90cb4000 - 0x90d11ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90d9c000 - 0x90dc2ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x90ea7000 - 0x90edaff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x90edb000 - 0x91312ff3  com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91313000 - 0x91377ffb  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
    0x91378000 - 0x91698ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91699000 - 0x916a0ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x916a1000 - 0x916a1ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x91830000 - 0x91c46ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x91c68000 - 0x91c6fff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91c78000 - 0x91c7aff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91c7b000 - 0x91c7bff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91c7c000 - 0x91d70ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x91d71000 - 0x91da9ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91f87000 - 0x91f97ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92085000 - 0x92105feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x92106000 - 0x92304ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92305000 - 0x92306ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x92307000 - 0x92317ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x92318000 - 0x9231eff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <218EC7C4-0520-2D8C-62EE-AA82D35448FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x92322000 - 0x923f3fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x923f4000 - 0x9241eff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9244a000 - 0x924b8ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x924b9000 - 0x92534fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x927fc000 - 0x92977fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92978000 - 0x929e7ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x929e8000 - 0x92a31fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x92a32000 - 0x92b41fe7  com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92b4d000 - 0x92ba7fe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92ba8000 - 0x92c21ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92c22000 - 0x92c30fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x92cd2000 - 0x93107ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x93108000 - 0x931a0fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x931a1000 - 0x931a1ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x931a2000 - 0x931c2fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x931c3000 - 0x932efffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x93313000 - 0x93313ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93314000 - 0x93326ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x93327000 - 0x9332aff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9333e000 - 0x9344aff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9344b000 - 0x93491ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x93492000 - 0x93496ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93497000 - 0x934abffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x934ac000 - 0x934c7ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x934c8000 - 0x9350fffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x93510000 - 0x9351cff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x9357c000 - 0x9360efe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9360f000 - 0x93610ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93611000 - 0x936f1fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x93712000 - 0x93712ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x93713000 - 0x937bbffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x937ef000 - 0x93831ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93873000 - 0x93892ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9393d000 - 0x93947ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x93948000 - 0x9398bff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9398c000 - 0x93b33ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x93b34000 - 0x93b8aff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x93b8b000 - 0x93b8dff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x93b8e000 - 0x93b92ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x93ba3000 - 0x93cd1fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93cd2000 - 0x93cd5fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93cd6000 - 0x93cfaff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x93cfb000 - 0x93d65fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93d72000 - 0x93d75ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93d8f000 - 0x940faff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94135000 - 0x94237fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x94238000 - 0x94463ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x94464000 - 0x9446dff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9446e000 - 0x94675feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94676000 - 0x94713fe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94714000 - 0x9474bfe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
    0x9474c000 - 0x947f6fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x947fa000 - 0x94cb3ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x94cfa000 - 0x955daff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x955db000 - 0x956dffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x959da000 - 0x959dbff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x959dc000 - 0x959e2fff  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
    0x959e3000 - 0x959edff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x959ee000 - 0x95aa4ffb  libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x95ace000 - 0x95b11ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95bd3000 - 0x95c17fe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x95c18000 - 0x95f11fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96075000 - 0x96082ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x960a1000 - 0x960a1ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x960a2000 - 0x9625cfeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9625d000 - 0x9643ffff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x96440000 - 0x96583fef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96584000 - 0x968a8fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x968a9000 - 0x96983ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x969a4000 - 0x969e1ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x969e2000 - 0x969f0ff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x969f1000 - 0x96a3efeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x96a3f000 - 0x96a57ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96a58000 - 0x96a98ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x96a99000 - 0x96ac9ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96af4000 - 0x96afefe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x96aff000 - 0x96b21fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x96b22000 - 0x96bdbfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x96c59000 - 0x97448557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x97455000 - 0x97460ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x97461000 - 0x97475fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9749d000 - 0x97702feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97703000 - 0x97718fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97719000 - 0x977c6fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x977c7000 - 0x977d8ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x977d9000 - 0x977d9ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97806000 - 0x9782dff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9796d000 - 0x97a6efe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x97b98000 - 0x97c1affb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x97c2e000 - 0x98681ff7  com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x98682000 - 0x986bbff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x986bc000 - 0x986c0ff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x986c1000 - 0x986ccff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6B

    I don't think an interactive portion of a PDF is an obscure problem (lots of designers I know use rollable PDF files for emailing 3D models) and while I understand that it's in a legacy program, there is no guarantee if I purchase Acrobat X, that the same problem won't exist. It's no an issue in Reader 10 but then again, it wasn't an issue in Reader 9 either. Since Adobe doesn't give trial versions for Mac (stupid), I have no way of checking this. The problem doesn't annoy me as much as being an Adobe product user who upgraded only to not have functionality and not have a way to have it resolved.

  • Auto Download PDF report in desktop

    Hi,
    i have a requirement to autosave a standard PDF report every week to a defined path in the desktop of my system.
    How can we do it in APEX ? i know to manually run the application to print and save the PDF to desktop.
    But Since it is more than 10 PDF reports and it has to be done frequently ; there is a need to do this automatically.
    I would appreciate any help.

    Would this  be useful to you?
    Customizing Interactive Reports
    or apex_util.download_print_document?
    APEX_UTIL

  • Help inserting a filled out pdf form into a pdf report.

    Why can I not insert a filled out pdf form into my pdf reports?  I am new to Adobe Acrobat X. 

    See what it says under: File > Properties > Description > PDF Producer
    If it's an XFA form, is should say something like "Adobe LiveCycle Designer [version#]"
    You can also open the interactive JavaScript console (Ctrl+J) and enter the following line of code:
    xfa
    and with the cursor on the line, hit Ctrl+Enter, of the Enter key on the numeric keypad.
    If it's an XFA form it will return:
    [object XFAObject]
    Otherwise, it will return "xfa is not defined" and other stuff.

  • Indesign CS5.5 Crashes when exporting an Interactive PDF

    My InDesign CS5.5 continues to crash when trying to export an Interactive PDF.
    It begins to come up with a box titled WARNING but it all closes and i don't even see the error message.
    Will it work if I deactivate and reactive? will that work by any chance?
    Its really frustrating.
    Yasmine.

    Please upload the crash report to http://pastebin.com and post a link here.
    I saw the "Replace, or "trash" your InDesign preferences" thread but am confused as to what I need to delete vs. rename or move.
    It's teh same as the vulcan nerve pinch you tried -- I assume InDesign prompted you to delete preferences and you said OK.
    What happens if you create a new document and Pages (panel) > Move Pages pages 1-83 to the new document, and then recreate 84 and 85 by hand? Does it work? Presumably this is document corruption of some sort.

  • PC user not able to print interactive PDF

    Hi,
    We have an interactive pdf that was created in Indesign CS6 on a Mac. OS X10.8.5. It prints fine on all our printers. But our PC users either get an error message that they need to choose a printer, printer not found, or it prints mostly blank pages.
    This is what one PC user told me... "If I indicate to print page 1 only.  It prints with no problem.  If I indicate, pages 1 through 5 or 2 through 5, I get a prompt that says unable to start print job, is printer available...and then a blank page comes out.  My printer is a HP Photosmart 8250."
    Something about the interactive PDF not working on a non-postscript printer?
    What's up, please help.....
    Thanks in advance.
    Sudi H Scott

    Thanks Dov. But because there are 40,000 people viewing these documents, we have no control over what kind of printer or version of Reader they are using. So it is our responsibility to make sure that the documents can print for everyone. We found that the buttons that were provided in CS InDesign 5.5 did not work when used in CS 6. I tried looking for days through other forums and Adobe help sections. So this bug needs to be reported to Adobe and worked out by them. We are moving towards interactive books - some that are 200 pages.
    We deleted all buttons on the master pages and used only the line of copy as hyperlinks, and so far that seems to have worked... we printed the entire book on as many old chunck-a-chunck printers we could find and the problem was solved. If you check the link to these documents by mid week next week, the new files should be posted. We provide the final files to our client and they post it on their website for their employees to view and print out as needed.
    Thanks agian everyone for your assitance in trying to figure this issue out. It was a mind blower.

Maybe you are looking for

  • How can I exit console mode?

    I attempted to bring up the Force Quit dialog while logged in. To do so, I pressed Command-Option-Escape. When I did so, I was logged out, and my iMac entered what seems to be console mode. I received a message with the date and imac getty: dev/conso

  • Powerbook G4 display

    Hello, I have a powerbook G4. After boot up the display flickers and shakes. Jumping from the bottom menu bar allowing the top bar, apple, file edit etc show to show at the very bottom. After an hour or so the display stabilizes. Has any one had this

  • Oracle UCM 11g Config with DB

    Hi, I have configured Oracle UCM 11g in oracle sql developer, but am not able to see the tables related to Oracle UCM..(ex: Revisions, Docmeta). Any documentation on this or any one faced this kind of issue. Thanks...

  • Error in the conversion of a date in ms for october before 1996

    Hi, I have the following problems (using of the jdk 1.5.0_15) One hour is systematicallay added when i ask to convert a date in millisecond for a date with first days of the month of october before 1996. Unit test try {   SimpleDateFormat form = new

  • ICloud Photo uploading

    Hi, I am having problems uploading photos from iPhotos on my MacBook Pro to iCloud Photos on iCloud Drive. Its is telling that the file format is incorrect. Having a look into the detail, it tell me that the format is .jpg and it only can upload .jpe