Data Merge - advanced...

[ID CS3 ver. 5.0.3 at Vista 64-bit]
Need to make [200 page members directory] a data merge from an Excel file - issue: I have to add some additional info [photos and extra text] this info is NOT to be placed in a structed order.
The data merge works fine from a converted Excel file to a "text - tab file" - all text rows are merged into the ID doc in separate text cells. I need to add the following to the ID doc after the merge:
- SOME of the persons need to have a photos above there info
- Need to add a text line to separate SOME of the persons data.
After the data merge - each row in Excel is placed in a separate cell. When adding a frame with photo or an extra text line the text cells below do not move an inch nor to the next page.
Anybody have a solution to have the text boxes flow through the ID doc?
BR
Freitag

> It may be possible to move an individual field after the merge, also, but I've never tried it.
It is, but I think the problem is bigger than that, if I understand it correctly.
> Anybody have a solution to have the text boxes flow through the ID doc?
You'd need all your merged text frames nested inline within threaded text frames throughout the document. If that's possible at all, I imagine it would have to be scripted and applied after the merge.
The only other solution I can imagine would be to set up your merge to include a "placeholder" image for ALL the records, which will make room for the few that actually get them.

Similar Messages

  • Page Numbers Not Appearing in Data Merge Document?

    Hello, hopefully someone can help. I am pretty new to InDesign but learning a lot.  I am creating a member directory of about 200 pages (about 2800 records merged from .csv to InDesign 6). Everything is working fine with the merge, except generating the page numbers.  I tried adding page number at the bottom of the page to the master BEFORE merging. But if I do that, it greys out the "multiple records per page" option when trying to perform the Data Merge (using "Create merged Document").  So, I tried adding the page number to the A-master AFTER creating the merged document, but the page number is not appearing on any of the pages.  There must be a way to do this, can anyone help?
    (FYI - to generate the auto page numbers, I am going to the Type-Insert Special Character-Markers-Current Page Number, and placing that within a text field at the bottom of the page.  Thanks in advance. )

    Here is a screen shot.  I have placed it on the A-Master.  See Screenshot#1.  Screenshot #2 shows Page 70 with no page number (and no other pages have page numbers that I can see.  Thanks for your advice on fixing....
    Sorry, here is screenshot #2, (with personal details redacted but the records are there behind the grey boxes):

  • PDF- Filename automated from labelscript (after data merge)

    Hello,
    first of all I'm quite new in javascripting... but some simular scripts I have found on the internet could provide a solution for my problem.
    What I've done is the following:  I've used Data Merge and created a 200-paged file with 1 label on each page. Each label has a labelnumber.
    What I could do is export the file - split it up in 200 different pages - rename each file to the specific labelname. Seems a lot of work and this job I need to repeat about once a month.
    I looked for a solution and came to these discussion: http://forums.adobe.com/thread/289666http://      http://forums.adobe.com/message/3178412#3178412
    What I want to create is a script that I can run every month after I have updated my 200 labels and overrides all the pdf-files of the old labels.
    With the different scripts I have found I constructed the code below.
    The script works, it prints to multiple pdf's which have the correct labelnames, export is according to the requested presets,  but the CONTENT of each label is the content of the FIRST label (first page).
    I have tried a lot of thing (trail&error) but as I said, I'm quite new to this matter...
    So.... I can use some help or advice on this one.
    Thanks in advance,
    Dheart
    function getLABEL_A(page) {
              for (var  currentTextFrameIndex=0;currentTextFrameIndex<page.textFrames.length; ++currentTextFrameIndex) { // Iterates over frames
                   if (page.textFrames[currentTextFrameIndex].label=="LABEL_A") // if label is LABEL_A..
                        return page.textFrames[currentTextFrameIndex].contents; // ..returns text frame contents
              return null; // if not found, returns null
    var LABEL_A;
         var pagesList=app.activeDocument.pages;
         for (var currentPageIndex=0;currentPageIndex<pagesList.length;++currentPageIndex) { // Iterates over pages list
              currentPage=pagesList[currentPageIndex];
              LABEL_A=getLABEL_A(currentPage);
              if (LABEL_A!=null) { // If we have a LABEL_A - PDF file name-
                    var export_preset = app.pdfExportPresets.item("[Smallest File Size]");
                   app.activeDocument.exportFile(ExportFormat.pdfType,"F:/.../"+LABEL_A+".PDF",false,export_ preset); //.. and save the file
              } else {
                   alert("Page number "+currentPageIndex+" NO LABEL_A");
                   alert(LABEL_A);

    Thx for the reply, indeed this is a solution for consecutive numbering, however, the numbering is following another 'system' and in this case the numbering is given randomly.
    Anyway, trying a lot of things,  gave me a working script!!!
    The script exports a multipaged indesign file to single-paged pdf files. The namegiving of the pdf-files is automated and follows a labelscript (textlabel) on each page.
    function getLABEL(page) {
              for (var  currentTextFrameIndex=0;currentTextFrameIndex<page.textFrames.length; ++currentTextFrameIndex) { // Iterates over frames
                   if (page.textFrames[currentTextFrameIndex].label=="LABEL") // if label is LABEL..
                        return page.textFrames[currentTextFrameIndex].contents; // ..returns text frame contents
              return null; // if not found, returns null
    var LABEL;
         var currentPage;
         var pagesList=app.activeDocument.pages;
         for (var currentPageIndex=0;currentPageIndex<pagesList.length;++currentPageIndex) { // Iterates over pages list
              currentPage=pagesList[currentPageIndex];
              LABEL=getLABEL(currentPage);
              if (LABEL!=null) { // If we have a LABEL PDF -file name-
                  app.pdfExportPreferences.pageRange=String(currentPageIndex+1); // set up the export range..
                    var export_preset = app.pdfExportPresets.item("[High Quality Print]");
                     app.activeDocument.exportFile(ExportFormat.pdfType,"F:// fill in destination"+LABEL+".PDF",false,export_preset); //.. and save the file
              } else {
                   alert("Page number "+currentPageIndex+" without LABEL box");
                   alert(LABEL);

  • Multiple indesign files for product brochure one data merge file

    I have multiple indesign files for product brochure and there are price changes for various products.
    attached is a screen shot of the folder where all the indesign files are located as you can see each one has been laid out as a spread.
    Rather than opening each individual indesign file to amend prices can i quickly? or is there a way of compliling all documents into one file and quickly updating the price with the data merge file.
    thanks in advance.

    Absolutely not.
    (1)     PDF/VT-1 files must also be PDF/X-4 files. The “create PDF via distillation of PostScript” method precludes this since PostScript supports neither live transparency nor color management.
    (2)     The efficiencies of PDF/VT-1 require use of Forms XOjects and Image XObjects in the PDF file. That requires direct PDF creation that you get from PDF export. This is not available via any route that uses stink'in PostScript as an intermediary.
    (3)     Adobe most strongly endorses PDF creation from InDesign via the export function, not printing to PostScript and distilling. Such PostScript is optimized strictly for printing and not for PDF file creation.
              - Dov

  • 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

  • Scripting a file name change as a data merge element.

    My goal of the work being done with InDesign is to utilize the Data Merge functionality of InDesign and the, already available, ability to create a new document per record in your data source where the docuement name is changed based on data contained in the data source.
    A very simple example of this would be the following:
    EXAMPLE
    ======================
    Given the following data source in excel:
    First_Name
    Last_Name
    ResultingFileName
    George
    Smith
    c:\A45.pdf
    Mary
    Lopez
    c:\C99.pdf
    Steve
    Barns
    c:\tmp\XM96TR.pdf
    Along with a simple two text box InDesign documents, I would perform a standard data merge with First_Name linked to one text box and Last_Name linked to another.  By setting the “Record Limits Per Document” to 1, I would end up with three different documents.  By default, the documents would be named Untiltled-1, Untiltled-2 and Untitled-3. 
    Untitled-1 would contain George and Smith.  Untitled-2 would contain Mary and Lopez and Untitled-3 would contain Steve and Barns.
    At this point in time, I would run the new created script, which would do the following:
                Rename Untitled-1 to A45 and/or save Untitled-1 as C:\A45.pdf
                Rename Untitled-2 to C99 and/or save Untitled-2 as C:\C99.pdf
                Rename Untitled-3 to XM96TR and/or save Untitled-3 as c:\tmp\XM96TR.pdf
    I am open to modifying the manner in which the data merge source is created.  For example, separating the path and the file name into separate columns.  In addition, I am flexible in putting preset information and/or file save types into the data merge document.
    Please feel free to contact me directly at [email protected]
    Thanks in advance for the help.
    Matt

    Hi Matt,
    I think it’s better to use an XML-based approach for your task.
    I’ve never scripted Data Merge process, but I don’t see a straightforward way of doing it. May be you can create the 3rd textbox on pasteboard or a non-printing layer, which will contain the file path from ‘ResultingFileName’ field, and the contents from which can be used for naming & saving the current file and exporting it to pdf-file. But this approach is so clumsy.
    Instead, you’d better to keep your data in excel file, or even better Access or some other database program.
    Export the data from it in XML-format.
    Then import it to an InDesign file and process it by script. XML support is very powerful in InDesign: you can process your data by xml-rules. I once made a script for a newspaper, which processed data for classified ads. The script applied all formatting, changed colors for different headings and placed images.
    Kasyan

  • Indesign Cs4 Multiple record data merge

    I am trying to create a response card.
    The sizing is such that they lie three on a letter sized page, and fit into Number 9 envelopes.  I've
    data merged onto the one page (so three target/data boxes in each of the response cards) but when i select expo
    rt and multiple records it doesnt work right.  It generates three on a page of all the same
    record, and then a page of three for each record.  i need each record only once and i'd like to print them three to a page and then cut them.
    advice?  i am not very advanced with indesign, so specific steps would be much appreciated.
    is there a way to print if i make just one card?  it seems you can only do 2 or 4 to a page, not three

    You set your fields three times on the page right?, delete instances 2 & 3.
    Repeat - Set the first instance of all your design, eliminate everything else.
    From the Create Merged Document panel, select "Multiple Fields" in Records per Document and adjust spacing on the Multiple Record Layout tab. (Hint, turn on preview)

  • (CS5-MAC) Data Merge and Data Driven Graphics

    Apologies in advance if this is slightly off topic, but I need some opinions and insight here.
    I've been using InDesign since its creation and have recently been pushing the Data Merge feature of ID to its limits. My colecandoo blog highlights some of what I have achieved.
    However, there are some things which the Data Merge cannot do, such as warping live text which can be done in Photoshop or Illustrator. But, I've recently learnt of the term "Data Driven Graphics" and that Photoshop and Illustrator handle both. Photoshop accepts txt/csv files and appears to be relatively workable, whereas Illustrator accepts XML which I can't get to work at all and it is frustrating me.
    So here are my questions. I know the answer to some of these will most likely be "no" but if i don't ask, i'll never find out.
    is there a way to integrate the Data Merge feature of InDesign with the data driven graphics feature of illustrator or photoshop WITHOUT scripting (e.g. something I may have missed)?
    If scripting is the only option, is anyone out there actually doing what i'm trying to do, or know of any resources out there that i can look at?
    is there a way to make the user unfriendly DDG feature in illustrator actually reference a txt/csv file rather than an XML file? Because I'm working on a Mac, making XML from excel is like putting marshmallows in a piggy bank (e.g. messy and ineffective).
    what kind of images can InDesign's Data Merge reference? does it extend to other indesign files or incopy files?
    I know there are third party products which can do the above (e.g. XMPie or DirectSmile), but i'm trying to get as much value as i can from the Creative Suite purely off-the-shelf.
    here's hoping
    colly

    >Because I'm working on a Mac, making XML from excel is like putting marshmallows in a piggy bank (e.g. messy and ineffective).
    It should be easy, shouldn't it? I found that running the Excel file through Filemaker made valid XML files easily. Import worksheet, export records as XML.
    Can't help you with the rest of it.

  • Multiple data merge results on one page

    Good morning everyone,
    I am trying to set-up the menus for my upcoming wedding, where everyone has already chosen what they are having.  I have created a .csv file with four columns - Name, Starter, Main, Dessert.
    As I am printing these off at home, I want them to be half A4 size (105mm x 297mm), with two menus per page.
    However, by doing the normal Data Merge, I end up with having the same menu twice on each page.  So both menus on the page are for the same person.
    How do I set it up so that I can have two different menus, the next entries in the .csv file, on the same page?
    Thanks in advance.
    Simon

    Sounds like you tried to put two menus onthe page and run a multi-record merge.
    To merge multiple records you use only one set of placeholders on your page. Put it in the upper left position. ID will duplicate it as many timeas as will fit using the spacing parameters you specify. It's often helpful to use an empty frame with no stroke to define the area to make setting the sapcing easier. Group it with your text frame(s).

  • Data Merge: Cannot get multiple records per page

    I am working with a client who is trying to do a directory in Indesign. There are about 1,800 people with information like address, title, employer, phone, etc. This info is on an Excel spread sheet. I made a text, tab delimited and a CSV file from the spreadsheet. I set up a two column text box on each page and want these entries to fill the columns. I am only able to get one person's information per page. Multiple records per page yields no different result. I also had the multiple records option grayed out on a couple tries. I have tried this many times, even tried setting up a simple spread sheet with 9 items. No luck. HELP! I'm brand new to this feature.
    Chris

    the data merge function in indesign doesn't make "next record" merges  like word does, but instead merges to fields within fixed text boxes, so  one frame = one data merge result. when doing mailing labels in word,  there is a field called "next record" which then calls in the next piece  of information.
    the "next record" field is a vital field which indesign doesn't have and  i'd like… but that doesn't answer your question. i can see four ways  of doing what you want to do:
    1) do a mail merge in word and use the "catalog" feature and do the  merge in word. format the word file appropriately using stylesheets, and  once the merge is made, save the file and close it. THEN, place the  file in indesign and then change the imported stylesheets into something  which resembles more like what you want.
    2) use indesign's data merge but make sure that multiple record  layout is selected in the first dialog box when creating merged  document; and that when previewing the records, the records appear to be  in one column (even though they are still in separate text frames).  merge the document, and in the new document, select all the text frames  in the page and then run the MergeTextframes_ID.jsx script which can be  found at http://ajarproductions.com/blo…..-indesign/ .this  will have to be done page by page and then rethreaded each page, but  it's a workaround
    3) if the data in the datamerge is a csv, convert the csv to xml. if  the csv is small (less than 100K) there is a converter online where the  contents of the csv is copied into the converter. it is at http://www.creativyst.com/Prod/15/ . The next step is complicated and needs some knowledge of XML. my  advice is to get hold of a book called "Designer's Guide to Adobe   InDesign and XML" by James Maivald, and specifically read chapter seven  and base your merge on this.
    4) visit the third party providers link within the indesign page of the adobe site and have a look at products marketed there... i think teacup software and cacidi software sell products which do more advanced merges within indesign. they're not free though but are designed to handle big catalogues.
    hope that helps.
    colly

  • Data Merge Multiple Records Per Page Greyed Out

    I am using InDesign cs5.5. I am attempting to create a catalog with the data merge option. I am attempting to do a data merge from the Master Page.
    As you can see in the image, I have inserted my fields from the data source file. All images, original file, and data source file are in the same folder. I am inserting this info on the left sheet of the master file. When I select "Create Merged Document" the "select multiple records per page" is greyed out, however, there is plenty of room on the page for the 8 records I want it to show. See image below.
    After watching tutorials, reading, etc. I made sure that my document does not have facing pages. I deleted my "page 2" to avoid that conflict. I made sure that the placeholder "allows overwrite from the master". I also deleted my "cache"/settings" by doing "ctrl, alt, shift" when reopening the program. I read that it may be because the files need to be on the right hand sheet of the master, however, when I move my info to the right sheet, I get the following message.
    I have watched the tutorial videos, read the entire help section regarding data merge, and have correctly created my data source file. I've tried everything I've seen on the forums, apart from uninstalling and reinstalling. Please tell me that someone can help me figure this out as soon as possible. I'm in crunch time!
    Thanks a lot.

    Thanks Peter. That helped me un-grey the multiple records. I was able to complete a data merge, however, this is what happens.
    As you can see in this image, I have the margins setup the way I prefer, and the data merge previews correctly.
    Once I click to merge, this is the new document I get - it's only putting one record per page (even though the multiple records per page is selected), and it inserts this layout, not onto actual pages in indesign. It looks reall odd.
    And when you scroll down,
    Any suggestions on fixing this?
    Also, my InDesign freezes up when I try and do a merge of my entire sheet (182 items). The images above are when I tested doing just records 1-32.
    Thanks in advance and thanks for being so prompt yesterday. Very helpful.

  • 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 merging forms?

    Hi
    I'm wanting to send out a whole lot of PDF forms for checking and possible updating. I know how to enter data into a single PDF form from a .txt file, but is there a way of doing this for all the records in the database in one step (as one would do when Data Merging in InDesign)?
    The idea is that the clients can check that their information in the database is up to date, and change it if they need to.
    And then following on from that, is there a way to automate the emailing stage? I'll have hundreds of forms, each with unique client info, that need to be emailed to the respective clients. If it helps, one of the fields will contain their email address.
    Any ideas would be appreciated.

    Well, for one - what happens in your Forms 11g version of your form?
    954226 wrote:
    Hi All,
    I am facing some problem in Forms 11g while merging the data into Word file, the data should be merge into word file.
    but it's working properly in Forms 10g, now we'r migrating Form 10g to Forms 11g.
    I think this is a problem with Web utility, so please Help me to rectify this Issue.
    Thanks in Advance.
    Your description of the problem ( or rather - lack of description) doesn't help.  Are you getting any errors?  Have you looked at the Java Console to see what errors (if any) are displayed there?  Can you read data from your Word file?
    Craig...

  • Dependant(?) Data Merging

    Windows 7, InDesign CS4, Excel 2010
    I hope this makes sense:
         I have a project that involves making labels for about 800 SKUs. I've merged data before when making labels like this and it worked great (it's been a while though). Anyway, this project is different in that i have different labels depending on the product's category (i've got 10 categories) and I'm color coding them. I currently have an Excel Spreadsheet that is automatically updated from our inventory system/database that i am going to be pulling the data from that has ALL 800 skus on it.
         Basically, is there a way for InDesign to determine which label the entry should go into? Like, if i want to make all the labels for Category A (blue), will i be able to point InDesign at the spreadsheet and have it pull in those 80 Skus? Or if i tell it to merge, will it just merge everything in that spreadsheet?
         I'm trying to avoid having to get 10 different spreadsheets created (1 for each category) if at all possible.
    EDIT: I guess i should specify, the spreadsheet does have info about what category it is in.
    Thanks in advance!

    without plugins, data merge in indesign doesn't have purpose-built "triggers" as such (i.e. if a field = x, then y happens elsewhere). Ultimately, the text file in the data merge has to contain the necessary information that will appear in the output. However, the file that makes the txt file (e.g. excel) can have triggers such as if/else statements, and it is there where any information should be added as an additional field.
    For example, if a background in label A is to be blue and label B is to be green, files would need to be created for these different colored backgrounds (e.g. A.ai and B.ai) and then the trigger in excel would be if <<field>> = <<condition>> then <<a>> else <<b>> and would be its own column.
    There are dozens of plug-ins that may be able to do this, but seeing a return on investment from the purchase of the software (some can be quite expensive) is another matter.
    Apart from placing images, there are only two instances of data merge that can, in a way, be  triggered.
    1: GREP styles. If the incoming type fulfils the requirement of the GREP style, its appearance can be dramatically altered.
    2: Use of ligatures by the special font FF Chartwell, specifically the bar font. More information: http://colecandoo.wordpress.com/2013/09/04/another-use-for-ff-chartwell-plotting-x-and-y-c oordinates/

  • How do you data merge a specified page from an .indd file

    Hi,
    I'm using ID CS6  creating a number of documents that will include various pages from other .indd documents; i see the best way for me to do this as a data merge.
    I can get the data merge to work absolutely fine, pulling in relevant images and text etc, and also pulling in the relelvant .indd documents; what i can't do is specify which page of the .indd file i want to show, so i'm always getting the first page. Is there a way to specify a page to merge, as opposed to only the first one?
    Thanks in advance...
    P.S. I'm right in thinking you can't merge snippet files aren't I...as i can't get that to work...

    I don't know of a way to specify a page of an ID document during a data merge. But interesting note: during my experimentation, the second page of the ID doc was being used in the data merge. Then after changing other variables in data merge workflow, the first page of document was used. I don't know what triggered the page change, and unfortunately can not repeat.

Maybe you are looking for

  • Can't get adf-faces-demo.war working on WLS 8.1 SP5

    Did a search & found some others facing the same difficulties as I am, also followed some recommendations of using an exploded war instead of archive war, and also adding some JARs from Tomcat 5.5.* onto my classpath, but the demo still refuses to wo

  • Iphone 5 mms problems

    Thanks to the person who posted how to resolve the non-sending of pic messages.  Your suggestion worked! 

  • Error while refreshing the runtime Cache! Issue in SLD

    Hello Experts, I am getting a strange issue in Production server due to which messages are ending in error .After every shut down/restart of the PI system ,a technical system for database get created in Production SLD . This is causing cache issue ,

  • Canoscan 8400F broken after 10.5.3 update - fix?

    After installing the 10.5.3 update, my Canoscan 8400F no longer works. It had previously been working fine with Leopard. I get a "necessary file could be damaged or missing... reinstall driver" error from any software trying to access the scanner (Ph

  • Can't get rid of Norton

    Just transferred contents of old Macbook pro to new one, which has the latest version of Snow Leopard. Along with everything came the usual Norton mess (should never have bought it). A search of the new computer reveals no Norton or Symantec files, w