Acrobat 8 to 9 broke macro

My code was iterating thru a PDFs content to find certain text and make that text a variable named "title". Then when I printed the pages to AdobePDF I used "title" as the szTempTitle. It worked great printing the two pages and naming the file whatever "title" was at the particular iteration. Now after upgrading to version 9 the printed pages are getting the same title as the original PDF (the y variable in my code).
What has happened?
My code is below:
                Path1 = AcroAVDoc.Open(y, title)
                Print1 = AcroAVDoc.PrintPages((i - 1), i, 3, 1, 1)
                Content = ""
                AcroAVDoc.Close (1)
thanks

Reboot your computer. Then try running the MS Installer Cleanup Tool again. It should remove all references to Acrobat 8 and allow you to install Acrobat 9.

Similar Messages

  • Acrobat 6.06 plugins broke after updating to Adobe Reader XI

    I was on Adobe Reader 9, updated to XI and now when I open Acrobat I get an error stating that two plug-ins failed to initialize. HTML2PDF.api and PPKLITE.api.
    Please advise!

    Run the Acrobat Cleaner Tool and reinstall.
    Mylenium

  • Acrobat X Flash content broke with Flash 14 upgrade!

    Does anyone know the deal with Acrobat's Flash content support? I recently upgraded to Flash Player 14 and now when I insert swfs into Acrobat X Pro, it tells me to download a compatible version of Flash Player for Acrobat. When I follow the link, it's broken! What is going on? Did Adobe break Flash support in Acrobat? I use this functionality quite often, and it would be miserable to have to maintain an older version just for that feature! Please help!

    I ran the update for Acrobat and it now seems to be working.

  • Macros in Acrobat (Changing "smart quotes" to straight quotes in PDF files)

    Is there a way to do macros in Acrobat? We need a macro that will change all of the smart quotes in a pdf file to straight quotes so that they will convert properly when we create the final version of a form that goes to our Xerox printers. We have a macro in Word that does this, but aren't sure how to do it in Acrobat.
    Thanks for the help!
    Ken K. - 2191

    This would be extremely advanced programming for Acrobat; there is
    automation and something a bit like macros but it can't touch the page
    contents. It would have to be a plug-in in C/C++, and it is
    complicated by font encoding and subset issues.
    The subset issue would probably be a killer. In many, perhaps most,
    cases the PDF file that uses smart quotes will have a font that
    includes ONLY the smart quotes, and left out the straight quotes
    because they weren't needed.
    Aandi Inston

  • Does it matter that Acrobat 9.4.2 update loses XMP logo?

    I am hoping for confirmation that a change in Acrobat 9's presentation of XMP metadata is a benign UI problem rather than something more serious. As described over on the Acrobat forums, the 9.4.2 update for Acrobat (Mac and Windows) broke printing for many people; Adobe has posted a notes admitting the problem on both the Windows and Mac forums.  I can still print, but when I check Additional Metadata (on the Description tab of Properties) the "Powered by XMP" logo has been replaced with a red circle beneath a white X, suggesting some kind of error.   The XMP logo does appear when I check the metadata via Document\Examine Document, working down the tree Metadata, Document, Show Preview.  Either way, the metadata still shows, even the custom metadata I added to some files via a customization of the SDK's Generic panel in IDCS4.  (I run Acrobat Pro 9.4.2 under up-to-date 64-bit Vista Home Premium.)
    I described the situation (with screenshots) over in the Windows forum but it fell off the the first page without eliciting a response, I suspect in part because XMP is not often discussed there. I impose on the participants here in the XMP SDK forum in hopes of confirming the problem is more general than the 9.4.2 installations I've tested (4 for 4).  Plus with a series of metadata-filled PDFs due later this week it would be nice to hear from an expert that the apparent error is indeed benign.
    Thank you,
    David W. Goodrich

    Could someone from Adobe respond to this specific issue so that we know we are being heard?  Will the fix for the print issue also resolve the 'attach to email' problem?  Is there any work around other than telling users to attach directly from their email programs?
    Thanks in advance for your response to our concerns.
    Penny

  • Is there any way to determine if a link is a book mark or hyperlink in java script

    Is there any way to determine if a link is a book mark or hyperlink in java script
    Sub Problem:
    I am making an array of quads of all the hyperlinks in a document. I would like to automatically skip over all the bookmarks in the starting pages of a document and just get the links of the hyperlinks.
    Now I have to manually set the pages that contain bookmarks so they are not included in the array.
    Is there any way to determine if a link is a book mark or hyperlink in java script?
    It would help automate the conversion I need below
    John
    Main Problem:
    I have been working on converting a set of pdf files with 1000’s of hyperlinks like www.site.com\folder1\file1.pdf#page=10
    To jump to a local copy of the files with a relative type link
    ../folder1/file1.pdf and then go to the proper page.
    I have found that it can be done manually by changing the hyperlink to a javascript
    var otherDoc = app.openDoc('../folder1/file1.pdf', this);otherDoc.pageNum = 10 - 1;
    and setting each destination file with a disclose()=true;
    Based on the help so far that java script cannot access the hyperlink value in a link
    See: http://forums.adobe.com/thread/1039908?tstart=60
    I have resorted to the following plan using acrobat javascript, an external keyboard macro recorder and excel in combination to get around the problem
    Four folder level acrobat javascripts with “buttons”
    One to get all the link quads in an array, in the pdf and report the total number
    The second creates a form field in the far corner of the first page and moves there.
    The third jumps to each link found by creating a form field just to the left of the link and zooms in so it can be selected by a “mouse click” from the keyboard macro recorder 
    The forth deletes the form field
    The keyboard macro recorder runs javascript 2 and then 3 then clicks on the link just to the right of the middle of the screen and uses keys to get to the advanced editing to get to edit the hyperlink .
    The hyperlink is then copied to excel where it is converted using string functions to the needed javascript text to be copied back.
    To the acrobat file into a java script (after deleting the hyperlink)
    Rinse/lather/repeat
    I have been able to convert about 150 links an hour.
    Better then hand typing, but not like having java access to the links.
    I am looking to improve the solution

    thanks for your help.
    I may have been confusing a "acrobat bookmark" and a bookmark in a word file that is converted to a pdf and ends up being a
    link of the type:
    "Go to a page in this document"
    which I do not want in my array vs
    a link of the action type:
    "Open a web link"
    Which I do want
    John
    My code, note how I have to skip pages with "Go to a page in this document" links depending on the document, I would like to use the same code for each document and skip over the "Go to a page in this document" links :
    global.ilinkindex = 1; 
    global.aLinkquads = [ [0, 1, 1, 0, 0],
           [0, 0, 0, 0, 0] ];
    function GetLinkArray()
    global.ilinkindex = 1;
    var iTotalLinks=0;
    // for ( var p = 0; p < this.numPages - 8 ; p++)                   // end before bookmarks for each page of the file x.pdf
    //  for ( var p = 0; p < this.numPages; p++)                     // for each page of the file
    for ( var p = 23; p < this.numPages; p++)                     // start after bookmarks for each page of the file y.pdf
      var cropbox = this.getPageBox("Crop", p);
      var alinksonpage = this.getLinks(p, cropbox);            // get array of links on page
      for ( var ll = 0; ll < alinksonpage.length; ll++)
       var linkquads = alinksonpage[ll].rect;     // get link Quads
       linkquads[4] = p;          // add page number to link Quads array
        global.aLinkquads[global.ilinkindex] = linkquads; // add quads to global link Quads array
        global.ilinkindex++;
    iTotalLinks = global.aLinkquads.length - 1;
    global.ilinkindex = 1;
    app.alert("Number of Links in Document is " + iTotalLinks );

  • Windows search PDF

    Hi,
    I have an issue with the Search mode from Windows 8.1.
    It cannot search for a word into the file.
    Yes, I crossed the "File content" box, and it works just fine with words into a Word document, Excel and so on. But with the PDF it only works with the titles.
    I should also mention that they are not OCR files, i.e. Those PDF are simply Words printed into a PDF for instance.
    Does anyone have a clue?
    Thanks in advance for your help.
    Arnaud

    Hi David,
    You saved my life!
    The issue was indeed with the 64 bits Version.
    I did as advised on this site:
    If you cannot search PDFs in Windows 8 64-bit, check three things:
    –  Click on Control Panel / Indexing Options / Modify and make sure the file location is indexed.
    –  Open RegEdit. Go to HKEY_CLASSES_ROOT\.pdf\PersistentHandler. Verify that the value is 1AA9BF05-9A97-48c1-BA28-D9DCE795E93C. If the entry is F6594A6D-D57F-4EFD-B2C3-DCD9779E382E, then it was overwritten by Acrobat or Reader, which broke the search index. Return it to its original value, then restart the computer.
    –  Click on Control Panel / Indexing Options / Advanced / File Types. If the entry by PDF says “Registered IFilter is not found,” install Adobe PDF iFilter 11 for 64-bit platforms. Restart the computer.
    Indeed the Register Key had been changed. And also the comment on the PDF for the Index Options was reading "Registered IFilter is not found".
    What I also did was to restart a complete indexation because the Wsearch mode was seeing new pdf content but not the older one. Maybe if I had just waited it would have done this refresh automatically, but ... who knows.
    In any case, again, many thanks!
    Regards,
    Arnaud

  • Advanced edit hyperlink-properties grayed out the first time

    advanced edit hyperlink-properties grayed out the first time
    Sub Problem:
    When using the advanced edit cursor, right click Is used to select a hyperlink-properties the first time the dialog box pops up it does not have “focus” (not sure that is the right term, but the box is grayed out and will not respond to the keyboard.). It must be mouse clicked to get focus. The second time a link is right clicked to properties the popup responds to the key board and will move to the action tab with ctrl-tab
    It’s not clear to me where the acrobat program is at that point.
    Is that a known action or problem with acrobat pro 9.4.4?
    Is there a key or keys from the keyboard that can force focus to the box?
    The problem is each file I open I have to manually find a link and right click it to get the box then click in the box to get “focus”. After the first one the box pops up with focus.
    John
    Main Problem:
    I have been working on converting a set of pdf files with 1000’s of hyperlinks like www.site.com\folder1\file1.pdf#page=10
    To jump to a local copy of the files with a relative type link
    ../folder1/file1.pdf and then go to the proper page.
    I have found that it can be done manually by changing the hyperlink to a javascript
    var otherDoc = app.openDoc('../folder1/file1.pdf', this);otherDoc.pageNum = 10 - 1;
    and setting each destination file with a disclose()=true;
    Based on the help so far that java script cannot access the hyperlink value in a link
    See: http://forums.adobe.com/thread/1039908?tstart=60
    I have resorted to the following plan using acrobat javascript, an external keyboard macro recorder and excel in combination to get around the problem
    Four folder level acrobat javascripts with “buttons”
    One to get all the link quads in an array, in the pdf and report the total number
    The second creates a form field in the far corner of the first page and moves there.
    The third jumps to each link found by creating a form field just to the left of the link and zooms in so it can be selected by a “mouse click” from the keyboard macro recorder 
    The forth deletes the form field
    The keyboard macro recorder runs javascript 2 and then 3 then clicks on the link just to the right of the middle of the screen and uses keys to get to the advanced editing to get to edit the hyperlink .
    The hyperlink is then copied to excel where it is converted using string functions to the needed javascript text to be copied back.
    To the acrobat file into a java script (after deleting the hyperlink)
    Rinse/lather/repeat
    I have been able to convert about 150 links an hour.
    Better then hand typing, but not like having java access to the links.
    I am looking to improve the solution

    Rick,
    I didn't intend to say you must close the X box after each
    apply. It's OK to apply one change and go to another item before
    closing the dialogue. It's the OK button that messes up sometimes.
    Even when you hit the Apply button for a very large selection
    of topics, the OK button sometimes will undo the apply, not
    necessarily for all selected topics. Even when you've made just one
    batch change.
    I think it's because OK tries to re-set all settings (that's
    why it takes forever), but does not correctly pick up the mass
    changes previously applied. Or maybe it takes forever because it
    can't find the new info and defaults to the existing settings.
    A pain in the butt when you're trying to apply a stylesheet
    to a very large number of topics. Please don't ask me to define "a
    large number."
    Maybe it's a space limit in RH, similar to the space limit
    for the number of characters in a batch of file names you want to
    import. Or maybe the OK button doesn't look in the right places.
    Harvey

  • All versions of InDesign (4, 5, 5.5) crash when printing or exporting.

    OS X Leopard 10.5.8
    They were all working fine last week, but when I tried to print or export files (tried various files) InDesign crashes. And strangely, it seems to have affected *all* running versions of InDesign on my machine (4, 5, & 5.5).
    Other than a minor Acrobat update, I can't think of any other update between last Friday and today.
    Here is an example crash log if that helps...
    Help!
    Tx,
    MJX
    Process:    
    Adobe InDesign CS4 [786]
    Path:       
    /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Adobe InDesign CS4
    Identifier: 
    com.adobe.InDesign
    Version:    
    6.0.6.622 (6060)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [568]
    Interval Since Last Report:     
    3782 sec
    Crashes Since Last Report:      
    9
    Per-App Interval Since Last Report:  1676465 sec
    Per-App Crashes Since Last Report:   32
    Date/Time:  
    2011-09-19 16:12:04.388 -0700
    OS Version: 
    Mac OS X 10.5.8 (9L30)
    Report Version:  6
    Anonymous UUID:  0DF31D6F-CAAF-45FF-A3ED-AA3810A5BC9C
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000d0458c0f
    Crashed Thread:  0
    Thread 0 Crashed:
    0   AdobeBIB                 
    0x000a0449 0x92000 + 58441
    1   AdobeBIB                 
    0x000a0460 0x92000 + 58464
    2   AdobeBIB                 
    0x000a05fa 0x92000 + 58874
    3   AdobeBIB                 
    0x00099a3c BIBInitialize2 + 16376
    4   AdobeBIBUtils            
    0x000b90d9 0xb5000 + 16601
    5   AdobeBIBUtils            
    0x000cc20f 0xb5000 + 94735
    6   AdobeBIBUtils            
    0x000ba644 0xb5000 + 22084
    7   AdobeBIBUtils            
    0x000bbc6a 0xb5000 + 27754
    8   AdobeAGM                 
    0x009a5de5 0x678000 + 3333605
    9   AdobeAGM                 
    0x009a63a9 0x678000 + 3335081
    10  AdobeAGM                 
    0x009e5393 0x678000 + 3593107
    11  AdobeAGM                 
    0x00757a47 AGMInitialize + 818425
    12  AdobeAGM                 
    0x00757caa AGMInitialize + 819036
    13  AdobeAGM                 
    0x00759a47 AGMInitialize + 826617
    14  AdobeAGM                 
    0x0075bc4f AGMInitialize + 835329
    15  AdobeAGM                 
    0x0075ca2a AGMInitialize + 838876
    16  AdobeAGM                 
    0x0075cd73 AGMInitialize + 839717
    17  AdobeAGM                 
    0x0069dd0e AGMInitialize + 57280
    18  AdobeAGM                 
    0x0069de74 AGMInitialize + 57638
    19  AdobeAGM                 
    0x0069df01 AGMInitialize + 57779
    20  com.adobe.InDesign.PDF   
    0x2556a41f GetPlugIn + 161423
    21  com.adobe.InDesign.PDF   
    0x2553861a 0x2550b000 + 185882
    22  com.adobe.InDesign.PDF   
    0x2553eb4b 0x2550b000 + 211787
    23  com.adobe.InDesign.PDF   
    0x255405b7 0x2550b000 + 218551
    24  com.adobe.InDesign.PDF   
    0x2553b53c 0x2550b000 + 197948
    25  PublicLib.dylib          
    0x014894c2 Command::DoImmediate(short) + 34
    26  com.adobe.InDesign.Utilities 
    0x1ec065c3 0x1ec04000 + 9667
    27  com.adobe.InDesign.Utilities 
    0x1ec067ec 0x1ec04000 + 10220
    28  ...adobe.InDesign.AppFramework
    0x1de0713e 0x1ddee000 + 102718
    29  PublicLib.dylib          
    0x01489dcb CmdUtils::ProcessCommand(ICommand*) + 59
    30  com.adobe.InDesign.PDF   
    0x2555a62c GetPlugIn + 96412
    31  PublicLib.dylib          
    0x014a58df CExportProvider::ExportToFile(IDFile const&, IDocument*, IPMUnknown*, PMString const&, K2::UIFlags) + 383
    32  ...e.InDesign.Import Export UI
    0x1e9f9a8b GetPlugIn + 15787
    33  ...e.InDesign.Import Export UI
    0x1e9fa838 GetPlugIn + 19288
    34  ...e.InDesign.Import Export UI
    0x1e9f7a96 GetPlugIn + 7606
    35  com.adobe.InDesign.Actions
    0x2435fc03 GetPlugIn + 15171
    36  com.adobe.InDesign.Actions
    0x2434f104 0x2434d000 + 8452
    37  WidgetBinLib.dylib       
    0x02b1f324 MDefaultEH::KeyboardShortcut(IEvent*) + 484
    38  WidgetBinLib.dylib       
    0x02b1ebf4 CDefaultEH::KeyDown(IEvent*) + 148
    39  WidgetBinLib.dylib       
    0x02b1f129 MDefaultEH::KeyDown(IEvent*) + 169
    40  PublicLib.dylib          
    0x014a3b4e CEventDispatcher::DispatchToEventHandlers(IEvent*) + 206
    41  PublicLib.dylib          
    0x014a3708 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    42  ...obe.InDesign.Application UI
    0x1e054d89 GetPlugIn + 282425
    43  ...obe.InDesign.Application UI
    0x1e052b8c GetPlugIn + 273724
    44  com.apple.HIToolbox      
    0x97cb913d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    45  com.apple.HIToolbox      
    0x97cb857b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    46  com.apple.HIToolbox      
    0x97cd4ecc SendEventToEventTarget + 52
    47  com.apple.HIToolbox      
    0x97ce73fa ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2058
    48  com.apple.HIToolbox      
    0x97cb94f6 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    49  com.apple.HIToolbox      
    0x97cb857b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    50  com.apple.HIToolbox      
    0x97cd4ecc SendEventToEventTarget + 52
    51  com.apple.HIToolbox      
    0x97db6185 SendTSMEvent + 247
    52  com.apple.HIToolbox      
    0x97df395c SendUnicodeTextAEToUnicodeDoc + 1099
    53  com.apple.HIToolbox      
    0x97db470b TSMKeyEvent + 980
    54  com.apple.HIToolbox      
    0x97d0848b TSMProcessRawKeyEvent + 2295
    55  com.apple.HIToolbox      
    0x97e60e8b HandleCompatibilityKeyEvent + 331
    56  com.apple.HIToolbox      
    0x97cb4d6b HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2777
    57  com.apple.HIToolbox      
    0x97cb913d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    58  com.apple.HIToolbox      
    0x97cb857b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    59  com.apple.HIToolbox      
    0x97cb83e0 SendEventToEventTargetWithOptions + 58
    60  com.apple.HIToolbox      
    0x97ce732e ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1854
    61  com.apple.HIToolbox      
    0x97cb94f6 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    62  com.apple.HIToolbox      
    0x97cb857b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    63  com.apple.HIToolbox      
    0x97cd4ecc SendEventToEventTarget + 52
    64  ...adobe.InDesign.AppFramework
    0x1ddf15f0 0x1ddee000 + 13808
    65  ...adobe.InDesign.AppFramework
    0x1de14b3e GetPlugIn + 16750
    66  com.adobe.InDesign       
    0x000026eb main + 187
    67  com.adobe.InDesign       
    0x00001fb2 start + 258
    68  com.adobe.InDesign       
    0x00001ed9 start + 41
    Thread 1:
    0   libSystem.B.dylib        
    0x927eb1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib        
    0x9281ea33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore
    0x949a7c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   PMRuntime.dylib          
    0x00012668 MemUtils::GetAvailMem() + 296
    6   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib        
    0x927eb166 mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x927f295c mach_msg + 72
    2   ...ple.CoreServices.CarbonCore
    0x949a5207 TS_exception_listener_thread + 155
    3   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    4   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x927f234e __semwait_signal + 10
    1   libSystem.B.dylib        
    0x9281cccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore
    0x949c8de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore
    0x949a7c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore
    0x949c8a60 MPWaitOnQueue + 208
    5   AdobeACE                 
    0x0015c38d 0x12b000 + 201613
    6   AdobeACE                 
    0x0015bd85 0x12b000 + 200069
    7   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x1c528552 C_EULA_AskToAcceptEULA + 21368
    4   com.adobe.amt.services   
    0x1c523995 C_EULA_AskToAcceptEULA + 1979
    5   com.adobe.amt.services   
    0x1c5285b0 C_EULA_AskToAcceptEULA + 21462
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x927eb286 mach_wait_until + 10
    1   libSystem.B.dylib        
    0x928622bd nanosleep + 314
    2   libSystem.B.dylib        
    0x9286217d usleep + 61
    3   ExtensisPluginInterface  
    0x20f8745c GMultiUserLockFileMgr::LockRenewalThreadFunc(GThread*) + 516
    4   ExtensisPluginInterface  
    0x20f880cd GMultiUserLockFileMgr::LockRenewalThreadFuncStub(GThread*) + 421
    5   ExtensisPluginInterface  
    0x20f012e0 GThread::PthreadInternal(void*) + 236
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x928222da select$DARWIN_EXTSN$NOCANCEL + 10
    1   ExtensisPluginInterface  
    0x20eec846 GIPCReceiver::OSWaitForData() + 2532
    2   ExtensisPluginInterface  
    0x20ee5915 GIPCClient::ReceiverThreadProc(GThread*) + 1467
    3   ExtensisPluginInterface  
    0x20f012e0 GThread::PthreadInternal(void*) + 236
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib        
    0x927eb1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib        
    0x928679bb pthread_cond_timedwait + 47
    3   ExtensisPluginInterface  
    0x20efc7bb GSemaphore::TimedWait(unsigned long) + 79
    4   ExtensisPluginInterface  
    0x20ed75b4 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned long, std::vector<char, std::allocator<char> >&, bool) + 40
    5   ExtensisPluginInterface  
    0x20ed42ca GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 566
    6   ExtensisPluginInterface  
    0x20ed49aa GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 66
    7   ExtensisPluginInterface  
    0x20f012e0 GThread::PthreadInternal(void*) + 236
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib        
    0x927eb286 mach_wait_until + 10
    1   libSystem.B.dylib        
    0x928622bd nanosleep + 314
    2   ...obe.InDesign.Application UI
    0x1dfd7732 0x1dfc6000 + 71474
    3   ...obe.InDesign.Application UI
    0x1dfda633 0x1dfc6000 + 83507
    4   ...adobe.InDesign.AppFramework
    0x1ded7a09 GetPlugIn + 815161
    5   ...adobe.InDesign.AppFramework
    0x1deda252 GetPlugIn + 825474
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    7   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    8   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    9   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib
    0x000e5080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework
    0x1deda16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib
    0x000e83a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib
    0x000e77e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    8   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   TINthread.dylib          
    0x24e4d7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib          
    0x24e4d83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    6   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib        
    0x927eb286 mach_wait_until + 10
    1   libSystem.B.dylib        
    0x928622bd nanosleep + 314
    2   ...sign.Support for JavaScript
    0x2893e53f GetPlugIn + 336367
    3   ...sign.Support for JavaScript
    0x2893e59f GetPlugIn + 336463
    4   ...sign.Support for JavaScript
    0x2891a51e GetPlugIn + 188878
    5   ...sign.Support for JavaScript
    0x2893e85f GetPlugIn + 337167
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib        
    0x927eb166 mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x927f295c mach_msg + 72
    2   ...ia.Flash Player.authplaylib
    0x2ccbb63e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    4   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 27:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 28:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 29:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 30:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 31:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 32:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 33:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 34:
    0   libSystem.B.dylib        
    0x927eb1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x9281d1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib        
    0x92862449 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x2cae7ba6 0x2c800000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x2cb09f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x2cae7f98 0x2c800000 + 3047320
    6   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    7   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 35:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 36:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 37:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 38:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 39:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 40:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 41:
    0   libSystem.B.dylib        
    0x927eb1ba semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x949da417 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x3ff29eff 0x3fefa000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x949c6fbb PrivateMPEntryPoint + 56
    4   libSystem.B.dylib        
    0x9281c055 _pthread_start + 321
    5   libSystem.B.dylib        
    0x9281bf12 thread_start + 34
    Thread 42:
    0   libSystem.B.dylib        
    0x927eb166 mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x927f295c mach_msg + 72
    2   com.apple.CoreFou

    Please don't post entire crash reports here -- they make the forum unnavigable. You can post them to pastebin.com and link from here, though.
    I sitll don't know what AdobeBIB is, but it has something to do with PDF generation and the AGM library.
    Other than a minor Acrobat update, I can't think of any other update between last Friday and today.
    It's not impossible that is related. There are shared components between InDesign and Acrobat and perhaps something broke.
    That's not supposed to happen, but it could.
    Generally the crash logs from the latest version (e.g. CS5.5) are more helpful...

  • I am trying to use macro express and adobe acrobat 9 profession keeps shutting down, why is this happening?  I tried to run as administrator already as well on both Macro Express and in Adobe and it still keeps shutting down.

    I am trying to use macro express and adobe acrobat 9 profession keeps shutting down, why is this happening?  I tried to run as administrator already as well on both Macro Express and in Adobe and it still keeps shutting down.

    same problem, it's been happening to me for a week or two now i'm thinking about backing up my documents and just wiping it completely, see if that works. Has anyone else tried this? I'm loosing time and have already lost a good few hours of work as it just crashes randomly. need help!!!
    - saving these threads on my favourites cause i'm about to crash . . .

  • How can I click Acrobat Form button from VB (Excel Macro)?

    I may be asking in the wrong forum, but I'm at my wit's end and think just about anyone with VB experience would be able to tell me what I'm doing wrong. Is there a forum for interapplication/ VB/ forms questions?
    Suffice to say, I know very little about VB (or any of the other languages behind the software), but I've adapted code which has allowed me to get almost everything I need done, thus far.
    I'm trying, desperately, to finalize a Macro which enables me to export a lot of Excel info into individual Acrobat Forms and save them all independently. This all works fine, but there is one last thing I've not been able to accomplish: I need to remote click (or 'focus on') a button in the Acrobat form in order to select the icon button (dynamically set image relevant to each individual form, base on excel cell). The button's name, in Acrobat, is 'Photo1' and it is located on the 3rd page of the form. I've several SendKeys commands in order to save each file with a unique, row specific name.
    Option Explicit
    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
    Private Const SW_NORMAL = 1
    Public Const PDF_FILE = "Louisiana_Historic_Resource_Inventory Worksheet.pdf"
    Public Sub ClickMe()
        Application.Photo2_Click
    End Sub
    'this was an attempt to setup a sub which I'd call later...
    'all of the below stuff works fine- fills out the form, checks boxes, etc. as necessary
    Public Sub Export_Worksheet()
        Dim sFileHeader As String
        Dim sFileFooter As String
        Dim sFileFields As String
        Dim sFileName As String
        Dim sTmp As String
        Dim lngFileNum As Long
        Dim vClient As Variant
        Dim x As Integer
        ' Builds string for contents of FDF file and then writes file to workbook folder.
        On Error GoTo ErrorHandler
        x = 1
        sFileHeader = "%FDF-1.2" & vbCrLf & _
                      "%âãÏÓ" & vbCrLf & _
                      "1 0 obj<</FDF<</F(" & PDF_FILE & ")/Fields 2 0 R>>>>" & vbCrLf & _
                      "endobj" & vbCrLf & _
                      "2 0 obj[" & vbCrLf
        sFileFooter = "]" & vbCrLf & _
                      "endobj" & vbCrLf & _
                      "trailer" & vbCrLf & _
                      "<</Root 1 0 R>>" & vbCrLf & _
                      "%%EO"
        vClient = Range(ActiveSheet.Cells(989, 1), ActiveSheet.Cells(989, 90))
        Do While vClient(x, 1) <> vbNullString
        sFileFields = "<</T(Street Number)/V(---Street_Num---)>>" & vbCrLf & "<</T(Street Direction)/V(---Street_Dir---)>>"
    ''''''''''''theres a TON of the above correlations, all in the same format
            If vClient(x, 28) = "E" Then
            '     sTmp = Replace(vClient(1, 3), "-", "")
                sFileFields = Replace(sFileFields, "Cond-Excellent", "Yes")
            Else
                sFileFields = Replace(sFileFields, "Cond-Excellent", vbNullString)
            End If
            If vClient(x, 28) = "G" Then
                sFileFields = Replace(sFileFields, "Cond-Good", "Yes")
            Else
                sFileFields = Replace(sFileFields, "Cond-Good", vbNullString)
            End If
    ''''''''''''theres another TON of the above replacements, all in the same format
            sTmp = sFileHeader & sFileFields & sFileFooter
            ' Write FDF file to disk
            If Len(vClient(x, 1)) Then sFileName = vClient(x, 1) Else sFileName = "FDF_DEMO"
            sFileName = ActiveWorkbook.Path & "\Exports\" & sFileName & ".fdf"
            lngFileNum = FreeFile
            Open sFileName For Output As lngFileNum
            Print #lngFileNum, sTmp
            Close #lngFileNum
            DoEvents
            ' Open FDF file as PDF
            ShellExecute vbNull, "open", sFileName, vbNull, vbNull, SW_NORMAL
            Application.Wait Now + TimeValue("00:00:04")
            'Application.Photo2.Focus
    'PDF_FILE.Photo2.Focus
    'Application.Photo2_Click
            'Application.SetButtonIcon "Photo1", ActiveWorkbook.Path & "\Exports\" & "vClient(x, 1)" & "-1.pdf", 0
            'Application.Field.SetFocus "Photo1"
            Call ClickMe
    ''''above is where i'm trying to click the button, although I'd be just as happy if I could 'focus' on the button.
            Application.Wait Now + TimeValue("00:00:02")
            'Application.SendKeys (vClient(x, 1))
            'Application.SendKeys ("-1.pdf")
            'Application.SendKeys ("{ENTER}")
            'SetForegroundWindowap
            Application.SendKeys ("%fap")
            Application.Wait Now + TimeValue("00:00:03")
            Application.SendKeys (vClient(x, 1))
            Application.SendKeys ("{ENTER}")
            'If Len(vClient(x, 1)) Then PrintLine (vClient(x, 1)) ' Else sFileName = "_Check-Parcel"
            ''If Len(vClient(x, 1)) Then SendKeys = Len(vClient(x, 1)) Else sFileName = "_Check-Parcel" {ENTER}
            ''ShellExecute vbNull, "GetSaveFileName", sFileName, vbNull, vbNull, SW_NORMAL & vbCrLf
    '        ShellExecute vbNull, "print", sFileName, vbNull, vbNull, SW_NORMAL
            Application.Wait Now + TimeValue("00:00:02")
            Application.SendKeys ("^w")
            'ShellExecute vbNull, "close", sFileName, vbNull, vbNull, SW_NORMAL
            x = x + 1
        Loop
        Exit Sub
    ErrorHandler:
        MsgBox "Export_Worksheet Error: " + Str(Err.Number) + " " + Err.Description + " " + Err.Source
    End Sub
    I'm pretty sure one of many issues is that I don't know the fully-qualified name of the field/button, or how to properly identify it in the Macro.
    I have no doubt that my approach, if it's even possible, is clumsy and unfounded, but I am (obviously) flailing around for anything that can achieve clicking this confounded button. Any help appreciated.

    It was a button option - I haven't got access to Acrobat 8 here at home, but it was something like
    Add menu item
    File - attach to email
    When the button was clicked, the email application would open with a new email and the PDF would be attached, so you could enter the recipients email address and send.

  • Acrobat 9 Batch Converting Word Docs - Macros Disabled Popup but Macros Are Enabled.

    I'm using Acrobat 9 Pro Extended on Windows XP SP2.
    I am using Acrobat's batch process to convert thousands of Word 2003 docs to PDFs. For about 50% of the files, I get 2 popups - 1 in Word, then 1 in VB. Both say "The macros in this project are disabled ..." and I have to click OK for both popups.
    How can I turn this off. My Word 2003 Security settings are Low, Macros are Enabled, and I've done everything else I can find to do.
    I'm hoping there is a good work-around / setting change. Couldn't find one on the web.
    Thanks,
    John

    General Acrobat Problem Steps
    If you are having problems creating a PDF, there are two steps you should do FIRST
    Go to the appropriate vendor web site and apply all updates to the program you are using (several recent messages have concerned problems with MS Office conversion, with the response that different versions of Office have different BUGS that must be fixed by a download from Microsoft - and MS Office products are not the only ones which may, from time to time, need to be updated to work properly)
    Apply all updates IN NUMBER ORDER
    Acrobat Update http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    Or, use the Microsoft product for Office 2007
    http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87 041&displaylang=en

  • Creating PDF via Word Macro using Adobe Acrobat 9 Pro

    I've been trying to create a macro for Word documents that will write the document out as a PDF and named as C:\temp\temp.pd. My macro to date is below, but everything I've tried so far results in a .prn file, though it is named temp.pdf. Trying to record the Macro using toolbar buttons or dropdowns yields a macro with no code. Any suggestions?
    Sub WritePdfFile()
    ' WritePdfFile Macro
        Windows(1).Activate
        ActivePrinter = "Acrobat PDFWriter"
        Application.PrintOut FileName:="", OutputFileName:="C:\temp\temp.pdf", Range:=wdPrintAllDocument, Item:= _
            wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _
            Collate:=True, Background:=True, PrintToFile:=False

    I have tried using ActivePrinter = "Adobe PDF" . However, the results are the same. The file created is a prn file.  I've seen some references to a MS Word 'PDF Maker' plug-in that perhaps should be used, but this does not seem necessary to me. This is because, with the same document opened in Word, I can select the 'Convert to Adobe PDF' toolbar button and this creates a temp.pdf file as I need it. The challenge seems to be to get the same behavior through the use of a Macro.

  • Word 2007 & Acrobat 9: Macro to generate PDF

    I'm trying to create a Word 2007 macro which does some checks on a document (for example, refreshes all fields and checks for broken x-refs by searching for the text "Error!") before PDFing it.
    Does anyone know what Microsoft VBA will perform the same task performed by clicking the  Acrobat-->Create PDF option?
    Also, if anyone know of any similar macros that perform error-checking on Word document, please let me know,
    Thanks,
    P.

    Footnotes in tables were the problem with my doc as well.  I tried the option of saving the doc as a Word 2003 file, but it didn't help.  I chatted with Adobe Customer Service and was provided this fix:
    In Word 2007, click on the Acrobat ribbon
    In the "Create Adobe PDF" panel, click on "Preferences"
    In the "Settings" tab, under "Application Settings," UNCHECK the box next to "Enable Accessibility and Reflow with tagged Adobe PDF"
    After that, I was able to create the PDF, and the table of contents and external hyperlinks all worked.  The footnotes were no longer hyperlinked, but since they're on the same page as the items they're referencing, that's not really a problem.  Cheers,
    JG

  • How do you create a macro for Acrobat Convert Multiple Reports action in Microsoft Access

    I have several reports in microsoft access and I've been able to combine them into a single PDF file using the Acrobat Convert Multiple Reports feature. Is there a way to create a macro for this action? I would like to create a time event for this procedure.
    Any help I get on this is greatly appreciated.
    Thanks

    CTPetEng,
    Since this question is not related to CreatePDF, but rather to Acrobat, I'm moving your question to the Acrobat forum.
    Dave

Maybe you are looking for

  • Performing simulation in BPM Composer

    Hi Guys, Any one having idea of how to perform simulation in BPM Composer? Thanks in advance.

  • -50 error syncing iTunes 10.4 and Lion?

    Upgraded to Lion and iTunes 10.4 and am now receiving a -50 error trying to sync my iOS devices? Anyone else? All of the support documents are for older versions of iTunes, so not sure they apply.

  • Support for Microchip uC PIC 12F609/615 using Labview Platform

    Dear Sir, Does Labview Support PIC Processor Programming? If yes, which add on Module supports it, kindly give the details. Manohar Patil.

  • Extend the range?

    I was trying to set up a network in my school. I tried it with the "original" airport express, I have minimal range. So, I bought in my airport extreme hoping that the range would increase. It basically gave me the same range. Given that not all lapt

  • I am only getting some emails in Mail app

    I have two computers, my iMac and an XP running Outlook. Both have the same settings to retrieve email from my hosting service. I am only getting some email to my iMac/Mail app. That is, I can log onto my web server and see eMails marked as unread th