Linking Data Merge Field with JavaScript for PDF link

Hello everyone,
I am using the data merge in InDesign to generate a PDF with data from a data source file. The data merge will populate a Product Number field. I want to write a script that will modify the Product Number field to contain a JavaScript Link in the resulting PDF.
For example, the product number [1234-567] will launch: app.launchURL("plsddr://localhost/1234-567|*", true); when the Product Number link is clicked on in the resulting PDF.
Can anyone provide an example on how this could be done, or point me in the right direction? If there is a better way to go about this, please let me know.
Thanks!

What findText returns is a list of Text, but that's totally interchangeable with Word. It appears InDesign can switch at will between Characters, Words, Lines, Paragraphs, and Stories.
Text can consist of one single SpecialCharacter (a column break, or a hard return, or any of the SpecialCharacters enumeration), or of a standard JavaScript "String" object -- a simple Unicode string.
The property that 'holds' the text is "contents" -- so, adding all of this up, to 'get' the text that has been found, you'd typically use
next = list.pop();
alert ("The text contents of this one is '"+next.contents+"'");
and you can build further on that -- using it as a HyperlinkDestination URL, or something like that. The Text item -- 'next' -- still points to the 'live' text it was found at, so be careful not to modify it. Doing something like
next.contents = 'hey what happened';
will change the actual text in your document. But it's also useful to add, for example, a hyperlink to the actual position this text was found on.
(A tip regarding changes: if you are to change your document, the original items findText pointed to will be messed up after you changed the first one! To prevent that, work backwards from the last item found to the first. findText(true) will reverse the order of found items, from last to first -- see the JS Help on that.)
As for
(Also, how do you print the contents of a Word object?)
that depends on what you mean with 'print' . To a printer?

