Drop an URL on a InDesign document from a Flex panel

Hi Everyone,
I have a Flex panel, in InDesign, from which I drag an URL. If I drop this URL on a text editor or a web browser, it works. But when I try to drop it on my InDesign document, it's a little bit harder.
I have implemented a subclass of CDragDropTargetFlavorHelper. The drop works perfectly on Windows. But on mac, I have problems in the method CouldAcceptTypes :
DragDrop::TargetResponse
AutocatDNDCustomFlavorHelper::CouldAcceptTypes(const IDragDropTarget* target, DataObjectIterator* dataIter, const IDragDropSource* fromSource, const IDragDropController* controller) const
               if (0 != dataIter && 0 != target)
            DataExchangeResponse response = dataIter->FlavorExistsWithPriorityInAllObjects(kURLDExternalFlavor);
                              if (response.CanDo())
The problem is that response.canDo() answers kTrue on Windows, but kFalse on Mac. I tried to explore the content of dataIter, but a call on dataIter->First() returns nil. I tried a controller->GetItemCount(), which returns 1. But if I try a controller->GetDragItem(1), I get a nil pointer. I have the impress there is no item.  Though, the drop works on another app than InDesign, as I said.
Is it a problem of internalization ? Or something else ? It let me dry.
Thanks in advance

Hi,
I solved this problem, but discovered another one. The flavor sent by the flex panel has been changed, so that it's a text flavor instead of an URL flavor. My method couldAcceptType works now :
DragDrop::TargetResponse
AutocatDNDCustomFlavorHelper::CouldAcceptTypes(const IDragDropTarget* target, DataObjectIterator* dataIter, const IDragDropSource* fromSource, const IDragDropController* controller) const
     if (0 != dataIter && 0 != target)
          // Check for URL Flavor in the drag
          DataExchangeResponse response = dataIter->FlavorExistsWithPriorityInAllObjects(kTEXTExternalFlavor);
               if (response.CanDo())
                    return DragDrop::TargetResponse(response, DragDrop::kDropWillCopy);
     return DragDrop::kWontAcceptTargetResponse;
The problem is now in the ProcessDragDropCommand method. Here is the code :
ErrorCode AutocatDNDCustomFlavorHelper::ProcessDragDropCommand(IDragDropTarget*                               target, IDragDropController* controller, DragDrop::eCommandType                    action)
       // retrieve drop data
               IPMDataObject* dragDataObject = controller->GetDragItem(1);
               uint32 dataSize = dragDataObject->GetSizeOfFlavorData(kTEXTExternalFlavor) ;
The problem is the IMPDataObject I get is nil. There is no item in the controller. However, there were items in the CouldAcceptTypes method, in the DataObjectIterator. So, where are my items ?
I tried using a custom CDataExchangeHandlerFor, but could not really understand what its usage was for. It didn't work anyway.
Has anyone an idea ?
Regards,
Rémi