Similar Messages

  • Possible to include merge fields with exported PDF?

    Hello,
    I have only a simple question - is it possible to include data merge fields when exporting to pdf?
    Using InDesign CS2, we are doing a direct mailing campaign and having the printing outsourced. It is a 4 page document with only page 1 personalised - sending to over 1,500 recipients.
    The printer says he doesn't want our indesign file, he just wants us to create the 4 page indesign document, prepare the data merge fields, export to pdf and then send it to him.
    He says he'll then import it back into his own indesign one he gets this pdf and do the merge himself with the excel .csv file we provide.
    Does this sound about right? If so, how can I ensure the pdf is correct to send over?
    I have managed to get the data merge fields to be clickable like links in the exported PDF by including 'hyperlinks' and 'interactive elements' when exporting - but is this correct?
    Thank you in advance for all your help...

    The printer is right that he can use your pdf.  It is ok to place a pdf into InDesign. It might fit into his workflows and experience to do this work so.
    I would recommend to use a PDF/X4 with bleed as the printer requieres to place into an INDD file. But you should communicate with your printer how he wants it.

  • Create data merged document with data on every second page?

    Is it possible to create a data merged document with the variable data only on every second page?
    I have set up the pages with the variable data as a master page (on every odd page) with the text box and paragraph style all set up, and I have set 'override master page items' so the data can be placed, but InDesign seems to freeze up when I try to create the merged document?

    There should be no problem doing the merge with a two-page master and a two-page template document with fields only on one page (and off the top of my head there's no reason to move them off the master page if that's where you put them). I think the problem here is that rachrachm already has a file of 500 pages (based on another thread asking how to apply masters to every other page).
    It's potentially possible to simply place the data file (without the header row) as a text file and auto-flow through the master page frames (can't say for sure without seeing the files), or if the pages without the merge fields are the same just, remove all but the first two pages from the template and do the merge.
    As I metioned earlier, though, this is a very inefficient method of producing that sort of document. A true variable data print flow would be better (you'd need to find a commercial printer who can do it with your data file), or the home version would be to make one single page file for the static content, print 250 copies (plus a few extras, just in case), then make a single page merge template, do the merge, and print that on the back of the already printed pages, or as a separate page. It is immeasurably faster to print multiple copies of a document than it is to print a document that has multiple identical pages.

  • Make Data Merge import certain page of pdf or indesign document

    I don't know if it is possible but can you make Data Merge import certain page of pdf or indesign document, this would be great addition for indesign

    Here are a couple of questions that might help understand what might need to be done to achieve your request:
    * How do you propose to identify the desired page(s) within a PDF and an ID document, so the merge field placeholder knows how to find it?
    * How do you propose to keep track of the page if they're re-ordered in an updated document?
    * What if the identification marker is within text and flows to a different page - would you want to retrieve the original page (before the reflow) or the new page to which the marker would have flowed?
    Perhaps the scripters could comment on the possibility of scripting these.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    aybekDes wrote:
    I don't know if it is possible but can you make Data Merge import certain page of pdf or indesign document, this would be great addition for indesign

  • Merge Fields with Content Controls

    Hello everybody,
    we are using word templates to generate quotations in print form. This process worked fine using the old Technology (custom XML).
    Because a newer Version of Microsoft Office is now being used, the technology has been updated to the new one (content controls).
    Now we are facing one Problem. With the old Technology we used merge fields for formatting fields, e.g. to get rid of leading zeros. But it seems that the function of merge fields cannot be combined with a dynamic field which has been added to the document out of the SAP Data Panel.
    Has anybody an idea how we can use merge fields with this new technology?
    Best regards,
    Patrick Müller

    Hi Albert,
    The Demo program SAPRDEMO_MAILMERGE_INTERFACE you have found is correct for the issue you are facing. If you still have trouble with your program do let me know and i will write down the steps for you here.
    However, for the issue I have posted here, program does not work. I have tried writing a IF condition in the Mail Merge Template and to execute it but to my surprise it does not work. Neither SAP has provided any specific information related to Formula and calculations to be done in Mail Merge Template.
    Cheers,
    Kunjal

  • Extracting an image data merge field using only an indesign file and not document.dataMergeProperties.dataMergeFields

    Hi,
    I have kind of a weird requirement but I hope you guys can help out.
    I need to extract all the custom fields used in an indesign file without referencing the dataMergeProperties of a document. Sorry if this is a weird request it is just what I've been told (our system needs to not crash when people upload a variety of in design documents to generate high resolution jpg preview documents).
    I can already get all the text custom fields by looking for "<<" and ">>" in the text frames of a document but I'm having a really hard time finding the image custom fields.
    I tried looking at the rectangles for a given page but that didn't seem to help (but maybe i'm missing some there). I also tried looking at the graphics and images collection of a document but this seemed to return only graphics that are hard coded on the in design document and not the custom image fields.
    Any help would be appreciated!

    Uggg....
    Found the answer after I realized I was looking at the wrong SDK (5.0 instead of 6.0)
    I'm using the doc.hyperlinkPageItemSources property to get these images. It also looks like you can get the image data merge fields from DataMergeImagePlaceholder (but rememeber I couldn't access this).

  • InDesign Data Merge problem with field names

    Hi to all.
    I am trying to create a sales catalog with data merge. I have product name, description, old price, new price and image. However, when I select my .csv file as data source, InDesign recognizes different fields as one and puts them all together. I tried copying and pasting to new spreadsheet,  retyping the info myself, saving as tab delimited and as comma delimited file. To better illustrate, here are exemplary screenshoots:
    Please help, I don't understand what I am doing wrong. I'm a regular InDesign user for almost a decade, but I haven't used DataMerge until now, never needed it. I have basic knowledge in Excel, so if I did something wrong there please inform me (do I have to tell it somehow to "split" them into fields?).
    Thank you in advance!

    I would recommend to test with different export types in Excel like:
    Tab-Divided txt files instead of csv or with different decoding.
    When you have learned which is working fine, you can select this always in the future.
    (There is also a possibility inside InDesign to change the type between tab separated text and CSV. In my experience it depends very much on the Excel version which would work. Microtrash has a bad history in localizing their programs, e.g. here in German, in numbers we write coma instead of a point, a point of a coma, so decided MS to exchange it every where on the Mac version with the outcome, that CSV files are not coma separated but dot separated and are not working on any data base import. So I can only use tab separated files.)

  • Data Merge Remove Blank Lines for Images?

    I'm trying to use data merge to generate these labels:
    I have a spreadsheet with 20 or so products. Each product can have up to 6 of about 18 icons. The  problem is, the remove blank lines feature doesn't seem to work for image placeholders. Any ideas how to get around this?
    Any suggestions would be greatly appreciated.

    I think I know what the OP wants to do - that is, where no logo is applicable, then all the logos shift to the left... or right... or remain centered.
    I've tackled this before and have an answer... even have a tutorial for it on my blog. Go to http://colecandoo.wordpress.com/2012/02/19/going-beyond-stencil-letters/ and then go to 4: SCRABBLE LETTERS and have a read of that. There is a PDF to download which has attachments inside of the indesign file and assets used to make the tutorial.
    The key to getting the images to disappear is fourfold.
    First, the image frames have to be inline graphics one next to the other, aligned with whichever text feature is appropriate.
    Second, the picture placement options in the merge have to be "fit frame to content"
    Third, there can't be "blank" records in the csv/txt file when there is no picture. instead, create a "blank.pdf", or download the one i've graciously decided to host on my site: http://colecandoo.files.wordpress.com/2012/08/blank.pdf
    Fourth, the PDFs going into the fields must be using the artbox to get it's measurements. I find that this can be accomplished by placing a PDF image with "show placement options" turned on, then selecting the artbox for the measurement, then clicking ok. until it is told not to, any PDF placed in any file from that point will use that artbox as a reference until it is told not to in the "show placement options".
    Again, my blog has a tutorial and sample to play with. Good luck.

  • Need Help with Javascript for Acrobat Pro 9

    Hello,
    I am creating a PDF form in Adobe Acrobat Profession 9.  Not having a lot of experience with Javascript, I have found this forum very helpful and have used many of the script examples for other issues I have had.  I was hoping someone could help with the following script, I have tried many variations, cannot get it to work.
    var ratio = this.getField("ratio").value
    var concentration = this.getField("concentration").value
    var result = this.getField("result").value
    if(ratio.value>=50.00)
    {result.value ='PASS';}
    if(ratio.value".value>=40.00)
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 49.25))
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 39.25))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 48.50))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 38.50))
    {result.value ='PASS';}
    else
    {result.value = 'FAIL';}
    This is just a piece of the code  The concentration values run from 61 through 99 and the ratio value varies for each concentration value, there is a high ratio and a low ratio.  The result of this field with populate the results field with a PASS or FAIL.  This is not working......any help is greatly appreciated!

    Thanks George.  I updated the script to:
    // Get a reference to the result field
    var ratio = this.getField("ratio");
    // Get a reference to the result field
    var concentration = this.getField("concentration");
    // Get a reference to the result field
    var result = this.getField("result");
    if(ratio.value>=50.00)
    {result.value ='PASS';}
    if(ratio.value >=40.00)
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 49.25))
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 39.25))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 48.50))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 38.50))
    {result.value ='PASS';}
    else
    {result.value = 'FAIL';}
    However, I am still getting a FAIL result even when the ratio is 50.00 or equal to the passable ratio.

  • Data Merge Crashing with InDesign CC 9.2

    Since I've updated to InDesign CC 9.2, ID crashes when attempting data merges.  It's happened on both my Mac computer at work and my personal Mac laptop.  I changed out my lists to make sure it wasn't something with my csv file and it still crashed.
    I also opened a file that I had successfully merged before doing the update.  It crashed when I attempted to create that merged document as well. 
    As a workaround to get my project done, I was able to make an IDML file from my CC file and open it in CS6 and successfully create my merged document from that. 
    Anybody else having this issue or know of any fixes or is it a wait for the next version and bug fixes thing?
    Thanks in advance.

    Exact same issue here. InDesign CC crashes right after the merge every single time.
    Backsaved file and opened in InDesign 6 – merged like a charm.
    Adobe, please fix the bug in CC.
    Thanks!
    Process:    
    Adobe InDesign CC [956]
    Path:       
    /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Identifier: 
    com.adobe.InDesign
    Version:    
    9.2.0.69 (9200)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [131]
    User ID:    
    502
    Date/Time:  
    2014-01-29 11:39:53.838 -0600
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:     
    91088 sec
    Crashes Since Last Report:      
    1
    Per-App Interval Since Last Report:  214878 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                 
    0B8A413F-AA3A-D340-5BE6-B511CB5CE317
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** CFRetain() called with NULL ***
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation 
    0x00007fff8e8c1acd CFRetain + 29
    1   com.apple.CoreFoundation 
    0x00007fff8e8cdd57 __CFDictionaryStandardRetainValue + 71
    2   com.apple.CoreFoundation 
    0x00007fff8e8cdb8a __CFBasicHashAddValue + 1226
    3   com.apple.CoreFoundation 
    0x00007fff8e8d4268 CFBasicHashAddValue + 3176
    4   com.apple.CoreFoundation 
    0x00007fff8e8d358d CFDictionaryAddValue + 189
    5   com.adobe.InDesign.Document Framework
    0x00000001107bb553 0x110697000 + 1197395
    6   com.adobe.InDesign.Document Framework
    0x00000001107bb117 0x110697000 + 1196311
    7   com.adobe.InDesign.AppFramework
    0x000000010ba87415 0x10ba60000 + 160789
    8   com.adobe.InDesign.AppFramework
    0x000000010ba868e3 0x10ba60000 + 157923
    9   PublicLib.dylib          
    0x00000001011ae781 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*) + 81
    10  com.adobe.InDesign.Document Framework
    0x00000001107dab2f 0x110697000 + 1325871
    11  com.adobe.InDesign.Document Framework
    0x00000001107d8fd4 0x110697000 + 1318868
    12  PublicLib.dylib          
    0x00000001010efd01 Command::DoImmediate(short) + 33
    13  com.adobe.InDesign.Utilities 
    0x00000001087a541c 0x1087a3000 + 9244
    14  com.adobe.InDesign.Utilities 
    0x00000001087a55a5 0x1087a3000 + 9637
    15  com.adobe.InDesign.AppFramework
    0x000000010ba6bb1f 0x10ba60000 + 47903
    16  PublicLib.dylib          
    0x00000001010eefc0 CmdUtils::ProcessCommand(ICommand*) + 64
    17  com.adobe.InDesign.Document Framework
    0x00000001107d9c77 0x110697000 + 1322103
    18  com.adobe.InDesign.DataMerge 
    0x000000011808c51d 0x11804d000 + 259357
    19  com.adobe.InDesign.DataMerge 
    0x000000011808c3a1 0x11804d000 + 258977
    20  com.adobe.InDesign.DataMerge 
    0x000000011808b1ab 0x11804d000 + 254379
    21  com.adobe.InDesign.DataMergeUI
    0x0000000118112fbb 0x11810e000 + 20411
    22  com.adobe.InDesign.DataMergeUI
    0x00000001181114e4 0x11810e000 + 13540
    23  com.adobe.InDesign.Actions
    0x0000000116d80189 0x116d69000 + 94601
    24  com.adobe.InDesign.DataMergeUI
    0x000000011812d866 0x11810e000 + 129126
    25  com.adobe.InDesign.AppFramework
    0x000000010ba87415 0x10ba60000 + 160789
    26  com.adobe.InDesign.AppFramework
    0x000000010ba868e3 0x10ba60000 + 157923
    27  PublicLib.dylib          
    0x00000001011ae781 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*) + 81
    28  com.adobe.InDesign.DV_Widgets
    0x00000001166b1e8c 0x1166ab000 + 28300
    29  com.adobe.InDesign.DV_Widgets
    0x00000001166b29a3 0x1166ab000 + 31139
    30  com.adobe.InDesign.DV_Widgets
    0x00000001166b2a61 0x1166ab000 + 31329
    31  DV_WidgetBinLib.dylib    
    0x000000010005c0cc DVIconSuiteButtonView::ChangeControls(short) + 92
    32  DV_WidgetBinLib.dylib    
    0x000000010005d709 0x100037000 + 157449
    33  com.adobe.dvaui.framework
    0x00000001009dcebf dvaui::controls::UI_ControlView::SendControlMessages(dvacore::utility::SharedFunctions<bo ost::shared_ptr<boost::function<void (dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > > const&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 63
    34  com.adobe.dvaui.framework
    0x00000001009b986c dvaui::controls::UI_Button::SendButtonChangedMessage(dvacore::utility::Flags<unsigned char>) + 76
    35  com.adobe.dvaui.framework
    0x00000001009b89dc dvaui::controls::UI_Button::PerformAction(bool, dvacore::utility::Flags<unsigned char>, bool) + 108
    36  com.adobe.dvaui.framework
    0x00000001009b9412 dvaui::controls::ButtonInputCapture::End() + 146
    37  com.adobe.dvaui.framework
    0x0000000100bbc7c7 dvaui::ui::EventCapture::InvokeEnd(bool) + 135
    38  com.adobe.dvaui.framework
    0x0000000100bc5e75 dvaui::ui::UI_NodeManager::EndInputCapture(bool) + 101
    39  com.adobe.dvaui.framework
    0x00000001009b9609 dvaui::controls::ButtonInputCapture::DoMouseEvent(dvaui::ui::MouseEvent const&) + 281
    40  com.adobe.dvaui.framework
    0x0000000100bd018a dvaui::ui::UI_Node::UI_DispatchCapturedMouseEvent(dvaui::ui::MouseEvent const&) + 650
    41  com.adobe.dvaui.framework
    0x0000000100bcf5da dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 1098
    42  com.adobe.dvaui.framework
    0x0000000100bcf155 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 69
    43  com.adobe.dvaui.framework
    0x0000000100c4919a dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 666
    44  com.adobe.dvaui.framework
    0x0000000100c48cfd dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 477
    45  com.adobe.dvaui.framework
    0x0000000100c475e8 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 120
    46  com.adobe.dvaui.framework
    0x0000000100c47546 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 22
    47  com.adobe.dvaui.framework
    0x0000000100c487f9 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 57
    48  com.adobe.dvacore.framework  
    0x0000000100679164 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 68
    49  com.adobe.InDesign.Application UI
    0x000000010faf83a2 0x10f9ca000 + 1237922
    50  com.adobe.dvacore.framework  
    0x00000001006791fc void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 140
    51  com.adobe.dvacore.framework  
    0x000000010067ad6d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    52  com.adobe.dvaui.framework
    0x0000000100c538ba dvaui::ui::OS_NodeTimerData::RemoveTimer() + 28442
    53  com.apple.AppKit         
    0x00007fff9051a5d6 -[NSWindow sendEvent:] + 7053
    54  com.adobe.owl            
    0x0000000100481690 0x10044a000 + 226960
    55  com.apple.AppKit         
    0x00007fff90516644 -[NSApplication sendEvent:] + 5761
    56  com.adobe.dvaui.framework
    0x0000000100c4cd8e dvaui::ui::OS_NodeTimerData::RemoveTimer() + 1006
    57  com.adobe.exo.framework  
    0x00000001028d2420 exo::app::OS_AppBase::SetResetMenuShortcutsOnClose(bool) + 800
    58  DV_WidgetBinLib.dylib    
    0x00000001000c1095 0x100037000 + 565397
    59  com.adobe.InDesign.Application UI
    0x000000010fafdbcc 0x10f9ca000 + 1260492
    60  com.apple.AppKit         
    0x00007fff9042c21a -[NSApplication run] + 636
    61  com.adobe.exo.framework  
    0x00000001028d1e58 exo::app::OS_AppBase::RunEventLoop() + 56
    62  com.adobe.InDesign.AppFramework
    0x000000010bb6f8d3 0x10ba60000 + 1112275
    63  com.adobe.InDesign.AppFramework
    0x000000010bb6e9b2 0x10ba60000 + 1108402
    64  com.adobe.InDesign       
    0x0000000100001dbc main + 412
    65  com.adobe.InDesign       
    0x0000000100001bb4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff983cdd16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff983dbdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff983db9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccaff3 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore
    0x00007fff95390406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore
    0x00007fff952f2a98 MPWaitOnQueue + 252
    4   PMRuntime.dylib          
    0x0000000101682be1 0x101681000 + 7137
    5   com.apple.CoreServices.CarbonCore
    0x00007fff953677e0 PrivateMPEntryPoint + 58
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff983cd322 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff8e933f46 __CFSocketManager + 1302
    2   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    3   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 4:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 5:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 6:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 7:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 8:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 9:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 10:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 11:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.Font Manager
    0x0000000115f26d1b 0x115e77000 + 720155
    3   com.adobe.InDesign.Font Manager
    0x0000000115f2510b 0x115e77000 + 712971
    4   com.adobe.InDesign.Font Manager
    0x0000000115f23624 0x115e77000 + 706084
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff983cb686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff983cac42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x00007fff8e8ef233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x00007fff8e8f4916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x00007fff8e8f40e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation     
    0x00007fff93962546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation     
    0x00007fff939c0562 __NSThread__main__ + 1345
    7   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    8   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework
    0x000000010bb59a82 0x10ba60000 + 1022594
    3   com.adobe.InDesign.AppFramework
    0x000000010bb59077 0x10ba60000 + 1020023
    4   com.adobe.InDesign.AppFramework
    0x000000010bb565f7 0x10ba60000 + 1009143
    5   com.adobe.InDesign.AppFramework
    0x000000010bb5a61d 0x10ba60000 + 1025565
    6   com.adobe.InDesign.AppFramework
    0x000000010bb5a5a3 0x10ba60000 + 1025443
    7   com.adobe.InDesign.AppFramework
    0x000000010bb5a562 0x10ba60000 + 1025378
    8   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    10  libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework
    0x000000010bb59a82 0x10ba60000 + 1022594
    3   com.adobe.InDesign.AppFramework
    0x000000010bb59077 0x10ba60000 + 1020023
    4   com.adobe.InDesign.AppFramework
    0x000000010bb565f7 0x10ba60000 + 1009143
    5   com.adobe.InDesign.AppFramework
    0x000000010bb5a61d 0x10ba60000 + 1025565
    6   com.adobe.InDesign.AppFramework
    0x000000010bb5a5a3 0x10ba60000 + 1025443
    7   com.adobe.InDesign.AppFramework
    0x000000010bb5a562 0x10ba60000 + 1025378
    8   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    10  libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib   
    0x00007fff983cd386 __semwait_signal + 10
    1   libsystem_c.dylib        
    0x00007fff8dd507c8 nanosleep + 163
    2   com.adobe.InDesign.Support for JavaScript
    0x0000000113a517e8 0x1139fe000 + 341992
    3   com.adobe.InDesign.Support for JavaScript
    0x0000000113a38a0e 0x1139fe000 + 240142
    4   com.adobe.InDesign.Support for JavaScript
    0x0000000113a513a5 0x1139fe000 + 340901
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x00007fff983cd2aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib
    0x000000011090d1a1 0x1108f5000 + 98721
    2   ServiceManager-Launcher.dylib
    0x000000011090c4bc 0x1108f5000 + 95420
    3   ServiceManager-Launcher.dylib
    0x000000011090b55e 0x1108f5000 + 91486
    4   ServiceManager-Launcher.dylib
    0x000000011090b5cc 0x1108f5000 + 91596
    5   ServiceManager-Launcher.dylib
    0x00000001109061c4 0x1108f5000 + 70084
    6   ServiceManager-Launcher.dylib
    0x0000000110906bde 0x1108f5000 + 72670
    7   ServiceManager-Launcher.dylib
    0x0000000110906aeb 0x1108f5000 + 72427
    8   ServiceManager-Launcher.dylib
    0x000000011090a24e 0x1108f5000 + 86606
    9   ServiceManager-Launcher.dylib
    0x000000011090a392 0x1108f5000 + 86930
    10  ServiceManager-Launcher.dylib
    0x000000011090a14d 0x1108f5000 + 86349
    11  ServiceManager-Launcher.dylib
    0x000000011090a0c6 0x1108f5000 + 86214
    12  ServiceManager-Launcher.dylib
    0x00000001108f87d6 0x1108f5000 + 14294
    13  ServiceManager-Launcher.dylib
    0x00000001108fc9c5 0x1108f5000 + 31173
    14  ServiceManager-Launcher.dylib
    0x000000011090ad2c 0x1108f5000 + 89388
    15  ServiceManager-Launcher.dylib
    0x000000011090ce63 0x1108f5000 + 97891
    16  libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    17  libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 17:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 18:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 19:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 20:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 21:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 22:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 23:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 24:: UxTech Queue ThreadController
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a363b 0x10c47d000 + 1205819
    3   com.adobe.InDesign.SettingsInCloud
    0x000000010c5a1abb 0x10c47d000 + 1198779
    4   com.adobe.InDesign.SettingsInCloud
    0x000000010c59ffd4 0x10c47d000 + 1191892
    5   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    6   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    7   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.PDFL           
    0x000000012a254356 0x129e45000 + 4256598
    2   com.adobe.PDFL           
    0x000000012a254df2 0x129e45000 + 4259314
    3   com.adobe.PDFL           
    0x000000012a255364 0x129e45000 + 4260708
    4   com.adobe.PDFL           
    0x000000012a254b06 0x129e45000 + 4258566
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.PDFL           
    0x000000012a254356 0x129e45000 + 4256598
    2   com.adobe.PDFL           
    0x000000012a254df2 0x129e45000 + 4259314
    3   com.adobe.PDFL           
    0x000000012a255364 0x129e45000 + 4260708
    4   com.adobe.PDFL           
    0x000000012a254b06 0x129e45000 + 4258566
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.PDFL           
    0x000000012a254356 0x129e45000 + 4256598
    2   com.adobe.PDFL           
    0x000000012a254df2 0x129e45000 + 4259314
    3   com.adobe.PDFL           
    0x000000012a255364 0x129e45000 + 4260708
    4   com.adobe.PDFL           
    0x000000012a254b06 0x129e45000 + 4258566
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.PDFL           
    0x000000012a254356 0x129e45000 + 4256598
    2   com.adobe.PDFL           
    0x000000012a254df2 0x129e45000 + 4259314
    3   com.adobe.PDFL           
    0x000000012a255364 0x129e45000 + 4260708
    4   com.adobe.PDFL           
    0x000000012a254b06 0x129e45000 + 4258566
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.ACE            
    0x0000000101b263c7 ACEHasFeature + 533191
    2   com.adobe.ACE            
    0x0000000101b25dc1 ACEHasFeature + 531649
    3   com.adobe.ACE            
    0x0000000101b2567e ACEHasFeature + 529790
    4   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.ACE            
    0x0000000101b263c7 ACEHasFeature + 533191
    2   com.adobe.ACE            
    0x0000000101b25dc1 ACEHasFeature + 531649
    3   com.adobe.ACE            
    0x0000000101b2567e ACEHasFeature + 529790
    4   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib   
    0x00007fff983cb6c2 semaphore_wait_trap + 10
    1   com.adobe.ACE            
    0x0000000101b263c7 ACEHasFeature + 533191
    2   com.adobe.ACE            
    0x0000000101b25dc1 ACEHasFeature + 531649
    3   com.adobe.ACE            
    0x0000000101b2567e ACEHasFeature + 529790
    4   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 32:: MPSupport Worker
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   MultiProcessor Support   
    0x00000001327aafbb 0x132765000 + 286651
    3   MultiProcessor Support   
    0x00000001327aae73 0x132765000 + 286323
    4   MultiProcessor Support   
    0x00000001327caf04 0x132765000 + 417540
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 33:: MPSupport Worker
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   MultiProcessor Support   
    0x00000001327aafbb 0x132765000 + 286651
    3   MultiProcessor Support   
    0x00000001327aae73 0x132765000 + 286323
    4   MultiProcessor Support   
    0x00000001327caf04 0x132765000 + 417540
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 34:: MPSupport Worker
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   MultiProcessor Support   
    0x00000001327aafbb 0x132765000 + 286651
    3   MultiProcessor Support   
    0x00000001327aae73 0x132765000 + 286323
    4   MultiProcessor Support   
    0x00000001327caf04 0x132765000 + 417540
    5   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework
    0x000000010bb59a82 0x10ba60000 + 1022594
    3   com.adobe.InDesign.AppFramework
    0x000000010bb59128 0x10ba60000 + 1020200
    4   com.adobe.InDesign.AppFramework
    0x000000010bb565f7 0x10ba60000 + 1009143
    5   com.adobe.InDesign.AppFramework
    0x000000010bb5a61d 0x10ba60000 + 1025565
    6   com.adobe.InDesign.AppFramework
    0x000000010bb5a5a3 0x10ba60000 + 1025443
    7   com.adobe.InDesign.AppFramework
    0x000000010bb5a562 0x10ba60000 + 1025378
    8   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    10  libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib   
    0x00007fff983cd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8dccafb9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework
    0x000000010bb59a82 0x10ba60000 + 1022594
    3   com.adobe.InDesign.AppFramework
    0x000000010bb59077 0x10ba60000 + 1020023
    4   com.adobe.InDesign.AppFramework
    0x000000010bb565f7 0x10ba60000 + 1009143
    5   com.adobe.InDesign.AppFramework
    0x000000010bb5a61d 0x10ba60000 + 1025565
    6   com.adobe.InDesign.AppFramework
    0x000000010bb5a5a3 0x10ba60000 + 1025443
    7   com.adobe.InDesign.AppFramework
    0x000000010bb5a562 0x10ba60000 + 1025378
    8   com.adobe.boost_threads.framework
    0x000000010108f6d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib        
    0x00007fff8dcc6772 _pthread_start + 327
    10  libsystem_c.dylib        
    0x00007fff8dcb31a1 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib   
    0x00007fff983cd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8dcc8f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8dcc8ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8dcb3191 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib   
    0x00007fff983cd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8dcc8f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8dcc8ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8dcb3191 start_wqthread + 13
    Thread 39:
    0   libsystem_kernel.dylib   
    0x00007fff983cd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8dcc8f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8dcc8ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8dcb3191 start_wqthread + 13
    Thread 40:
    0   libsystem_kernel.dylib   
    0x00007fff983cd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8dcc8f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8dcc8ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8dcb3191 start_wqthread + 13
    Thread 41:
    0   libsystem_kernel.dylib   
    0x00007fff983cd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8dcc8f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8dcc8ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8dcb3191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff8ea4d918  rbx: 0x0000000000000000  rcx: 0x00007fff8ea43920  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfce60  rsp: 0x00007fff5fbfce50
       r8: 0x0000000000000000   r9: 0x0000000110834d72  r10: 0x0000000110834d72  r11: 0x0000000110834d71
      r12: 0x0000000131cd0000  r13: 0x0000000000000000  r14: 0x0000000131cd0000  r15: 0x0000000000000000
      rip: 0x00007fff8e8c1acd  rfl: 0x0000000000000246  cr2: 0x0000000127355000
    Logical CPU: 1
    Binary Images:
    0x100000000 -   
    0x100005fff +com.adobe.InDesign (9.2.0.69 - 9200) <B7C09BD6-74AF-323E-8D22-D5E1F7965643> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    0x10000c000 -   
    0x10000eff7 +com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) <612870BE-869E-3165-9714-55F900A66BCC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
    0x100014000 -   
    0x10001cfff +com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) <65BFDA83-4121-3D12-9BBE-9F4FF1DB3D6A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
    0x100025000 -   
    0x10002ffff +ASLSupportLib.dylib (1) <1039F962-C495-36E4-B868-3DA5C43E3EBF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ASLSupportLib.dylib
    0x100037000 -   
    0x10013aff7 +DV_WidgetBinLib.dylib (1) <57491245-3B90-3D4B-B4B6-4441EE325E3C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DV_WidgetBinLib.dylib
    0x1001d5000 -   
    0x10021aff7 +TextPanelLib.dylib (1) <4B30610F-C637-3910-A413-C40325795CAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/TextPanelLib.dylib
    0x100237000 -   
    0x100398fff +WidgetBinLib.dylib (1) <50EE77D3-591B-306F-9D62-2026938837EE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/WidgetBinLib.dylib
    0x10044a000 -   
    0x100616fff +com.adobe.owl (AdobeOwl version 5.0.24 - 5.0.24) <1C99AA07-E73F-370B-82FA-01C1C4AAF97D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x100659000 -   
    0x10089dfff +com.adobe.dvacore.framework (7.0.849324 - 7.0.849324.0) <08EB97C1-03E5-3C1B-B154-C886807BC6F1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x100964000 -   
    0x100df1ff7 +com.ad

  • How to edit a data merge field in a 'header'?

    Hi All,
    I'm trying to figure out how to edit the green bar so I can replace <<Expertise>>-<<Expertise>> with a different field from my excel data source. I want to replace it with the Category field in the Data Merge box but I cannot seem to edit that green bar.
    Help! Thanks in advance,
    Mark

    Actually you were right, it was being inherited by the master page. And the 'live' page we were working on was unable to delete it. When I went to the master page, I deleted the << >> and it deleted it from the live page.
    Now when I put in the <<category>> on the master page, it shows on the live page. For some reason my data rows are not displaying multiple records to a page now (shows only 1 per page so I've got 117 pages!), but ill try to figure out what happened.
    Thanks!!

  • Data Merge - Problem with multi paragraph text

    Hi. Does anyone know how to use Data Merge for automating say a newsletter. The reason I ask is that when I produce a .csv file that contains stories with paragraphs, data merge reads the para returns as the next row/record of data. I have contained the story within " " marks and it reads OK into a demo of easy catalog, but data merge just gets all confused. Is anyone using data merge to automate newsletters / catalogues that have lots of text with para returns etc. I read in the adobe online manual that there cannot be any para returns in text because that's how data merge recognises a new record. Just thought someone might know a trick at the data source stage to get around this. Might be a stupid question but had to ask because it's annoying the hec out of me!
    Thanks in advance.

    wouldn't use data merge for this kind of automation, but rather XML, which is a bigger learning curve but worth the effort. a book by james maivald called
    A Designer Guide to Adobe InDesign and XML.
    data merge is great when the data being replaced is the same size, shape and position on each page, but with a newsletter, thats not normally the case and there is no way of threading the merged stories. i'd also imagine that having the stories within a CSV would limit characters which could be used such as " , and tabs (anything which separates the fields). as you say in your post, indesign doesn't have what a lesser program (word) DOES have, which is the "next record" field, allowing text to thread from one story to the next.
    an alternative would be to use a word file with styles and use the mail merge (catalogue merge) which allows the "next record" field, merge it in word, and then bring the word file in. it's a yucky alternative but it does work.

  • Text Field with javascript tags execute

    We have a form with multiple text fields on it for users to enter information. If a user puts in something like the following:
    <script type="text/javascript">window.location="http://www.oracle.com";</script>
    into a text field and submits the page, anytime that text field is called on a page, the javascript will execute and redirect the user to oracle.com. Obviously, there needs to be some encoding of all text fields, but I was surprised that this actually worked. What have people done to restrict this from happening? Do we write a PL/SQL process to run onSubmit to check all text fields?
    Thanks,
    Jon

    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/sec.htm#CHDGEEFC
    Tyler Muth
    http://tylermuth.wordpress.com
    [Applied Oracle Security: Developing Secure Database and Middleware Environments|http://www.amazon.com/gp/product/0071613706?ie=UTF8&tag=tylsblo-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0071613706]

  • How to add pdf.js option to 'Open With' dialog for PDF files?

    I've set the action for opening PDF files to 'Always Ask'. Then I can save the file or open it with any other pdf viewer. But the 'open with' option in that dialog box lists only the external pdf viewers. An option in that dialog box to view the file within firefox using pdf.js would be helpful.

    Thanks but I'm aware of that. What I need is to keep the option as 'Always Ask' without changing it to 'Preview in Firefox'. And then when I click on a pdf link, it would open up the dialog box asking what to do. It has several options such as 'Open With' and 'Save File'. What I want is to have 'Preview in Firefox' as an option in that dialog box. So then I can choose some files to open in Firefox, some to download and some to open in external readers. I would choose the action for each file. Is that possible?

  • Data Merge Field is out of position

    I am hoping someone can help me.  I have everything set to default but for some reason my Data Merge preview when turned on selects default as OFF the page (red boxes) and centered.
    Can someone help me figure out how to get them back to the page?
    Thanks.
    CJ

    OK here are my settings along with the template.  It is a label that is setup 6 up on a sheet.
    I did copy everything to a new template/file.

Maybe you are looking for

  • Downloads disappeared from dock, finder, and applications

    macbook pro, osx ver 10.9.5    the downloads icon disappeared from dock, from applications, and gone in finder.  one day it was there, the next it was gone. i made a new folder and put it in dock and added it to finder, but my downloads are not going

  • Very disappointed with Motorola Razr M AND VZW Run Around

    I got the Motorola Razr M last December.  I picked the Motorola M because it was a nice compact size without compromising screen size and Motorolas are very durable phone....or so I thought.  I have had nothing but problems with this model phone.  I

  • Renaming Set Code and Stage Code for a refresh set in Concurrent Manager

    Hi, We're using Oracle Applications 11.5.10.2 on a 10.2.0.4 Database: Would anyone know how to rename the Set Code for the Refresh Set and Stage Code for the Stage for a Refresh Set in Concurrent Manager? I've seen it done in the two Report Sets but

  • Problem of set focus on the cell during the validation.

    I am having a table with 5 columns. I can change the value of the 2nd cell in 2 ways. one by 1. editing the 2nd cell or by 2. clicking the button avilable in the 1st cell.(the button editor will set the value to the 2nd cell of selected row) In both

  • [GeForce PCe] FX 5200 T128 VS RX300HM

    I will change my video card, but i have right now a FX 5200 T128, i want to change to RX300HM PCIe work equal or have better with the PCIe card. My mother is a MSI K8N NEO3-F with AGR SLOT and PCIe slot AMD Athlon 64 3200+ Thanks