Similar Messages

  • Is there a way to trace back an indesign document from which a certain jpeg was exported?

    I have a jpeg image that was exported from indesign a long time ago. I no longer know where the indesign file is located or it's name, but I need to edit the text of the jpeg and the only way to do that is by editing the original indesign document and reexporting it. Is there a way to trace back an indesign document from which a certain jpeg was exported?

    boshalosh wrote:
    I have a jpeg image that was exported from indesign a long time ago. I no longer know where the indesign file is located or it's name, but I need to edit the text of the jpeg and the only way to do that is by editing the original indesign document and reexporting it. Is there a way to trace back an indesign document from which a certain jpeg was exported?
    Depending on how the text interacts visually with the image, it might be possible to use the fill property of the content-aware deletion feature of recent Photoshop versions to remove the text with little or no evidence of the deletion, then apply text over the graphic however you like.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Is there a way to find and replace prices in an Indesign document from a CSV file?

    Is there a way to find and replace prices in an Indesign document from a CSV file. Currenty I have a catalog with codes and prices in tables. I need to find a way to look up the code (and new price) in the CSV file and overwrite the price in the current table with the new price. Does anyone know of a script to run this quickly?

    Hi,
    Try this
    1) with all the images showing, got to Find -> By caption or Note
    2) enter the caption you are looking for Image Description and click on OK
    It should display all the ones with that caption
    3) select a few images as a test
    4) go to Edit -> Add caption to selected items
    5) if you want to blank out the captions just check the box to replace the caption and click on ok
    6) You will need to confirm the blank captions
    You could use a similar procedure to change the caption to something else.
    Good luck
    Brian

  • Converting an InDesign document from English into Mandarin (Chinese)

    Using a Mac OS X Version 10.7.5. InDesign CS 5.5
    A 4 page layout in English needs translating to Mandarin (Chinese). I have been provided the copy in Mandarin in a Word document.
    Most of the Word doc looks fine other than a few characters show as rectangles.
    I then asked the client to copy and paste each of the four pages into an email, all of the characters showed were in Mandarin.
    I then copied and pasted from the email into the InDesign document only to find every character came up as a squares encased in a pink line.
    I have reset the settings on the Mac in System Prefs and changed to Chinese (as there's no setting for Mandarin), it has made no difference what so ever.
    Apple have advised InDesign has trouble with Asian fonts esp. double bite fonts.
    I do not have the seriel number for InDesign on me and therefore Adobe will not assist in this matter.
    Can anyone help please?

    Pink Piranha wrote:
    A 4 page layout in English needs translating to Mandarin (Chinese). I have been provided the copy in Mandarin in a Word document.
    Most of the Word doc looks fine other than a few characters show as rectangles.
    I then asked the client to copy and paste each of the four pages into an email, all of the characters showed were in Mandarin.
    I then copied and pasted from the email into the InDesign document only to find every character came up as a squares encased in a pink line.
    Apparently the font applied to the text in InDesign does not contain Chinese characters. Select one that does.
    I have reset the settings on the Mac in System Prefs and changed to Chinese (as there's no setting for Mandarin), it has made no difference what so ever.
    That merely changes the interface, doesn't it? Your documents would not change -- all of your e-mails, for example, are still in English, right?
    Apple have advised InDesign has trouble with Asian fonts esp. double bite fonts.
    Don't worry about that, Apple doesn't know anything about fonts, advanced typesetting, PDFs, color management ...

  • Creating an InDesign document from a PDF template

    I am creating an InDesign doc from a PDF template. How exactly do I go about getting the pdf template into InDesign? I don't know if I chose
    the correct option, but I created my doc in InDesign and then placed the pdf template into the doc? Is this correct? If not, any advice would be very helpful!
    Thanks.

    Actually, I'm not quite sure, from your description, what you're trying to do. If someone gave me an English PDF and told me to recreate it it into an InDesign document, I'd start by doing exactly what you did - I'd place it in InDesign. So, now the PDF is in InDesign, as an image that you can't edit. This is really helpful if you have to recreate a PDF perfectly in InDesign - you can know exactly where everything is, and place each new bit exactly where it is in the PDF.
    If someone is expecting you to add stuff to that PDF template, you can place it on top of the PDF in InDesign.
    If someone is expecting you to manipulate, change, revise, or otherwise actually touch the objects in the PDF template, they don't know what they're doing - PDF is a storage format, and it's not really easy (or even reliably possible) to edit things in PDFs.
    Does that make any sense? Please ask some more questions if this isn't clear.

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • Content of linked files in a inDesign-document refuses to update when edited.

    The problem:
    I have a question about linked files in an inDesign-document.
    We have a indesign-file (indd) wich contains text, linked map-illustrations and ads.
    One of the linked maps gets changed by an external map-producer via an VPN-tunnel. He works directly on one of the existing linked files (a map), and does not change the name or location of it after editing.
    After the change, we open the indd-file again, but no dialog-window appears telling us that a link needs to be updated. So we do it manually, but the changed content doesn't get updated in inDesign.
    If we target the linked file and choose to open it in illustrator for editing, all of the changes that was ment to be there, still is. It just doesn't show up in indesign. This also shows that the linking isn't the problem.
    The file is only placed at one spot in the document.
    Workaround:
    1. If WE (not the external map-producer) open the linked file and save it again (same name, same location), inDesign instantly promts us to update the link and the graphics updates without problem.
    2. If we place the file in a another location of the same inDesign-file, the correct content shows. (But still, the existing one does not update.)
    Question:
    Is there any way you can think of that could make this happen?
    If so, How can we solve it without having to use the workarounds?

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • On Windows Platform, encounters error when trying to open an Indesign document created from MAC

    Hi all,
    On Windows Platform, encounters error when trying to open an Indesign document in INDD format created from Mac. Error received "Either the file does not exist, you do not have permission, or the file may be in use by other application". I am currently using Adobe Indesign CC 9.2 Trial version.
    Kindly advise how can i open this document on windows platform and allows me to edit the document.
    Thanks!
    With Rgds,
    Fiona Choy

    Normally there is no problem to open any INDD opening on Windows, when created on the Mac.
    But Mac user are often not aware on the naming limitations. A file name must not contain /, \, |, :
    It should not contain any extended character, it is not a primary problem but will be, if something links to that file, so avoid also: ÄÖÜäöüß+&
    You can use all other non A-Z a-z, 0-9 and - and  _
    I personally would also recommend to avoid spaces.
    This is valid for the INDD file itself but also for all linked content.

  • Copying a page from one InDesign document to another

    I have a page in an InDesign document (which contains graphics) that I would like to copy to another InDesign document, but Copy / Past does not work.

    Have both files open...
    In the source file open the pages panel and select the page(s) you want to copy, from the panel menu choose move page(s), and select the destination file and specify a position.

  • InDesign CS6 Crashes when opening any document from the network

    Below are my notes on this issue along with the useless crash reports that Adobe and Apple ignore.
    File location showing now special or reserved words in path: /Volumes/design/Design/Print/COLOR CARDS/Color Card-Country/INHOUSE
    After crash, reopens document from crash and reports no issues
    Same behavior even if ID is already open
    Same issue if files are on server share with or w/o oplocks
    Same crash issue if opening from desktop w/ all links local to desktop
    Reopen after crash from opening on desktop opens fine
    ID version 8.02 (CS6)
    OS X 10.9.4 same issue with OS 10.8.5
    I have removed and reinstalled ID CS6 and all patches
    This happens on ALL Macs in the office
    The server is a QNAP with access via SMB, all users logon as guest. NO AFP is in use. Only SMB. No errors reported at server.
    Crash report below with Mac info:
    Model Name: iMac
      Model Identifier: iMac11,1
      Processor Name: Intel Core i7
      Processor Speed: 2.8 GHz
      Number of Processors:  1
      Total Number of Cores:  4
      L2 Cache (per Core):  256 KB
      L3 Cache: 8 MB
      Memory: 16 GB
      Processor Interconnect Speed:
    4.8 GT/s
      Boot ROM Version: IM111.0034.B02
      SMC Version (system):  1.54f36
      Serial Number (system):  QP0280EJ5RU
      Hardware UUID: 00776F07-F1ED-51D5-8C91-CA415D8ECA74
    When opening the file it appears to want to ask about fonts but never redraws the screen then crashes:
    Process:         Adobe InDesign CS6 [928]
    Path:            /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier:      com.adobe.InDesign
    Version:         8.0.2.413 (8020)
    Code Type:       X86 (Native)
    Parent Process:  launchd [223]
    Responsible:     Adobe InDesign CS6 [928]
    User ID:         62061693
    Date/Time:       2014-07-04 16:28:00.130 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000024
    VM Regions Near 0x24:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.BIB               
    0x00dd60bb 0xdd0000 + 24763
    1   com.adobe.BIB               
    0x00dd4755 0xdd0000 + 18261
    2   com.adobe.CoolType           
    0x00e62ac1 0xe20000 + 273089
    3   com.adobe.CoolType           
    0x00e63264 0xe20000 + 275044
    4   com.adobe.CoolType           
    0x00e64bd8 0xe20000 + 281560
    5   com.adobe.CoolType           
    0x00e65708 0xe20000 + 284424
    6   com.adobe.CoolType           
    0x00e55a62 0xe20000 + 219746
    7   com.adobe.CoolType           
    0x00e675e1 0xe20000 + 292321
    8   com.adobe.CoolType           
    0x00e5691c 0xe20000 + 223516
    9   com.adobe.CoolType           
    0x00f47f07 CTInit + 784415
    10  com.adobe.CoolType           
    0x00f75a29 CTInit + 971585
    11  com.adobe.CoolType           
    0x00f4cd8f CTInit + 804519
    12  com.adobe.CoolType           
    0x00f4cfa6 CTInit + 805054
    13  com.adobe.CoolType           
    0x00f4d09d CTInit + 805301
    14  com.adobe.CoolType           
    0x00ee84bc CTInit + 392660
    15  com.adobe.CoolType           
    0x00e7c17e 0xe20000 + 377214
    16  com.adobe.InDesign.Optical Kerning
    0x151e9d87 GetPlugIn + 29063
    17  com.adobe.InDesign.Optical Kerning
    0x151ebede GetPlugIn + 37598
    18  com.adobe.InDesign.Optical Kerning
    0x151e44f4 GetPlugIn + 6388
    19  com.adobe.InDesign.Optical Kerning
    0x151e2080 0x151dd000 + 20608
    20  com.adobe.InDesign.Optical Kerning
    0x151e0c1b 0x151dd000 + 15387
    21  com.adobe.InDesign.Optical Kerning
    0x151e0aaa 0x151dd000 + 15018
    22  com.adobe.InDesign.Optical Kerning
    0x151e1a25 0x151dd000 + 18981
    23  com.adobe.InDesign.Paragraph Composer
    0x18e8a857 TE::MarkerPositionOptions IDTEConvert<IFootnoteSettings::MarkerPositionOptions, TE::MarkerPositionOptions>(IFootnoteSettings::MarkerPositionOptions const&) + 39687
    24  com.adobe.InDesign.Paragraph Composer
    0x18e1d21a GetPlugIn + 81034
    25  com.adobe.InDesign.Paragraph Composer
    0x18e1d668 GetPlugIn + 82136
    26  com.adobe.InDesign.Paragraph Composer
    0x18e25398 GetPlugIn + 114184
    27  com.adobe.InDesign.Paragraph Composer
    0x18e525c6 GetPlugIn + 299062
    28  com.adobe.InDesign.Paragraph Composer
    0x18e5614c GetPlugIn + 314300
    29  com.adobe.InDesign.Paragraph Composer
    0x18e57985 GetPlugIn + 320501
    30  com.adobe.InDesign.Paragraph Composer
    0x18e597eb GetPlugIn + 328283
    31  com.adobe.InDesign.Paragraph Composer
    0x18e0afb3 GetPlugIn + 6691
    32  com.adobe.InDesign.Paragraph Composer
    0x18e0e0ca GetPlugIn + 19258
    33  com.adobe.InDesign.Paragraph Composer
    0x18e0990c GetPlugIn + 892
    34  com.adobe.InDesign.Text     
    0x1b95e90d GetPlugIn + 3701709
    35  com.adobe.InDesign.Text     
    0x1b778b6a GetPlugIn + 1711658
    36  com.adobe.InDesign.Text     
    0x1b765f96 GetPlugIn + 1634902
    37  com.adobe.InDesign.Text     
    0x1b7845e4 GetPlugIn + 1759396
    38  com.adobe.InDesign.Text     
    0x1b783e03 GetPlugIn + 1757379
    39  com.adobe.InDesign.Text     
    0x1b782e70 GetPlugIn + 1753392
    40  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    41  com.adobe.InDesign.Text     
    0x1b6a704d GetPlugIn + 852749
    42  com.adobe.InDesign.Text     
    0x1b6a6ed3 GetPlugIn + 852371
    43  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    44  PublicLib.dylib             
    0x017cd17a CShape::DrawHierarchy(GraphicsData*, long) + 354
    45  PublicLib.dylib             
    0x017cf1fd CGraphicFrameShape::DrawShape_Hierarchy(GraphicsData*, long) + 389
    46  PublicLib.dylib             
    0x017cee24 CGraphicFrameShape::DrawShape(GraphicsData*, long) + 130
    47  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    48  com.adobe.InDesign.Layer     
    0x18753981 0x1874d000 + 27009
    49  com.adobe.InDesign.Generic Page Item
    0x17a17250 GetPlugIn + 142112
    50  com.adobe.InDesign.Layer     
    0x1875381d 0x1874d000 + 26653
    51  com.adobe.InDesign.Layer     
    0x18753203 0x1874d000 + 25091
    52  com.adobe.InDesign.Spread   
    0x1aa6bf4b 0x1aa5f000 + 53067
    53  com.adobe.InDesign.Spread   
    0x1aa6ef4d 0x1aa5f000 + 65357
    54  com.adobe.InDesign.Spread   
    0x1aa6b86e 0x1aa5f000 + 51310
    55  com.adobe.InDesign.AppFramework
    0x15ca2494 GetPlugIn + 89108
    56  PublicLib.dylib             
    0x018b6355 MultiThreadedWorkProgressBar::DoUpdate() + 11247
    57  PublicLib.dylib             
    0x018b7b3c SnapshotUtilsEx::Draw(long, unsigned long, PMReal const&, unsigned long, SnapshotUtils::Transparencies, IdleTimer*, std::map<IDType<ClassID_tag>, PMReal, std::less<IDType<ClassID_tag> >, std::allocator<std::pair<IDType<ClassID_tag> const, PMReal> > >*, unsigned long) + 102
    58  com.adobe.InDesign.Layout   
    0x189d977d GetPlugIn + 62253
    59  com.adobe.InDesign.Layout   
    0x189da35a GetPlugIn + 65290
    60  com.adobe.InDesign.AppFramework
    0x15cbae07 GetPlugIn + 189831
    61  com.adobe.InDesign.AppFramework
    0x15cb9739 GetPlugIn + 183993
    62  com.adobe.InDesign.AppFramework
    0x15c71196 0x15c63000 + 57750
    63  com.adobe.InDesign.AppFramework
    0x15c8f769 GetPlugIn + 12009
    64  com.adobe.InDesign           
    0x00001ec5 main + 341
    65  com.adobe.InDesign           
    0x00001d55 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib       
    0x96501992 kevent64 + 10
    1   libdispatch.dylib           
    0x97348899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib           
    0x97348532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x9218e88d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    5   PMRuntime.dylib             
    0x005bb581 SetVSizeBaseline(unsigned long) + 1473
    6   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib       
    0x964fbf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib       
    0x964fb16c mach_msg + 68
    2   com.apple.CoreServices.CarbonCore
    0x9218b52d TS_exception_listener_thread + 138
    3   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    4   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    5   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec1f GetPlugIn + 861087
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec1f GetPlugIn + 861087
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib       
    0x96500b76 __semwait_signal + 10
    1   libsystem_c.dylib           
    0x92bdbfb7 nanosleep$UNIX2003 + 219
    2   com.adobe.InDesign.Support for JavaScript
    0x1acddacb GetPlugIn + 317883
    3   com.adobe.InDesign.Support for JavaScript
    0x1acc2f79 GetPlugIn + 208489
    4   com.adobe.InDesign.Support for JavaScript
    0x1acdde38 GetPlugIn + 318760
    5   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    6   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    7   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib       
    0x96500a26 __recvfrom + 10
    1   libsystem_c.dylib           
    0x92bdc0c9 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib
    0x212ad733 Invoke + 47867
    3   ServiceManager-Launcher.dylib
    0x212ac846 Invoke + 44046
    4   ServiceManager-Launcher.dylib
    0x212ab988 Invoke + 40272
    5   ServiceManager-Launcher.dylib
    0x212aba0f Invoke + 40407
    6   ServiceManager-Launcher.dylib
    0x212a6baf Invoke + 20343
    7   ServiceManager-Launcher.dylib
    0x212a6ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib
    0x212a7685 Invoke + 23117
    9   ServiceManager-Launcher.dylib
    0x212a78f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib
    0x212aa2a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib
    0x212aa3fd Invoke + 34757
    12  ServiceManager-Launcher.dylib
    0x212aac91 Invoke + 36953
    13  ServiceManager-Launcher.dylib
    0x212aadb2 Invoke + 37242
    14  ServiceManager-Launcher.dylib
    0x2129d656 Login + 461
    15  ServiceManager-Launcher.dylib
    0x212a109a Login + 15377
    16  ServiceManager-Launcher.dylib
    0x212ab165 Invoke + 38189
    17  ServiceManager-Launcher.dylib
    0x212ad2eb Invoke + 46771
    18  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    19  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    20  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine         
    0x2ecf0017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine         
    0x2ed0920e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine         
    0x2ecf0017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine         
    0x2ee7e168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 29:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib       
    0x964fbf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib       
    0x964fb16c mach_msg + 68
    2   com.apple.CoreFoundation     
    0x91361bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation     
    0x913611d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation     
    0x913609ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation     
    0x9136084b CFRunLoopRunInMode + 123
    6   com.apple.Foundation         
    0x9b052095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation         
    0x9b051f0e -[NSThread main] + 45
    8   com.apple.Foundation         
    0x9b051e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 30:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib       
    0x96500ace __select + 10
    1   com.apple.CoreFoundation     
    0x913b1ae6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    3   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    4   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec9a GetPlugIn + 861210
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 33:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 37:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00dd605e  ecx: 0xffffffff  edx: 0x00deefc0
      edi: 0x00000000  esi: 0x00000000  ebp: 0xbfffb868  esp: 0xbfffb820
       ss: 0x00000023  efl: 0x00010246  eip: 0x00dd60bb   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000024
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x4ff7 +com.adobe.InDesign (8.0.2.413 - 8020) <26D9D0B7-6A29-A549-7EF5-E2E11360ED2A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        0xb000 -     0xbff7 +InDesignModelAndUI (0) <2E042CB4-E42B-151B-E858-1352BF64CBA2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
        0xf000 -     0xfff7 +InDesignModel (0) <C9ABC1CF-850A-FCC7-2CEA-68B14F048036> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
       0x13000 -   0x1f3fef +WidgetBinLib.dylib (1) <D2AAB5B9-0694-32FA-38D5-F97FEE688C9D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/WidgetBinLib.dylib
      0x2a1000 -   0x480ffb +com.adobe.owl (AdobeOwl version 4.0.96 - 4.0.96) <B6B76E81-301D-D087-93F3-FDF9AB323665> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x4ae000 -   0x548ff3 +com.adobe.owl-canvas (AdobeOwlCanvas version 3.6.05 - 3.6.05) <8E0CC5EB-E18A-20BD-BDC4-667D1CC43C12> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0x555000 -   0x55efff +ASLSupportLib.dylib (1) <000064CE-84C2-F397-BAB1-17055FA344EC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ASLSupportLib.dylib
      0x565000 -   0x5a1ffb +TextPanelLib.dylib (1) <019DE080-1920-928F-57FB-F8FD8FCCA227> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/TextPanelLib.dylib
      0x5b8000 -   0x5c1ff3 +PMRuntime.dylib (1) <4144398F-56A5-BB9C-3FEB-E306BAA505A2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PMRuntime.dylib
      0x5ca000 -   0x746ff3 +com.adobe.ACE (AdobeACE 2.19.18.19553 - 2.19.18.19553) <2C680020-62C1-F45D-B48C-9D5AB8E99DCC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x755000 -   0xd1bfff +com.adobe.AGM (AdobeAGM 4.26.21.31374 - 4.26.21.31374) <1B7331D1-90F9-F1EF-3238-49CEED822CFD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0xd8f000 -   0xdcaff7 +com.adobe.ARE (AdobeARE 1.5.02.19553 - 1.5.02.19553) <264C1354-0764-AFAB-5BB7-DA4B4EBEEFC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0xdd0000 -   0xdedff3 +com.adobe.BIB (AdobeBIB 1.2.02.19553 - 1.2.02.19553) <D3D9FDCE-75B2-7FB3-71C8-D5DF313F6B0F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0xdf3000 -   0xe1aff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <34F46810-2864-0365-91CF-BF9C8503400A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0xe20000 -  0x1149fef +com.adobe.CoolType (AdobeCoolType 5.10.70.21235 - 5.10.70.21235) <1BF23DC8-AB4A-D0A8-622A-90A861016CF9> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1181000 -  0x157dfe7 +com.adobe.MPS (AdobeMPS 5.8.0.24821 - 5.8.0.24821) <79993F63-C04A-6158-62F1-50F368104552> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x15db000 -  0x1640ff3 +ObjectModelLib.dylib (1) <121426FD-C30A-48C4-98B2-8B610945C69C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ObjectModelLib.dylib
    0x1658000 -  0x16b5feb +DataBaseLib.dylib (1) <F5ED35C9-1779-CF0D-BD50-0BC162D96A31> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/DataBaseLib.dylib
    0x16c5000 -  0x1b17ff7 +PublicLib.dylib (1) <FE41768D-FB5A-4216-E941-409BE23643CD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PublicLib.dylib
    0x1c44000 -  0x1c5bffb +com.adobe.AFL (AdobeAFL 1.0.0 - 1.0) <3B7A1817-3CA4-BEAA-A44A-5A9B5D664E93> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1c6c000 -  0x1c78ff7 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <56B14206-3221-D261-2B01-F91074D192FC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x1c95000 -  0x1c9dfef +libtbbmalloc.dylib (0) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x1caa000 -  0x1cc9fff +libtbb.dylib (0) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbb.dylib
    0x1cde000 -  0x1ce6fef +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <088B6233-3B58-D51A-4609-1FF7F462B1D3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x1cfd000 -  0x1e3dfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x1eaf000 -  0x1eb2ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120720) <A6503206-E545-4C47-B725-D6658C3E0BF5> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x1eba000 -  0x2bffff7 +libicudata.40.0.dylib (40) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x2c12000 -  0x2d47fe7 +libicui18n.40.0.dylib (40) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x2dbb000 -  0x2eacfef +libicuuc.40.0.dylib (40) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x2ee9000 -  0x2f5bfef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2f68000 -  0x304aff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x3059000 -  0x3121fe7 +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <E124FC44-4A5C-A3C5-C7E2-0631F1D6E628> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x31c7000 -  0x31c8ff7 +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <957930FC-D7B3-FAEA-0075-63C7B0E59070> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x31cf000 -  0x326dfe3 +libicucnv.40.0.dylib (40) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x328f000 -  0x3296ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x9661000 -  0x9664ffa  libCGXType.A.dylib (599.25.10.1) <FAA0A87E-0E30-3787-88F0-D0CD8F5661A2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x966c000 -  0x966dffd  com.apple.textencoding.unicode (2.6 - 2.6) <27946D57-CEFB-3EF1-B124-4A39D2621738> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x9673000 -  0x9674ff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x96b3000 -  0x96c1fff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9a2c000 -  0x9a5efe3 +com.adobe.Reader for DOCX (Reader for DOCX 5.6.0.19506 - 5.6.0.19506) <BE1E7785-EB91-BA70-DFE5-6077B90E58AC> /Applications/Adobe InDesign CS6/*/Reader for DOCX
    0x9a67000 -  0x9af5ffb +com.adobe.AdobeSangamML (AdobeSangamML 5.6.0.19506 - 5.6.0.19506) <50915543-BBBF-63F6-05D1-28D484194BBD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0x9b16000 -  0x9b29ff7 +com.adobe.AdobeSFL (AdobeSFL 1.1.0.18561 - 1.1.0.18561) <5A153C87-DD7A-CE28-2E93-7DC120D4244F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0x9bb6000 -  0x9bc8ffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9bcc000 -  0x9bd4ff7  libCGCM

    Turns out this is a known bug in InDesign 8.0.2.413.
    Awaiting a fix from Adobe

  • Script for replacing Image from a frame into InDesign document file

    Hi All,
    I am having an indesign document (indd) file with images and texts. I am using InDesign Server CS4 to run the scripts via SOAP.
    My requirement is to replace any of the images from the required frame/s of indesign document through scripting (I already have frame id of which image needs to be replaced). I have written written java-script file (as given below): but when I execute this java-script on InDesign Server via SOAP, I get follwoing error into InDesign Server:
    10/03/09 15:15:54 INFO  [javascript] Executing File: \\Server_IP_Address\JavaScript_File_Path\JavaScript_File.js
    10/03/09 15:16:01 ERROR [link manager] Link missing.; file:C:/help.gif
    10/03/09 15:16:01 ERROR [link manager] Link missing.; file:C:/Documents%20and%20Settings/All%20Users/Documents/My%20Pictures/Sample%20Pictures/ Water%20lilies.jpg
    10/03/09 15:16:01 ERROR [link manager] Link missing.; file:C:/Documents%20and%20Settings/All%20Users/Documents/My%20Pictures/Sample%20Pictures/ Winter.jpg
    Following is the java-script that is being used for replacing image from indd's frame:
    var myDocument = app.open(File('//Server_IP_Address/InDesignDocument_File_Path/Sample.indd'));
    var tmp_frmid="1339"; //frame id of which image needs to be replaced.
    for (var i=0;i<myDocument.pages.length;i++)
    var objPage=myDocument.pages.item(i);
    var objPageitems = objPage.pageItems;
    try
    var obj = objPageitems.itemByID(tmp_frmid);
    obj.images[0].remove;
    obj.appliedObjectStyle = null;
    var myImage=obj.place(File('//Server_IP_Address/Images_to_be_reolaced_Path/ImageFile.jpg'));
    var old_height = myImage.geometricBounds[2] - myImage.geometricBounds[0];
    var new_height = obj.geometricBounds[2] - obj.geometricBounds[0];
    var old_width = myImage.geometricBounds[3] - myImage.geometricBounds[1];
    var new_width = obj.geometricBounds[1] + ((new_height / old_height) * old_width);
    myImage.geometricBounds = [obj.geometricBounds[0] + "mm", obj.geometricBounds[1] + "mm", obj.geometricBounds[2] + "mm", new_width + "mm"];
    var diff = obj.geometricBounds[1] - myImage.geometricBounds[1];
    myImage.move( undefined, [diff,0] );
    break;
    catch(e)
    myDocument.save('//Server_IP_Address/InDesignDocument_File_Path/Sample.indd');
    var previewFile = File('//Server_IP_Address/Images_to_be_reolaced_Path/ImageFile.jpg');
    app.jpegExportPreferences.jpegQuality["JPEGOptionsQuality.low"];
    app.documents.item(0).exportFile(ExportFormat.jpg, previewFile);
    myDocument.close();
    I have very urgent requirement; if anyone have any idea; please suggest me. \
    It would be highly appreciable.
    Kind Regards,
    Prashant.

    http://www.automatication.com/selection-to-pdf-script.html
    Harbs
    http://www.in-tools.com

  • Garbage text prints when printing documents from InDesign

    I am encountering an odd error when printing from InDesign 4.0.4 (CS2) to some HP printers (HP 4650 and 2430n). Some documents print just fine with no problems. But a couple of documents will either never print, or when they do print, they print a line or few of garbage text (black diamonds, smiley faces, etc.) per page, plus some blank pages, and it will run through tons of paper when it does this.
    I've found the following document which describes my problem pretty closely.
    http://h10025.www1.hp.com/ewfrf/wc/genericDocument? docname=c00028613&cc=us&dlc=en&lc=en&jumpid=regR1002USEN
    The problem is that I have set the Graphics to print as ASCII, and this problem still occurs. Could it be a problem with a particular EPS file printing or something? This document (with all of the included text, EPS images, etc) become fairly sizeable, such as 150 MB in size. The HP 4650 has 512 MB of memory, whereas the HP 2430 has 64 MB of memory.
    I printed this same problem document from another computer, with all of the same settings in InDesign, and it printed with no problems.
    Any idea on what is going on here?

    Hello Chad,
    Do you know if the two printers support PostScript? It sounds like they don't and therefore they will be using filters to convert the PS data from InDesign into a format that it understood by the printer. It will be in this conversion process that something will be going astray and that will cause the corrupted output. Try running a Repair Disk Permissions to see if this helps.
    I don't believe the amount of RAM will cause the problem, it should only impact the speed at which the document can be spooled from the Mac. However, if the error is only occuring from InDesign and when working with large files, then it may have something to do with it. But if the other PC is okay then it may rule out the RAM. What print language is the other PC using to print to the HP's?
    Regards,
    Paul

  • How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    The error message is below. When I get info on the file it says it's a CS3 file.

  • Will pages automatically reformat to correct size when using Folio Builder or do I have to make pages iPad format, for example, in InDesign document set up from the start?

    Will pages automatically reformat to correct size when using Folio Builder or do I have to make pages iPad format, for example, in InDesign document set up from the start?

    Moved to DPS forum.
    You need to set up the pages appropriately for the target device. For iPad that's 1024x768.

  • Finding then combining content from several indesign documents in one document

    Hi everyone,
    I wonder if someone can help...
    I'm trying to write scripts for indesign server which I want to:
    a) search for,
    b) pick out, then
    c) put together content from one or many indesign documents into a template on the server starting at a pre-defined point in the template. 
    After that we produce a pdf of the document to pass on / do whatever. I've got so far with the scripting documentation but I'm stuck!  This is what I've done so far:
    1/ create a document template with a script
    2/ add text elements to the document template (header and footnote, title,       body text i.e. intro and data, and the contact details)
    3/ add text / content from another indesign file into this       document (so far only done it with a .txt file) ...
    ... I'm stuck on the indesign documents at the moment.  I have       looked at various options, the most appropriate way I can see in       the manuals to get content from one document to another is by       duplicating.  My understanding is to do this you have to target the text in the source       document, duplicate it and then add it into a text frame on the       target document.  It's the targettting of the text and surrounding       elements in the source document I'm battling with. 
    any ideas on how I go about this effectively? 
    Any help and advice appreciated!

    The story so far...
    I've added the code kindly provided by getZinger (thanks again!) and am now stuck on the next stage, .  I've commented the code where I'm having problems, and essentially have two key issues to resolve:
    1/ how I get the documents to be placed one after the other, avoiding the overlay I get on the first insertion page.
       (I am using a fixed value as an insert point as the template I'm using will always have inserts starting on page 3).
    2/ how I access the pdf's I want to insert from a location other than C:\Users\Whoever\Documents\
    try{
    for(myCounter = app.documents.length; myCounter > 0; myCounter--){
    app.documents.item(myCounter-1).close (SaveOptions.no);
      myDocument = app.open(File("C:/.../template.indd"));
      myPDFFiles = ["pdf1.pdf","pdf2.pdf","pdf3.pdf"];
    insertPdf();
    function insertPdf(){
    //I've gone for a static number here as the datapage in the skeleton doc  is page 3.
    //This seems to result in some of the pages being placed on top of each  other :-(
        var myPage = myDocument.pages.item(2);
        /*var myPageNames = new Array;
        //Get the names of the pages in the document
        for(var myCounter = 0; myCounter < myDocument.pages.length;myCounter++){
            myPageNames.push(myDocument.pages.item(myCounter).name);
        var myPDFSet = File("C:/Users/Simon/Desktop/Mexico.pdf");
        for(myIndex=0;myIndex<myPDFFiles.length;myIndex++){
        myPDFSet = File(myPDFFiles[myIndex])
        myPlacePDF(myDocument, myPage, myPDFSet);
        myDocument.exportFile(ExportFormat.pdfType, new File("C:/.../test_insert.pdf"), false);
        myDocument.close(SaveOptions.no);
    }catch(e) { myDocument.close(SaveOptions.no); }
    function myPlacePDF(myDocument, myPage, myPDFSet){
    var myPDFPage;
    app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
    var myCounter = 1;
    var myBreak = false;
    while(myBreak == false){
    if(myCounter > 1){
    myPage = myDocument.pages.add(LocationOptions.after, myPage);
    app.pdfPlacePreferences.pageNumber = myCounter;
    //the files seem to be automatically placed from C:\Users\Whoever\Documents
    //I need to change this to accept a different file path somehow but I  don't know how
    //this is why the myPDFFiles array only has filenames at the moment
    myPDFPage = myPage.place(File(myPDFSet), [0,0])[0];
    if(myCounter == 1){
    var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
    else{
    if(myPDFPage.pdfAttributes.pageNumber == myFirstPage){
    myPage.remove();
    myBreak = true;
    myCounter = myCounter + 1;
    once again, thanks for taking the time to read this, any help greatly appreciated :-)

Maybe you are looking for