InDesign Conditional text batch export with TOC update

Hello Everyone,
I'm just getting into the scripting, so bear with me please.
I have an indesign document with several conditional text variations and a generated Table Of Contents. I've found -hans-'s batch exporting script which works perfectly, BUT, in my document there are conditional headings too, which have their impact on the TOC of course and sadly indesign's toc update is not live. So all I need, is add a line (or 2) in the script that selects and updates the TOC for me before exporting each PDF. I've tried labeling the TOC text frame (with script label) and invoke a menu action on it, but I think I didn't get the Syntax right. I guess for someone experienced this is a really simple task.
Here is -hans-'s Conditional text batch exporting script:
http://forums.adobe.com/message/4764443
thanks for your help!
wood1y

Hi,
Thank you for your answer. This is my syntax so far. All I did to -hans-'s script was, I tried to create a variable with a text frame that has the "TOC" label, select it with a .select action (found it on a forum) that doesn't work, and tried to invoke the update toc with app.scriptMenuActions.itemByID(71442).invoke(); which doesn't work either. So yes, as I told you, I'm a beginner.
var nameOfThePDFExportPresetYouWantToUse = 'DiscManual' //please don't forget to set!
var currDoc = app.activeDocument;
var currFilePath = currDoc.filePath.absoluteURI + '/';
var currFileName = currDoc.name.replace(/.indd/, '');
var currConditions = currDoc.conditions;
var myTOC = currDoc.textFrames.item("TOC")
//set all conditions visible to false
currConditions.everyItem().visible = false;
l = currConditions.length;
//cycle thru conditions
while(l--){
currCondition =  currConditions[l];
//set actual condition visible to true
currCondition.visible = true;
currConditionName = currCondition.name
//select TOC
myTOC.select();
//update TOC
app.scriptMenuActions.itemByID(71442).invoke();
//set pdfName
var exportTo = File(currFilePath + currFileName + '_' + currConditionName +'.pdf');
//Have a look here:
//export PDF. to choose backgroundexport. use the second line of code
//currDoc.exportFile(ExportFormat.PDF_TYPE, exportTo,false,  nameOfThePDFExportPresetYouWantToUse);
currDoc.asynchronousExportFile(ExportFormat.PDF_TYPE, exportTo,false,  nameOfThePDFExportPresetYouWantToUse);
//set actual condition visible to false
    currCondition.visible = false;

Similar Messages

  • Conditional Text Batch Export

    I have a document with nearly 200 versions of conditional text that has to be individually swapped out and exported to pdf. I genearlly just do this one at a time all the way though.
    Is there a way to batch the export of these pdfs? I've been scouring the internet for a soultion but can't seem to find one. I am on CS4 still if it matters. Thanks!

    I don't know of a way automatically to do this. I imagine it coudl be scripted though.
    Check out the scripting forums. http://forums.adobe.com/community/indesign/indesign_scripting

  • A Script for Conditional Text Batch Export

    Hi, I was directed into this subforum with this question:
    I have a document with nearly 200 versions of conditional text that has to be individually swapped out and exported to pdf. I genearlly just do this one at a time all the way though.
    Is there a way to batch the export of these pdfs? I've been scouring the internet for a soultion but can't seem to find one. I am on CS4 still if it matters. Thanks!

    Hi,
    no Problem Take a look at the exportline too. you can choose between backgroundexport and normal export.
    var nameOfThePDFExportPresetYouWantToUse = 'MyPdfPreset' //please don't forget to set!
    var currDoc = app.activeDocument;
    var currFilePath = currDoc.filePath.absoluteURI + '/';
    var currFileName = currDoc.name.replace(/.indd/, '');
    var currConditions = currDoc.conditions;
    //set all conditions visible to false
    currConditions.everyItem().visible = false;
    l = currConditions.length;
    //cycle thru conditions
    while(l--){
    currCondition =     currConditions[l];
    //set actual condition visible to true
    currCondition.visible = true;
    currConditionName = currCondition.name
    //set pdfName
    var exportTo = File(currFilePath + currFileName + '_' + currConditionName +'.pdf');
    //Have a look here:
    //export PDF. to choose backgroundexport. use the second line of code
    currDoc.exportFile(ExportFormat.PDF_TYPE, exportTo,false,  nameOfThePDFExportPresetYouWantToUse);
    //currDoc.asynchronousExportFile(ExportFormat.PDF_TYPE, exportTo,false,  nameOfThePDFExportPresetYouWantToUse);
    //set actual condition visible to false
        currCondition.visible = false;
    Sunny Day
    Hans-Gerd Claßen

  • Batch Export with Match Sequence Settings

    How can I select a bunch of sequences in Premiere Pro and export them with Media Encoder as "Match Sequence" Settings? When I have multiple selections  that option is not available. Also, is there an option to either use or ignore the in/out when batching sequences?

    Hi TBC,
    I think you're on the wrong track with the export. Camera codecs are for acquisition. There are many different options for Export, and they do not need to be, nor should they be in most cases, the same thing you started with. The general consensus I see on these forums is to avoid "Match Sequence Settings" most of the time.
    Please let us know the destination, and we can then suggest options. For instance, if you simply want to create a "Master" copy of the completed work, on a Mac you might want ProRes, while on the PC you could look at the Lagarith Lossless codec, or the Avid DNxHDcodec (both need to be installed to use them). If going to the web, there's a ton of options, but a YouTube or Vimeo preset is a good place to start, found under "H.264" format.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • Indesign CS4 Crashes on export to pdf (Snow Leopard)

    Hi all, I have reset my prefs, emptied my cache, fixed my permissions, reinstalled CS4, and fixed duplicate fonts with font book and I am about ready to give up on my chosen profession at this point.. I cannot export to PDF, everytime It crashes (almost immediatly after selecting export) Even on empty pages with no content at all..
    Please please help!
    Many thanks
    Andreas
    My crashlog follows:
    Process:         Adobe InDesign CS4 [925]
    Path:            /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Adobe InDesign CS4
    Identifier:      com.adobe.InDesign
    Version:         6.0.4.578 (6040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [647]
    Date/Time:       2010-02-21 15:01:56.044 +0100
    OS Version:      Mac OS X 10.6.2 (10C540)
    Report Version:  6
    Interval Since Last Report:          -1518913 sec
    Crashes Since Last Report:           -17
    Per-App Interval Since Last Report:  324 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      BC9E8B45-3EE6-4495-AA5E-AC71862B96C4
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000006e676973
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                               0x6e676973 0 + 1852270963
    1   AdobePDFL                         0x2339d80c CosDocEnumEOFs + 27326
    2   AdobePDFL                         0x2339bb8b CosDocEnumEOFs + 20029
    3   AdobePDFL                         0x2339dfca CosDocEnumEOFs + 29308
    4   AdobePDFL                         0x232aba06 ASTextIsEmpty + 1146
    5   AdobePDFL                         0x231559ff PDFontPSFlushIncrGlyphList + 65853
    6   AdobePDFL                         0x23155bc6 PDFontPSFlushIncrGlyphList + 66308
    7   AdobePDFL                         0x231581f3 PDFontPSFlushIncrGlyphList + 76081
    8   AdobePDFL                         0x2315ad46 PDFontPSFlushIncrGlyphList + 87172
    9   AdobePDFL                         0x2313fd86 PDFLPrintDoc + 6322
    10  AdobePDFL                         0x2320af30 PDSetHostEncoding + 2412
    11  AdobePDFL                         0x2320b086 PDSetHostEncoding + 2754
    12  AdobePDFL                         0x2314311a PDFLInitFriends + 2122
    13  AdobePDFL                         0x23142c28 PDFLInitFriends + 856
    14  com.adobe.InDesign.PDF            0x22f04526 GetPlugIn + 1085302
    15  com.adobe.InDesign.PDF            0x22f05f0a GetPlugIn + 1091930
    16  com.adobe.InDesign.PDF            0x22f064ff GetPlugIn + 1093455
    17  com.adobe.InDesign.PDF            0x22f06780 GetPlugIn + 1094096
    18  com.adobe.InDesign.PDF            0x22f06af9 GetPlugIn + 1094985
    19  com.adobe.InDesign.PDF            0x22f06b8e GetPlugIn + 1095134
    20  com.adobe.InDesign.PDF            0x22f042fc GetPlugIn + 1084748
    21  PublicLib.dylib                   0x010f749c CPDFAcquire::CPDFAcquire() + 60
    22  com.adobe.InDesign.PDF            0x22df3a3d 0x22dc4000 + 195133
    23  PublicLib.dylib                   0x010b4952 Command::DoImmediate(short) + 34
    24  com.adobe.InDesign.Utilities      0x25c5c5c3 0x25c5a000 + 9667
    25  com.adobe.InDesign.Utilities      0x25c5c7ec 0x25c5a000 + 10220
    26  ...adobe.InDesign.AppFramework    0x20b7813e 0x20b5f000 + 102718
    27  PublicLib.dylib                   0x010b525b CmdUtils::ProcessCommand(ICommand*) + 59
    28  com.adobe.InDesign.PDF            0x22e12e4c GetPlugIn + 96412
    29  PublicLib.dylib                   0x010d0d6f CExportProvider::ExportToFile(IDFile const&, IDocument*, IPMUnknown*, PMString const&, K2::UIFlags) + 383
    30  ...e.InDesign.Import Export UI    0x22347a8b GetPlugIn + 15787
    31  ...e.InDesign.Import Export UI    0x22348838 GetPlugIn + 19288
    32  ...e.InDesign.Import Export UI    0x22345a96 GetPlugIn + 7606
    33  com.adobe.InDesign.Actions        0x20b11c03 GetPlugIn + 15171
    34  com.adobe.InDesign.Actions        0x20b16a3b GetPlugIn + 35195
    35  ...adobe.InDesign.AppFramework    0x20b61803 0x20b5f000 + 10243
    36  com.apple.HIToolbox               0x97c58e29 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    37  com.apple.HIToolbox               0x97c580f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    38  com.apple.HIToolbox               0x97c7a981 SendEventToEventTarget + 52
    39  ...adobe.InDesign.AppFramework    0x20b628f7 0x20b5f000 + 14583
    40  ...adobe.InDesign.AppFramework    0x20b85b3e GetPlugIn + 16750
    41  com.adobe.InDesign                0x000026eb main + 187
    42  com.adobe.InDesign                0x00001fb2 start + 258
    43  com.adobe.InDesign                0x00001ed9 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x923510ea kevent + 10
    1   libSystem.B.dylib                 0x92351804 _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92350cc3 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92350a68 _dispatch_worker_thread2 + 234
    4   libSystem.B.dylib                 0x923504f1 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92350336 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x9232a93a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92358445 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92387028 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x9615b235 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x96156b33 MPWaitOnQueue + 250
    5   PMRuntime.dylib                   0x00012668 MemUtils::GetAvailMem() + 296
    6   ...ple.CoreServices.CarbonCore    0x9613a7ae PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    8   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x9232a8da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x9232b047 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore    0x962022a4 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    4   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92358806 __semwait_signal + 10
    1   libSystem.B.dylib                 0x923584c2 _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x9235a158 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x9616f87a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x9615b20d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96156b33 MPWaitOnQueue + 250
    6   AdobeACE                          0x0004c38d 0x1b000 + 201613
    7   AdobeACE                          0x0004bd85 0x1b000 + 200069
    8   ...ple.CoreServices.CarbonCore    0x9613a7ae PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    10  libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   com.adobe.amt.services            0x1dced552 C_EULA_AskToAcceptEULA + 21368
    4   com.adobe.amt.services            0x1dce8995 C_EULA_AskToAcceptEULA + 1979
    5   com.adobe.amt.services            0x1dced5b0 C_EULA_AskToAcceptEULA + 21462
    6   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    7   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x9232a9ee mach_wait_until + 10
    1   libSystem.B.dylib                 0x923b29e5 nanosleep + 345
    2   ...obe.InDesign.Application UI    0x20d48732 0x20d37000 + 71474
    3   ...obe.InDesign.Application UI    0x20d4b633 0x20d37000 + 83507
    4   ...adobe.InDesign.AppFramework    0x20c48a09 GetPlugIn + 815161
    5   ...adobe.InDesign.AppFramework    0x20c4b252 GetPlugIn + 825474
    6   ...oost_thread-mt-1_34_1.dylib    0x015993a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    7   ...oost_thread-mt-1_34_1.dylib    0x015987e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    8   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    9   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib    0x01596080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework    0x20c4b16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib    0x015993a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib    0x015987e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    8   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib    0x01596080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework    0x20c4b16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib    0x015993a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib    0x015987e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    8   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   ...oost_thread-mt-1_34_1.dylib    0x01596080 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   ...adobe.InDesign.AppFramework    0x20c4b16f GetPlugIn + 825247
    5   ...oost_thread-mt-1_34_1.dylib    0x015993a6 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    6   ...oost_thread-mt-1_34_1.dylib    0x015987e5 boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) + 223
    7   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    8   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   TINthread.dylib                   0x249f77a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                   0x249f783f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    6   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                 0x9232a9ee mach_wait_until + 10
    1   libSystem.B.dylib                 0x923b29e5 nanosleep + 345
    2   ...sign.Support for JavaScript    0x24fec53f GetPlugIn + 336367
    3   ...sign.Support for JavaScript    0x24fec59f GetPlugIn + 336463
    4   ...sign.Support for JavaScript    0x24fc851e GetPlugIn + 188878
    5   ...sign.Support for JavaScript    0x24fec85f GetPlugIn + 337167
    6   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    7   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                 0x9232a8da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x9232b047 mach_msg + 68
    2   ...ia.Flash Player.authplaylib    0x2bdfb63e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    4   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib    0x2bc27ba6 0x2b940000 + 3046310
    4   ...ia.Flash Player.authplaylib    0x2bc49f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib    0x2bc27f98 0x2b940000 + 3047320
    6   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    7   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                 0x9232a922 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x9235845c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x923a1503 pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib    0x2bc27ba6 0x2b940000 + 3046310
    4   ...ia.Flash Player.authplaylib    0x2bc49f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib    0x2bc27f98 0x2b940000 + 3047320
    6   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    7   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                 0x9232a92e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x9616cf9e MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x31a84eff 0x31a55000 + 196351
    3   ...ple.CoreServices.CarbonCore    0x9613a7ae PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    5   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                 0x92350182 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92350718 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92350336 start_wqthread + 30
    Thread 17:
    0   libSystem.B.dylib                 0x92350182 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92350718 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92350336 start_wqthread + 30
    Thread 18:
    0   libSystem.B.dylib                 0x92349856 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x90ee3ddd __CFSocketManager + 1085
    2   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    3   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                 0x9232a93a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92358445 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92387028 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation              0x92aafa84 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation              0x92a687f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.AppKit                  0x9404b6e9 +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 297
    6   com.apple.Foundation              0x92a738d8 -[NSThread main] + 45
    7   com.apple.Foundation              0x92a73888 __NSThread__main__ + 1499
    8   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    9   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                 0x92350182 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92350718 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92350336 start_wqthread + 30
    Thread 21:
    0   libSystem.B.dylib                 0x9232a93a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92358445 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92387028 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x9615b235 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x9615af73 TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore    0x9617f16b TimerThread + 97
    6   libSystem.B.dylib                 0x92357fbd _pthread_start + 345
    7   libSystem.B.dylib                 0x92357e42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xbfffd66e  ebx: 0x2339d6ee  ecx: 0x0000000a  edx: 0x2065626f
      edi: 0xbffffbc4  esi: 0x000000d0  ebp: 0xbfffd618  esp: 0xbfffd5fc
       ss: 0x0000001f  efl: 0x00010206  eip: 0x6e676973   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x6e676973
    Binary Images:
        0x1000 -     0x3ff7 +com.adobe.InDesign 6.0.4.578 (6040) <2C8895C0-BF9F-7CBA-24BB-5BF8AAE2EE41> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Adobe InDesign CS4
        0x8000 -     0x8fff +InDesignModel ??? (???) <04F752B0-79DF-B0C0-0D40-E5D56F5E6763> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xc000 -     0xcfff +InDesignModelAndUI ??? (???) <2822805A-73B5-F1C1-F21F-77EA75E194B8> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x10000 -    0x16fff +PMRuntime.dylib ??? (???) <9428E22B-B3BF-6645-9DE1-E821B48AE928> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/PMRuntime.dylib
       0x1b000 -   0x128fff +AdobeACE ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x146000 -   0x64efff +AdobeAGM ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fdff7 +AdobeARE ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x807000 -   0x820fff +AdobeBIB ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x82a000 -   0x84bff7 +AdobeBIBUtils ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x858000 -   0xaebfc7 +AdobeCoolType ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xb6f000 -   0xf39fcf +AdobeMPS ??? (???) <99C8C96F-BA9C-4587-93B1-F1F45219C3F7> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
      0xfc8000 -  0x1029fff +ObjectModelLib.dylib ??? (???) <F98F0BBB-77AC-98E3-F20C-3EAE30C8342E> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/ObjectModelLib.dylib
    0x1046000 -  0x107cfff +DataBaseLib.dylib ??? (???) <DAF68BCD-3194-48AD-5086-E06FD2529E85> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/DataBaseLib.dylib
    0x108c000 -  0x13fafff +PublicLib.dylib ??? (???) <56E004CC-06F1-6ED3-6B78-DA97EE7C7E27> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/PublicLib.dylib
    0x1557000 -  0x1578ffa +AdobeAFL ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1594000 -  0x159affe +libboost_thread-mt-1_34_1.dylib ??? (???) <DB58BCE6-F2FC-4E5B-B87F-ED405C3F62A7> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/libboost_thread-mt-1_34_1.dylib
    0x15a5000 -  0x1635fc3 +WRServices ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x17b0000 -  0x17b4ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x17ba000 -  0x216a57f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x216d000 -  0x223c23b +libicui18n.dylib.36.0 ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x22e5000 -  0x23b9db7 +libicuuc.dylib.36.0 ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x241a000 -  0x2461fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2467000 -  0x24ddfff +libboost_regex-mt-1_34_1.dylib ??? (???) <3FE3AFA1-CCA6-740C-9460-E04378983CF0> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/libboost_regex-mt-1_34_1.dylib
    0x2513000 -  0x26c9ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x2700000 -  0x270dff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x2711000 -  0x2751ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x276a000 -  0x276aff7  libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x276d000 -  0x28a4fef +WidgetBinLib.dylib ??? (???) <C5A72D25-5F71-3FA8-AA6F-7D22F0BB8857> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/WidgetBinLib.dylib
    0x293a000 -  0x2b34fcf +AdobeOwl ??? (???) <F209A9B2-9606-4182-93D8-84B349CFBE48> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2baf000 -  0x30adfc3 +AdobeOwlCanvas ??? (???) <DC1EE447-FCDB-43C8-B6D2-A5454291C85D> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x32ea000 -  0x32eeff9 +com.adobe.InDesign.Data Services UI 6.0.0.352 (???) <85A22E03-9C0E-6F41-9C99-DDD06DD88300> /Applications/Adobe InDesign CS4/Plug-Ins/Data Services/Data Services UI.InDesignPlugin/Data Services UI
    0x32f8000 -  0x32fbfff +com.adobe.InDesign.PNG Import Filter UI 6.0.0.352 (???) <B11AF6F4-2AFF-7BA8-D2AE-BA2C0E6EC36A> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/PNG Import Filter UI.InDesignPlugin/PNG Import Filter UI
    0x37e4000 -  0x37e6ff2 +com.adobe.InDesign.SimpleTextImportFilter 6.0.0.352 (???) <78004381-49BA-D66C-35CE-45DB39FEBB1E> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/SimpleTextImportFilter.InDesignPlugin/SimpleTextImportFilter
    0x37f0000 -  0x37f0ff7  com.apple.applescript.component 2.1.1 (2.1.1) <11471C1C-3D80-C601-6BDF-A482BB5A6C24> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x37f4000 -  0x37f9ff3 +com.adobe.InDesign.QTAccess 6.0.0.352 (???) <1A40EE48-3845-A79D-198B-522022908941> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/QTAccess.InDesignPlugin/QTAccess
    0x7de5000 -  0x7df7ff7  libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x7dfb000 -  0x7dfcff2 +com.adobe.InDesign.Help 6.0.0.352 (???) <0F4B3A38-9C70-AF9B-BF2E-214D9934FBD9> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Help.InDesignPlugin/Help
    0x1dc46000 - 0x1dc54fe7  libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1dccd000 - 0x1dd6efc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x1e06a000 - 0x1e071ff8 +com.adobe.InDesign.Data Services 6.0.0.352 (???) <B53B8B9E-B41C-A9C4-8070-B835E5DC71F2> /Applications/Adobe InDesign CS4/Plug-Ins/Data Services/Data Services.InDesignPlugin/Data Services
    0x1e077000 - 0x1e083ff5 +com.adobe.InDesign.DTTransform 6.0.0.352 (???) <C11BA48D-46A8-06FB-D803-15BE309A319E> /Applications/Adobe InDesign CS4/Plug-Ins/Data Services/DTTransform.InDesignPlugin/DTTransform
    0x1e08b000 - 0x1e097ff3 +com.adobe.InDesign.SaveBack 6.0.0.352 (???) <5FEC3A18-4BD3-1044-6236-3115C0C6858E> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/SaveBack.InDesignPlugin/SaveBack
    0x1e0a0000 - 0x1e0a3ff3 +com.adobe.InDesign.InCopyExportUI 6.0.0.352 (???) <B04E33E5-5B1B-4E42-A389-7A7ACECA9D6C> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopyExportUI.InDesignPlugin/InCopyExportUI
    0x1e3a7000 - 0x1e3caff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x1e587000 - 0x1e5aafff +com.adobe.InDesign.Dictionary Editor Dialog 6.0.0.352 (???) <5C09D301-0BCE-7DBD-C28A-A1F55139E2CE> /Applications/Adobe InDesign CS4/Plug-Ins/Dictionaries/Dictionary Editor Dialog.InDesignPlugin/Dictionary Editor Dialog
    0x1e5bf000 - 0x1e5dfff9 +TextPanelLib.dylib ??? (???) <B37A8DDD-502A-8DCE-5574-FE4F8A52A48A> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/TextPanelLib.dylib
    0x1e5f2000 - 0x1e5f9fff +com.adobe.InDesign.EPS UI 6.0.0.352 (???) <402F654F-BD3A-F518-319A-66F8351A1C0A> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/EPS UI.InDesignPlugin/EPS UI
    0x1e700000 - 0x1e71cff7 +com.adobe.InDesign.LILO 6.0.4.578 (???) <B06D6884-57F4-3049-8175-8D255BF2948B> /Applications/Adobe InDesign CS4/Plug-Ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO
    0x1e729000 - 0x1e7d501f +com.adobe.linguistic.LinguisticManager 4.0.1 (10335) <ED7B41D6-D971-4367-B8FD-B9D56614BC13> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x1e7f9000 - 0x1e80ffeb +com.adobe.InDesign.Media Import Filter 6.0.0.352 (???) <B25EA5A7-E8AD-2EA0-D1F2-793594E772EB> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/Media Import Filter.InDesignPlugin/Media Import Filter
    0x1e818000 - 0x1e831fff +com.adobe.InDesign.Sangam Preferences UI 6.0.4.578 (???) <6C06484A-902B-BE4E-3767-D91F7F37486A> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/Sangam Preferences UI.InDesignPlugin/Sangam Preferences UI
    0x1e840000 - 0x1e88cffe +AdobeSangam ??? (???) <7CA1710B-7675-42EA-A688-F3570ABB577B> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x1e8ef000 - 0x1e93eff3 +com.adobe.InDesign.SangamExport 6.0.0.352 (???) <9DBC6F9D-C04E-BD09-6655-B5FB0C504802> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/SangamExport.InDesignPlugin/SangamExport
    0x1e95c000 - 0x1ea53fef +com.adobe.InDesign.SangamServicer-Mapper 6.0.0.352 (???) <F94FF017-6AC1-81D3-4380-B1572289D0D4> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper
    0x1ea98000 - 0x1eb20fff +com.adobe.InDesign.Tagged Text Attributes 6.0.0.352 (???) <392E29FB-F331-5765-4292-C72B2008621A> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/Tagged Text Attributes.InDesignPlugin/Tagged Text Attributes
    0x1eb51000 - 0x1eb5dfed +com.adobe.InDesign.Tagged Text Filters UI 6.0.0.352 (???) <F2CD8EAB-8C46-480C-524F-E39E1E31F577> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/Tagged Text Filters UI.InDesignPlugin/Tagged Text Filters UI
    0x1eb63000 - 0x1ebffff2 +com.adobe.InDesign.Tagged Text Filters 6.0.0.352 (???) <0036BA3A-F257-141C-5B9F-5DFF9F7E8579> /Applications/Adobe InDesign CS4/Plug-Ins/Filters/Tagged Text Filters.InDesignPlugin/Tagged Text Filters
    0x1ec0e000 - 0x1ec16ff9 +com.adobe.InDesign.Clipping Path Dialog 6.0.0.352 (???) <C047A93F-1863-13EE-048F-9F9406C7DDFE> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Clipping Path Dialog.InDesignPlugin/Clipping Path Dialog
    0x1ec1f000 - 0x1ec42fff +com.adobe.InDesign.Color Management UI 6.0.0.352 (???) <7932C550-D31C-6230-30FD-B4DC96D7F35B> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Color Management UI.InDesignPlugin/Color Management UI
    0x1ec4e000 - 0x1ec9bff9 +com.adobe.InDesign.Color Picker Panel 6.0.0.352 (???) <6D5F716C-4997-E6CD-6625-8C95A4A630BB> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x1ecb6000 - 0x1ed89ffb +com.adobe.InDesign.Dynamic Documents 6.0.4.578 (???) <77B09979-B81D-47A3-17FE-7AF5E7F42FAC> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0x1edce000 - 0x1eeaffe3 +AdobeSWFPort ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeSWFPort.framework/Versions/A/AdobeSWFPort
    0x1eee3000 - 0x1eef5ffd +com.adobe.InDesign.DynamicDocumentsUI 6.0.0.352 (???) <E6DE79DC-BA0F-C0CE-7C9E-2881BF96953B> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/DynamicDocumentsUI.InDesignPlugin/DynamicDocumentsUI
    0x1eefb000 - 0x1ef01ff7 +com.adobe.InDesign.Generic Style Editor 6.0.0.352 (???) <6CDB2DCF-DBF6-F8F2-4CD4-575D9FDE0D4A> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor
    0x1ef0a000 - 0x1ef2cff7 +com.adobe.InDesign.Gradient Panel 6.0.0.352 (???) <23AEA9F7-222A-BA00-5288-F5EE281C9155> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Gradient Panel.InDesignPlugin/Gradient Panel
    0x1ef3b000 - 0x1ef7efff +com.adobe.InDesign.Graphic Panels 6.0.0.352 (???) <3491741F-72ED-3490-7CBF-FA5FB3027855> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels
    0x1ef97000 - 0x1ef9bff1 +com.adobe.InDesign.JPEG Export UI 6.0.0.352 (???) <8A3D6AD4-9FDF-4DBF-345C-3640D15B1C43> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/JPEG Export UI.InDesignPlugin/JPEG Export UI
    0x1efa1000 - 0x1efb6fff +com.adobe.InDesign.JPEG Export 6.0.0.352 (???) <842E1B3B-42C2-0191-198B-A392862655A2> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/JPEG Export.InDesignPlugin/JPEG Export
    0x1efc4000 - 0x1eff9ff7 +com.adobe.InDesign.Output Preview 6.0.0.352 (???) <8DBEAAE5-BBA0-B48F-A83E-506430EAB349> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Output Preview.InDesignPlugin/Output Preview
    0x1f00c000 - 0x1f019ff1 +com.adobe.InDesign.OutputMiscUI 6.0.0.352 (???) <BA56ACAB-1453-D2E3-655C-EFDBD9543783> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI
    0x1f025000 - 0x1f076ff7 +com.adobe.InDesign.PDF UI 6.0.0.352 (???) <F979295A-2243-A862-B339-1EA6780E6A7E> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/PDF UI.InDesignPlugin/PDF UI
    0x1f08f000 - 0x1f0effc7 +AdobeXMP ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x1f0fe000 - 0x1f10cffd +com.adobe.InDesign.Printer Styles 6.0.0.352 (???) <7C016F3F-411F-EC5F-75BB-8507878340C8> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Printer Styles.InDesignPlugin/Printer Styles
    0x1f116000 - 0x1f1b7fe1 +com.adobe.InDesign.PrintUI 6.0.0.352 (???) <8F9CB925-7B0F-FB0C-CE9E-8ACE5C193809> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/PrintUI.InDesignPlugin/PrintUI
    0x1f1ee000 - 0x1f1f8ff5 +com.adobe.InDesign.PS Import UI 6.0.0.352 (???) <B8028ED9-7B2F-96DF-ACA9-341B4F74EE88> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI
    0x1f201000 - 0x1f214fff +com.adobe.InDesign.Swatch Library Panel 6.0.0.352 (???) <80A8B416-E4AA-B266-FE6D-4D27A34626B8> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel
    0x1f21c000 - 0x1f28dff9 +com.adobe.InDesign.Swatches Panel 6.0.0.352 (???) <A27CCA98-A346-0EE7-65F5-721D79D0B8AC> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x1f2b1000 - 0x1f31fffd +com.adobe.InDesign.Transparency UI 6.0.0.352 (???) <763895B4-7EE8-FFAF-27F7-13C198906B92> /Applications/Adobe InDesign CS4/Plug-Ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI
    0x1f343000 - 0x1f37efff +com.adobe.InDesign.Assignment UI 6.0.0.352 (???) <A910C644-993D-3FE0-924D-8AF5EFA4B614> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/Assignment UI.InDesignPlugin/Assignment UI
    0x1f393000 - 0x1f3a6fe5 +com.adobe.InDesign.InCopy Bridge UI 6.0.0.352 (???) <DCDBF6B5-5632-E91F-BB74-0EF1B28FF7CD> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI
    0x1f3af000 - 0x1f3d6fff +com.adobe.InDesign.InCopy Bridge 6.0.0.352 (???) <501249E6-E625-1E51-1821-B549B67DAB5E> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge
    0x1f3e2000 - 0x1f3e6ff9 +com.adobe.InDesign.InCopyExport 6.0.0.352 (???) <0DEA75D0-0A6E-4A74-C7DC-BCE47FE84CE6> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport
    0x1f3ed000 - 0x1f3f2fff +com.adobe.InDesign.InCopyImport 6.0.0.352 (???) <1255EF04-F4D8-7327-63BF-EC98077DB93F> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopyImport.InDesignPlugin/InCopyImport
    0x1f3f7000 - 0x1f3fbfff +com.adobe.InDesign.InCopyWorkflow UI 6.0.0.352 (???) <589DC441-A7AD-2227-7B6A-9A76051A3D6C> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/InCopyWorkflow UI.InDesignPlugin/InCopyWorkflow UI
    0x1f401000 - 0x1f438ff7 +com.adobe.InDesign.Note 6.0.0.352 (???) <A727FD92-2A60-E6A2-6FF5-8EAB4359DA2E> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/Note.InDesignPlugin/Note
    0x1f44d000 - 0x1f455ffb +com.adobe.InDesign.NotePref 6.0.0.352 (???) <6A2E5C76-343F-CCD2-FE42-9F5D9C536E4C> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/NotePref.InDesignPlugin/NotePref
    0x1f460000 - 0x1f462ff2 +com.adobe.InDesign.Username UI 6.0.0.352 (???) <A2AEF94D-F8DA-9928-269E-F15F3AE94DA7> /Applications/Adobe InDesign CS4/Plug-Ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI
    0x1f467000 - 0x1f4a9fff +com.adobe.InDesign.ButtonUI 6.0.0.352 (???) <4798B84D-AC6A-3649-2E7F-D77B605B0897> /Applications/Adobe InDesign CS4/Plug-Ins/Interactive/ButtonUI.InDesignPlugin/ButtonUI
    0x1f4c4000 - 0x1f4ddff7 +com.adobe.InDesign.MediaUI 6.0.0.352 (???) <11C77707-A565-50AC-CE15-51DC1F5DB074> /Applications/Adobe InDesign CS4/Plug-Ins/Interactive/MediaUI.InDesignPlugin/MediaUI
    0x1f4eb000 - 0x1f4f4fff +com.adobe.InDesign.Alignment Panel 6.0.0.352 (???) <496EA1C7-E070-855A-0212-859689B7FEF3> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Alignment Panel.InDesignPlugin/Alignment Panel
    0x1f4fb000 - 0x1f525ff3 +com.adobe.InDesign.Asset Library Panel 6.0.0.352 (???) <5499FAE6-DD38-6283-C7BC-34D8AC5B9EC5> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Asset Library Panel.InDesignPlugin/Asset Library Panel
    0x1f53b000 - 0x1f57efff +com.adobe.InDesign.Asset PubLibrary 6.0.4.578 (???) <7B703360-FA54-732A-3FCC-A90BD512E3BE> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Asset PubLibrary.InDesignPlugin/Asset PubLibrary
    0x1f593000 - 0x1f5c1ff1 +com.adobe.InDesign.Book Panel 6.0.0.352 (???) <98F1E7EE-ED0E-3CB9-11AE-803FA2E1B624> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Book Panel.InDesignPlugin/Book Panel
    0x1f5d6000 - 0x1f5e6ff7 +com.adobe.InDesign.Bookmark Panel 6.0.0.352 (???) <3BCF5D34-F64C-E02C-E115-B54F5588E88A> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Bookmark Panel.InDesignPlugin/Bookmark Panel
    0x1f5f3000 - 0x1f616ff1 +com.adobe.InDesign.Control Panel 6.0.0.352 (???) <36AC28AA-8BD0-5147-BCB9-EDFF8F55D947> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Control Panel.InDesignPlugin/Control Panel
    0x1f626000 - 0x1f62bfff +com.adobe.InDesign.Create Guides Dialog 6.0.0.352 (???) <1D544186-D159-F548-AC11-53BEA3B3E32C> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Create Guides Dialog.InDesignPlugin/Create Guides Dialog
    0x1f631000 - 0x1f65afff +com.adobe.InDesign.Eyedropper Tool 6.0.0.352 (???) <DCB9B263-CA26-3166-4295-8E5FD885D13E> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Eyedropper Tool.InDesignPlugin/Eyedropper Tool
    0x1f668000 - 0x1f6b9ffd +com.adobe.InDesign.Hyperlinks Panel 6.0.0.352 (???) <1C45A1F4-0115-E4F3-A9EF-5CD82563FB3B> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Hyperlinks Panel.InDesignPlugin/Hyperlinks Panel
    0x1f6d0000 - 0x1f720ff3 +com.adobe.InDesign.Index Panel 6.0.0.352 (???) <4C950BC3-94E5-7442-99CC-141B6E4BB781> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Index Panel.InDesignPlugin/Index Panel
    0x1f735000 - 0x1f742fff +unihan ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0x1f754000 - 0x1f78dff3 +com.adobe.InDesign.Info Panel 6.0.0.352 (???) <A44ED97C-5C45-8C81-0D44-F884E52CD784> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Info Panel.InDesignPlugin/Info Panel
    0x1f79f000 - 0x1f7f5fef +com.adobe.InDesign.Knowledge Base 6.0.0.352 (???) <4B56F760-BA47-A4CF-5C39-E8B64CDB454D> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Knowledge Base.InDesignPlugin/Knowledge Base
    0x1f809000 - 0x1f82aff9 +com.adobe.InDesign.Layers Panel 6.0.0.352 (???) <6ECE67A7-473C-F979-9836-C29783EF2C20> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Layers Panel.InDesignPlugin/Layers Panel
    0x1f83c000 - 0x1f83eff7 +com.adobe.InDesign.Layout Adjustment Panel 6.0.0.352 (???) <69CB7865-2D40-C519-28BF-06B4700FADF6> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Layout Adjustment Panel.InDesignPlugin/Layout Adjustment Panel
    0x1f843000 - 0x1f859fff +com.adobe.InDesign.Layout Adjustment 6.0.0.352 (???) <E647D3F3-A97C-0965-85A5-B9C8212B9F04> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Layout Adjustment.InDesignPlugin/Layout Adjustment
    0x1f863000 - 0x1f888fff +com.adobe.InDesign.Links UI 6.0.4.578 (???) <F6B1A7AC-CCB4-5EB8-E2F9-F19EA290B0F4> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Links UI.InDesignPlugin/Links UI
    0x1f89a000 - 0x1f8faff1 +com.adobe.InDesign.ObjectStylesUI 6.0.0.352 (???) <A8C7976D-0346-A50B-B6AD-492846741299> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/ObjectStylesUI.InDesignPlugin/ObjectStylesUI
    0x1f91a000 - 0x1f92dff9 +com.adobe.InDesign.Page Setup Dialog 6.0.0.352 (???) <9E3076FE-2315-B82E-2CC8-62CBECED9137> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Page Setup Dialog.InDesignPlugin/Page Setup Dialog
    0x1f934000 - 0x1f99bff9 +com.adobe.InDesign.Pages Panel 6.0.0.352 (???) <8BF988BB-791B-2EDD-4DB7-5DB1FB73C4D2> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Pages Panel.InDesignPlugin/Pages Panel
    0x1f9b8000 - 0x1f9c1ff1 +com.adobe.InDesign.Sections UI 6.0.0.352 (???) <FA736396-CF9B-F6C4-BF76-5DE40597D321> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Sections UI.InDesignPlugin/Sections UI
    0x1f9c7000 - 0x1f9ccff9 +com.adobe.InDesign.StepRepeat 6.0.0.352 (???) <731A4ACB-E181-4D1C-DE20-3BC5A0C36074> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/StepRepeat.InDesignPlugin/StepRepeat
    0x1f9d3000 - 0x1f9feff7 +com.adobe.InDesign.Text Wrap Panel 6.0.0.352 (???) <8DE26186-BAD9-F996-87CB-F5201229551F> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Text Wrap Panel.InDesignPlugin/Text Wrap Panel
    0x1fa0f000 - 0x1fa34ffd +com.adobe.InDesign.TOC UI Dialog 6.0.0.352 (???) <13CDCE4A-D2D9-083E-0560-AE7BCC5C7C40> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/TOC UI Dialog.InDesignPlugin/TOC UI Dialog
    0x1fa44000 - 0x1fa61ff9 +com.adobe.InDesign.Transform Panel 6.0.0.352 (???) <82FA3595-A7D0-7A4A-8DF2-BB71C22E0A45> /Applications/Adobe InDesign CS4/Plug-Ins/Layout/Transform Panel.InDesignPlugin/Transform Panel
    0x1fa6d000 - 0x1fa7fff3 +com.adobe.InDesign.Image Import UI 6.0.0.352 (???) <4426829B-28C7-6333-5ACA-B4F84EDB9F4D> /Applications/Adobe InDesign CS4/Plug-Ins/Page Item/Image Import UI.InDesignPlugin/Image Import UI
    0x1fa8b000 - 0x1fa99fff +com.adobe.InDesign.Scotch Rules 6.0.0.352 (???) <74F27148-FACF-5BD6-0006-9DE1FD3F2D50> /Applications/Adobe InDesign CS4/Plug-Ins/Page Item/Scotch Rules.InDesignPlugin/Scotch Rules
    0x1faa1000 - 0x1fad7fff +com.adobe.InDesign.BNUI 6.0.0.352 (???) <AED17DBC-0E6D-6C1A-47FA-DCE1863C8E25> /Applications/Adobe InDesign CS4/Plug-Ins/PMPack/BNUI.InDesignPlugin/BNUI
    0x1faec000 - 0x1faf3ff7 +com.adobe.InDesign.CropTool 6.0.0.352 (???) <918C0A42-7442-4C3B-19C6-976479A0DD41> /Applications/Adobe InDesign CS4/Plug-Ins/PMPack/CropTool.InDesignPlugin/CropTool
    0x1fafb000 - 0x1fb7afff +com.adobe.InDesign.DataMerge 6.0.4.578 (???) <4BC5C8B4-13B9-2F98-3DDC-28B3D8374B17> /Applications/Adobe InDesign CS4/Plug-Ins/PMPack/DataMerge.InDesignPlugin/DataMerge
    0x1fba7000 - 0x1fbc8ff7 +com.adobe.InDesign.DataMergeUI 6.0.0.352 (???) <6B9F2583-53D7-1319-0A1E-2A353D9837F7> /Applications/Adobe InDesign CS4/Plug-Ins/PMPack/DataMergeUI.InDesignPlugin/DataMergeUI
    0x1fbd9000 - 0x1fbe7fff +com.adobe.InDesign.PMWelcomeScreen 6.0.0.352 (???) <17CCEBF1-6941-902D-4742-B02B31B5A517> /Applications/Adobe InDesign CS4/Plug-Ins/PMPack/PMWelcomeScreen.InDesignPlugin/PMWelcomeScreen
    0x1fbf4000 - 0x1fbfaff8  com.apple.carbonframeworktemplate 1.3 (1.3.11) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x1fbff000 - 0x1fc89ffb +com.adobe.InDesign.Package and Preflight UI 6.0.0.352 (???) <382B9E43-94D8-6410-3C4E-B58F9B851CDC> /Applications/Adobe InDesign CS4/Plug-Ins/Prepress/Package and Preflight UI.InDesignPlugin/Package and Preflight UI
    0x1fcb9000 - 0x1fdf4ff7 +com.adobe.InDesign.Package and Preflight 6.0.4.578 (???) <A2512FA9-A5F7-6F2A-9201-036590D2D49D> /Applications/Adobe InDesign CS4/Plug-Ins/Prepress/Package and Preflight.InDesignPlugin/Package and Preflight
    0x1fe34000 - 0x1fe58ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1fe60000 - 0x1ff58fff +com.adobe.InDesign.JBX 6.0.0.352 (???) <E59EE5A5-9A7C-4163-F181-2F4573FF68DA> /Applications/Adobe InDesign CS4/Plug-Ins/Sandbox/JBX.InDesignPlugin/JBX
    0x1ffa6000 - 0x1ffa9ff5 +com.adobe.InDesign.Script Label Panel 6.0.0.352 (???) <ABF61B34-056D-3C4A-8CE0-9975F05D8267> /Applications/Adobe InDesign CS4/Plug-Ins/Script/Script Label Panel.InDesignPlugin/Script Label Panel
    0x1ffb0000 - 0x1ffb7fff +com.adobe.InDesign.Scripts Panel 6.0.0.352 (???) <6CF81082-2079-F857-9AE3-54141FA55B18> /Applications/Adobe InDesign CS4/Plug-Ins/Script/Scripts Panel.InDesignPlugin/Scripts Panel
    0x1ffbf000 - 0x20053fff +com.adobe.InDesign.Tables UI 6.0.0.352 (???) <D086D539-9F0F-E41D-A540-671BF40FE65C> /Applications/Adobe InDesign CS4/Plug-Ins/Tables/Tables UI.InDesignPlugin/Tables UI
    0x20075000 - 0x200dcfff +com.adobe.InDesign.TableStylesUI 6.0.0.352 (???) <8618D6AA-6181-6AAD-394A-C14C3FB08BA4> /Applications/Adobe InDesign CS4/Plug-Ins/Tables/TableStylesUI.InDesignPlugin/TableStylesUI
    0x200fb000 - 0x2013eff7 +com.adobe.InDesign.Character Panel 6.0.0.352 (???) <3CA23003-ADED-0E4F-7914-02B14F96F3F3> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Character Panel.InDesignPlugin/Character Panel
    0x2015b000 - 0x20176fff +com.adobe.InDesign.Conditional Text UI 6.0.0.352 (???) <C53D556D-0A80-D348-7990-D4CF215CA67E> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Conditional Text UI.InDesignPlugin/Conditional Text UI
    0x20186000 - 0x20197fff +com.adobe.InDesign.Create Outlines 6.0.0.352 (???) <34C8477C-B742-DC59-1530-F92449FB0634> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Create Outlines.InDesignPlugin/Create Outlines
    0x201a0000 - 0x20259fff +com.adobe.InDesign.Find and Change Panel 6.0.0.352 (???) <2C457607-292C-1E46-F8D8-A0F9E83F52F3> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Find and Change Panel.InDesignPlugin/Find and Change Panel
    0x20283000 - 0x2029bfff +com.adobe.InDesign.Find Change Format Panel 6.0.0.352 (???) <79BC0738-646D-B618-43DE-63477BF8D87E> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Find Change Format Panel.InDesignPlugin/Find Change Format Panel
    0x202a8000 - 0x202beff9 +com.adobe.InDesign.Font Usage Dialog 6.0.0.352 (???) <6667279D-486C-F58A-4BD6-068E8522E90A> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Font Usage Dialog.InDesignPlugin/Font Usage Dialog
    0x202c9000 - 0x20328ff2 +com.adobe.InDesign.Glyphs Panel 6.0.0.352 (???) <DE87C30B-D802-A6E2-1BF7-2B40B762FA5C> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Glyphs Panel.InDesignPlugin/Glyphs Panel
    0x20340000 - 0x20346fff +com.adobe.InDesign.Hyphenation Panel 6.0.0.352 (???) <C3CFD45F-7B94-E9A8-1E18-8969784D4630> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Hyphenation Panel.InDesignPlugin/Hyphenation Panel
    0x2034f000 - 0x20359ffd +com.adobe.InDesign.Indents and Tabs 6.0.0.352 (???) <7625F0BC-91D5-2A4D-1C28-9B004648D653> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Indents and Tabs.InDesignPlugin/Indents and Tabs
    0x20362000 - 0x20367fff +com.adobe.InDesign.Justification Panel 6.0.0.352 (???) <87EC2B50-54F6-086E-2095-949E3850D70D> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Justification Panel.InDesignPlugin/Justification Panel
    0x2036e000 - 0x20372fff +com.adobe.InDesign.Keeps Panel 6.0.0.352 (???) <CF35583F-8A7F-0726-56F2-5DF5D4C0DF0F> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Keeps Panel.InDesignPlugin/Keeps Panel
    0x20377000 - 0x20392ff3 +com.adobe.InDesign.Optical Kerning 6.0.0.352 (???) <A8B92C1B-ABA9-EF53-E6B1-500C12C97652> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Optical Kerning.InDesignPlugin/Optical Kerning
    0x2039b000 - 0x203b7fff +com.adobe.InDesign.Paragraph Panel 6.0.0.352 (???) <C954E80A-D677-9EA5-B71A-9647B4AFBFE7> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Paragraph Panel.InDesignPlugin/Paragraph Panel
    0x203c5000 - 0x203cfff2 +com.adobe.InDesign.Paragraph Rules Panel 6.0.0.352 (???) <FEA8CA85-E548-98EB-6B74-51F8275DEBA4> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Paragraph Rules Panel.InDesignPlugin/Paragraph Rules Panel
    0x203d6000 - 0x203e4ffb +com.adobe.InDesign.Path Type UI 6.0.0.352 (???) <E88B9803-C125-424B-7D7D-E601E99071DB> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Path Type UI.InDesignPlugin/Path Type UI
    0x203ee000 - 0x203f5ff5 +PathTypeLib.dylib ??? (???) <DAE01C24-16F1-7785-78DC-90936D2606E6> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/PathTypeLib.dylib
    0x203fb000 - 0x20413ffd +com.adobe.InDesign.RunIn Styles Panel 6.0.0.352 (???) <0A845616-B800-CC27-3560-2AE8B80270E4> /Applications/Adobe InDesign CS4/Plug-Ins/Text/RunIn Styles Panel.InDesignPlugin/RunIn Styles Panel
    0x2041f000 - 0x20430fff +com.adobe.InDesign.SING 6.0.0.352 (???) <30CE431D-04C6-F3ED-86E8-A67FA93DFB60> /Applications/Adobe InDesign CS4/Plug-Ins/Text/SING.InDesignPlugin/SING
    0x2043b000 - 0x20469ffb +com.adobe.InDesign.Spelling Panel 6.0.0.352 (???) <3BAB117C-339B-CED2-C9B1-2C5C39F32FA0> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel
    0x2047d000 - 0x20487ffd +com.adobe.InDesign.Story Panel 6.0.0.352 (???) <74C1A1C5-65C3-C7BF-00BD-57711F4C8312> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Story Panel.InDesignPlugin/Story Panel
    0x2048f000 - 0x204ccff7 +com.adobe.InDesign.Style Panel 6.0.4.578 (???) <5CB86BFB-316B-1724-F397-FE350D227B72> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Style Panel.InDesignPlugin/Style Panel
    0x204e8000 - 0x204efff5 +com.adobe.InDesign.Text Color Panel 6.0.0.352 (???) <7024E146-9825-7FD9-6782-EF8AAE336C14> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Color Panel.InDesignPlugin/Text Color Panel
    0x204f4000 - 0x20509ff1 +com.adobe.InDesign.Text Frame Options 6.0.4.578 (???) <17F95CE8-03A8-16F2-C865-B093DE2F2843> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Frame Options.InDesignPlugin/Text Frame Options
    0x20514000 - 0x20549fff +com.adobe.InDesign.Text Panel 6.0.0.352 (???) <F85AAED2-99E6-96BF-E4D5-3E9D700B1EEE> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Panel.InDesignPlugin/Text Panel
    0x2055c000 - 0x2056fff5 +com.adobe.InDesign.Text Preferences 6.0.0.352 (???) <891714B6-9258-092B-F70D-6CE1AD5892A1> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Preferences.InDesignPlugin/Text Preferences
    0x20579000 - 0x20590ff9 +com.adobe.InDesign.Text Ruler 6.0.0.352 (???) <F6161D34-AF7E-3391-FFC8-34FCF31D2CF3> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Ruler.InDesignPlugin/Text Ruler
    0x2059b000 - 0x205a9ff2 +com.adobe.InDesign.Text Style Panel 6.0.0.352 (???) <8E84FBAC-3BB2-48C9-6A88-ED2E59AD9AF4> /Applications/Adobe InDesign CS4/Plug-Ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel
    0x205b2000 - 0x205c3fe7 +com.adobe.InDesign.CSXS 6.0.0.352 (???) <157644AF-C315-2A02-4BB8-111ECF157B7E> /Applications/Adobe InDesign CS4/Plug-Ins/UI/CSXS.InDesignPlugin/CSXS
    0x205d1000 - 0x20633fe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x20675000 - 0x20747fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x20779000 - 0x20795ff9 +com.adobe.InDesign.Galley Preferences 6.0.0.352 (???) <D09D8478-1DE4-1AD6-D39A-8A219AD3BEF6> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Galley Preferences.InDesignPlugin/Galley Preferences
    0x207a5000 - 0x207abffe +com.adobe.InDesign.General Preferences Panel 6.0.0.352 (???) <FCEA8C2E-AC68-949D-BD8D-E7C6F0AB0D73> /Applications/Adobe InDesign CS4/Plug-Ins/UI/General Preferences Panel.InDesignPlugin/General Preferences Panel
    0x207b1000 - 0x207bfff5 +com.adobe.InDesign.Performance UI 6.0.0.352 (???) <6317F432-FD07-3257-6FD5-8B4AA98EAEE3> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Performance UI.InDesignPlugin/Performance UI
    0x207cb000 - 0x207defff +com.adobe.InDesign.Shortcut Editor Dialog 6.0.0.352 (???) <3774220F-2424-05CF-F33E-9FACC829F118> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Shortcut Editor Dialog.InDesignPlugin/Shortcut Editor Dialog
    0x207e8000 - 0x207f3fff +com.adobe.InDesign.Tool Box 6.0.0.352 (???) <6694A1DD-95E8-5C43-1908-414AD2532EB4> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Tool Box.InDesignPlugin/Tool Box
    0x207fd000 - 0x20804ffb +com.adobe.InDesign.Tool Tips 6.0.0.352 (???) <817781E2-3F65-AD79-F9BC-0C678DBBAE7B> /Applications/Adobe InDesign CS4/Plug-Ins/UI/Tool Tips.InDesignPlugin/Tool Tips
    0x2080d000 - 0x20813ff7 +com.adobe.InDesign.PerformanceMetrics 6.0.0.352 (???) <71D6DC9A-F541-4A8D-B286-8AE1014BE5A0> /Applications/Adobe InDesign CS4/Plug-Ins/Utility/PerformanceMetrics.InDesignPlugin/PerformanceMetrics
    0x20818000 - 0x20835ff7 +com.adobe.InDesign.Plugin Manager 6.0.0.352 (???) <99E988D1-2785-D355-81C7-6300A143A614> /Applications/Adobe InDesign CS4/Plug-Ins/Utility/Plugin Manager.InDesignPlugin/Plugin Manager
    0x20845000 - 0x20852ffd +com.adobe.InDesign.Metadata UI 6.0.0.352 (???) <6AF3FED6-83AB-D0F4-4F4D-311FC7507E3A> /Applications/Adobe InDesign CS4/Plug-Ins/Workflow/Metadata UI.InDesignPlugin/Metadata UI
    0x2085a000 - 0x2092ffdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x20960000 - 0x20965ffd +com.adobe.InDesign.Workgroup UI 6.0.0.352 (???) <F899079C-F1BB-142A-0C23-D9E6C0A73937> /Applications/Adobe InDesign CS4/Plug-Ins/Workgroup/Workgroup UI.InDesignPlugin/Workgroup UI
    0x2096a000 - 0x2099dfff +com.adobe.InDesign.Snippet 6.0.4.578 (???) <D2790D46-3347-6815-12AF-9C6688916BA6> /Applications/Adobe InDesign CS4/Plug-Ins/XMedia/Snippet.InDesignPlugin/Snippet
    0x209ac000 - 0x20a9cff7 +com.adobe.InDesign.XMedia UI 6.0.0.352 (???) <2909FBFB-95D5-F044-7F3E-E4A597374150> /Applications/Adobe InDesign CS4/Plug-Ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI
    0x20aff000 - 0x20b44fff +com.adobe.InDesign.Actions 6.0.0.352 (???) <780D3F7E-9CD7-0D76-5CA3-C1C56D0F0243> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x20b5f000 - 0x20cc5fef +com.adobe.InDesign.AppFramework 6.0.4.578 (???) <C75A4C17-4EFA-32C6-FF3A-4CC11105E604> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x20d37000 - 0x20f97fff +com.adobe.InDesign.Application UI 6.0.4.578 (???) <7DBB83BE-5C73-6E62-66C5-2B5426011B6B> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x21076000 - 0x21144fff +AdobeExtendScript ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x21186000 - 0x21227fd7 +AdobeScCore ??? (???) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x21265000 - 0x21294ff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x212b9000 - 0x2136efe7  libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x213b4000 - 0x213c5ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x213cf000 - 0x21431fe7 +com.adobe.InDesign.Assignments 6.0.0.352 (???) <18986D9E-9F7B-78FB-5866-ECAFE21B5F31> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x21458000 - 0x21493fe8 +com.adobe.InDesign.AWS 6.0.0.352 (???) <CC3412D5-A824-15F5-9A96-F9E5BD845155> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x214ae000 - 0x214deff7 +com.adobe.InDesign.AWSUI 6.0.0.352 (???) <700E5059-F44C-43C5-4BF0-07984627AA1E> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x214f6000 - 0x2151dff3 +com.adobe.InDesign.Basic Tools 6.0.0.352 (???) <1D4B7B59-1C25-7F2A-2BCA-074DA30529A2> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x21531000 - 0x2155fff7 +com.adobe.InDesign.Behavior 6.0.0.352 (???) <EF719127-1CEF-6E9F-0310-678A8276C38E> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x21576000 - 0x215e0fe5 +com.adobe.InDesign.BNCore 6.0.0.352 (???) <5C17098D-F6CE-4C0F-4425-6B4D6ABF917E> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x215f5000 - 0x21631ff3 +com.adobe.InDesign.Book 6.0.0.352 (???) <63A44ED9-7FBB-926F-C21D-01F51E6F125B> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x21641000 - 0x21666fff +com.adobe.InDesign.CellStyles.rpln 6.0.0.352 (???) <0C8D126A-197C-A999-4F6A-F0045F25E746> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0x21674000 - 0x216d9ffb +com.adobe.InDesign.CJK Text Attributes 6.0.0.352 (???) <D30AA8B0-0F5A-9C8D-5C9E-CF541ECA519A> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x216f5000 - 0x2174cfff +com.adobe.InDesign.CJKGrid 6.0.0.352 (???) <02C69FF0-3893-0B0C-2635-DE782B131B4F> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x21763000 - 0x2180cff3 +com.adobe.InDesign.Color Management 6.0.0.352 (???) <EC22EB23-A226-E5BD-20CB-EC92A928F017> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0x21831000 - 0x21870fef +com.adobe.InDesign.CompFontMgr 6.0.0.352 (???) <AA398B4E-169E-8277-995C-CADFBFC9BB60> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x21881000 - 0x218b7fff +com.adobe.InDesign.Conditional Text 6.0.0.352 (???) <0FEB5D99-F80B-2815-8908-DA4DE445B43E> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0x218ca000 - 0x218e5fff +com.adobe.InDesign.Dialog Layout 6.0.0.352 (???) <39F3B77C-3B80-809A-F696-35DBB2A4E6AE> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x218f4000 - 0x2190aff9 +com.adobe.InDesign.Document Actions 6.0.0.352 (???) <B4AFD031-8F27-E279-DFA2-A9877D7D654A> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x21914000 - 0x21a37fff +com.adobe.InDesign.Document Framework 6.0.0.352 (???) <675F5F39-568A-395B-6C5F-8AE94039600A> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x21a63000 - 0x21a69fff +com.adobe.InDesign.Document UI 6.0.0.352 (???) <98E0E6A8-10FA-295F-AED8-7F97AFCFE9B6> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x21a70000 - 0x21b1cfef +com.adobe.InDesign.EPS Page Item 6.0.4.578 (???) <F635C3F6-FB74-6DFB-DF6A-BDA2B236DEA0> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x21b41000 - 0x21bf9fff +com.adobe.InDesign.Font Manager 6.0.0.352 (???) <B301C656-BAF5-4E67-BB87-3D5A6BCFDEFC> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x21c12000 - 0x21c74fff +com.adobe.InDesign.FormField 6.0.0.352 (???) <BB3C8CE3-44E1-1B5D-3F1E-831E858AE378> /Applications/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x21c9d000 - 0x21de5fff +com.adobe.InDesign.Galley 6.0.0.352 (???) <B9668A6B-8AF7-C167-6

    Hi, and thanksfor your help. I have tried deleting the font cache using onyx.. Is there a difference between the files onyx deletes and the ones font explorer can access? Anyhow, that had not helped, but safe starting the mac did.. Indesign would export to pdf without crashing.
    Now I have tried to figure out what is causing the problem by force quitting process using the activity monitor. And I am struggeling to find the culprit. It still crashes even after turning off almost everything I can find. I have attached the full list of my current processes.. Anything stick out to you?
    To answer the other questions, I have no plugins installed in indesign, and I use no font manager. I have use indesign without incident since june 2009, and it kindof just happened overnight, no new software or font was installed that I can recall, but also to be honest I cannot remeber when I last exported to pdf, so I cannot rule it out either, but I am hopeful that I can get to the bottom of this with your help.
    Thank you both so much for your help.. My hair thanks you. As does everyone around me.. :-)

  • Conditional text adding paragrpah returns?

    I'm trying to show/hide instructor pages of text for a student copy of a book but, when I hide the instructor information (styled as conditional text) paragraph returns, with conditional markers, are being added.
    What may be causing these, and how can I avoid them? This doesn't happen in the source files I received from my client, but I can't see what I'm doing differently in my template that would cause this.
    Thanks!!!

    Is there a fix for this? I have a situation when I have a bulleted list and need to conditionally tag the first 5 elements as A and the second 5 as B. When I hide A, the B list shows, but there's an empty bullet before them with the A marker in it. Tried conditionally tagging the entire element (including the paragraph symbol), but that doesn't help.
    Thanks,
    Barry

  • Batch Exporting of Different File Extensions

    Just a quick question for you Aperture Gurus. (Aperture 2)
    When exporting a large number of files of differnt file extension types, do you do all of them at once, or separte them into their different file extensions then batch export them.
    An expample might be:
    Eporting jpeg and raw files within a common album or file. I have been creating different albums, and batch exporting depending on the file extension. Has anyone tried batch exporting with different file types with success?
    Thanks
    Dan

    I taling about the original files. Lets say I have at least 2 different master files, jpeg, and, Canon RAW in the same folder or album. Now lets say I want to batch or bulk export them all in one shot. Both jpeg, and RAW exported in one function. I set the export presets that I would like, and hit the export button with both the RAW and jpeg selected.
    Do you see any concerns with doing this? I currently separate all my different files, jpeg, RAW, TIFF, etc, so I keep the exporting from messing up. I haven't actually tried mixing file types in an export function.
    I'm just wondering if anyone has had any sucess with mixed file type exports?
    Thanks
    Dan

  • Batch export text from multiple Indesign files, applying em and strong tags

    Hi there,
    I am struggling for a while now with the following workflow:
    batch exporting all text (text only) as plain text, from multiple Indesign files, applying <em> and <strong> for all the bold and italics (for instance: Molluptas verion <strong>nossum</strong> idist <em>doluptatet</em> maiorerum quiaspienit, cum erferiosapis eos expe nonsequas verumquae dolor sim eos doluptatiur autet lab idicili beatum deliquat).
    Properly tagging the styles, will be too time consuming, as these documents are as old as 1998, have inconsistent untagged styles; it will mean to manually open up each file, assign tags for all styles (not to mention that might be some local overwrites).
    This task is necessary to have all the archive, available on wordpress website.
    Any feedback would be much appreciated it.
    Thanks.

    There may well be a script or you may have pay someone to write it. All I can tell you is that any text not mapped to a style will be a mess in the HTML code.
    Can’t comment on Quark files. I have no clue what they’re capable of.
    Bob

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

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

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

  • Exporting Text as InDesign Tagged Text in CS3

    Hello All,
    I am facing a problem exporting the Text from InDesign Document as InDesign Tagged Text. It use to work properly in CS2. But in CS3 the IExportProvider interface CanExportThisFormat() always returns false for the format name "Indesign Tagged Text".
    InterfacePtr<IPMStream>filetream(StreamUtil::CreateFileStreamWriteLazy(sysfile));
    iiExportProvider->ExportToStream(filetream, doc, iselMgr, formatNameOfInterest, kSuppressUI);
    If the CanExportThisFormat() function is ignored and directly tried to export with the above ExportToStream() function it still fails to export into stream.
    Has the way to export the InDesign Tagged Text been changed in CS3.
    Can any one whos tried this please help as its urgent.
    Thank you in advance.
    Regards
    Farzana.

    Hi Vikas
    I export files from Photoshop as png's at 72 dpi.  
    Here is our current holding page.  http://www.iheartmylife.co.uk/ All the text on this page has been loaded in as png's from Photoshop along with the image. As you can see none of it is as sharp as it could be.
    Many thanks for your assistance.
    James

  • Item text in Purchase Order getting updated with info. record Purchase Order Text

    Hello All,
    I am working in a roll out project and facing issue in text repeating twice for the line item in the Purchase Order for the new company code for which rollout is happening
    Issue:
    Item text in Purchase Order getting updated with info. record Purchase Order Text
    01) PO Text is maintained in the material master under "Purchase Order Text" tab
    02) The PO text that is maintained in material master is getting updated in the Purchase Info. Record
    03) When Purchase Order is created, the "Item Text" gets updated in the Purchase Order automatically only for the new company code for which rollout is happening. when printed, this results in the text getting duplicated twice
    03.1) this behavior is not observed in the Plants/ Company code that is already Live
    Configurations in the system:
    The copying rules for the "Texts for Purchase Orders" is
    Source Object = "Info Record", Source Text="Purchase Order Text", Fix="*"
    We have modified the Purchase Order form to print one of  the condition types maintained for calculating the tax. Other than this there is no change to the plants that are already live.
    I could not locate any "Purchase Organization" / "Company Code" / "Plant specific configuration.
    Am I missing any configuration or where can I look in what is causing this error.
    Request help from the experts in the forum.
    with Regards,
    Dhandapani R

    There is no company/purchasing/plant specific customizing for purchase order text.
    The customizing copying rules for the "Texts for Purchase Orders" affects all equally .
    If the text in the purchase order in ME23N is already filled different to other plants, then you either have a modification in place, or the texts are differently maintained in the referenced data (vendor, material, info record, contract)

  • Can I export just the "show" conditional text to a mif?

    When I export a document with conditional text to a pdf, just the conditional text that is set to "show" (and the unconditional text) appears in the pdf.  That's good, but I want the same thing when exporting a mif.  There are two reasons for this:
    (1)  We have an in-house tool that parses a mif and extracts data from certain tables to populate a database.  The tool doesn't parse pdfs.  And the tool won't always handle conditional text correctly, particularly conditional text table rows.  The tool would work fine if the conditional text were already "resolved" during the export to mif.
    (2)  I'd like to use the Boolean logic for conditional text that is available in FM9, but I need to furnish files to other groups in the company that use FM7.  Their FM7 wouldn't display conditional text properly if it depended on anything other than OR logic.  But they would be happy to accept mif files that didn't have any conditional text because it had been "resolved" when I generated a mif7 file for them.
    I've tried various ways to convert a pdf into a mif file, but no process seems to preserve the formatting and the editable text. I'd be willing to accomplish this in some round-about fashion involving Framemaker, Acrobat Pro and/or some other tool. 
    But the happiest outcome for me would be to discover that FM9 already has the ability to export just the "show" conditional text and the unconditional text to a mif. 
    Or can this be done by making a copy of the document and then somehow automating the deletion of the "hide" conditional text and the conversion of the "show" conditional text to unconditional?

    Or can this be done by making a copy of the document and then somehow automating the deletion of the "hide" conditional text and the conversion of the "show" conditional text to unconditional?
    Writing a custom script to filter the MIF to parse out the conditions is non-trivial. You can try a Google search for an existing filter or script that does the job. However, if there is no such thing, then you're on the right track, getting FM to do the hard part - filtering the conditionalized content correctly. For example:
    * In a copy of the original file, delete the condition(s) you want to hide; during the deletion, you have the option to delete the corresponding text. Then save as MIF to a descriptive name, or save as .fm to a new name, then open and save that file as MIF. Close the source file without saving.
    * Reopen the source file and do the same process from this fresh instance, deleting the condition(s) you want to show. Save as above.
    * Within FM itself, however, there's no way to automate this process. With one of the free FM utilities - dobatch from cudspan, or dzbatcher from datazone - you can script opening and saving an FM file as MIF. Search Google for dobatch, cudspan, dzbatcher, or datazone.
    * To automate setting the conditions, a keystroke-macro recorder might serve, otherwise you'd need the commercial FrameScript product, and a customized script if there's no existing script for this purpose. For FrameScript info, check with Rick Quattro at frameexpert.com. 
    * If you're using Structured FrameMaker and have the expertise available to customize an EDD, you could take advantage of the "filter by attribute" feature, but it's not trivial to adopt Structured FM just for this narrowly-focused need.
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • Data merge with conditional text

    I'm new to InDesign scripting. Very new, in fact. I'm willing to learn, but my main motivation at present is to solve a particular issue. Surely this issue has come up before. I'd love to know if anybody has encountered it or if it is possible to accomplish through scripting.
    I want to merge data onto a gift pledge card. The exact text on the gift card will depend on the data being imported. For example, somebody who has given in the past will receive a message such as, "Thank you for your gift of $xxx." However, a person who has NOT given into the past will receive the message, "Please consider giving this year." The condition is the field prior_gift. If it's above 0, then the first message is displayed.
    This seems like a natural use for scripting, but, in my searches so far, I've found no references to using conditional text and data merges together in scripting. So, would this be a relatively simple task to accomplish?
    Thanks for any help you can give!

    the data merge feature with indesign only brings in text which was in the original data file itself - it doesn't know how to parse or interpret it to behave differently upon seeing certain results. that is, it doesn't run database queries such as if-else statements - it will only import text which was originally in the data file.
    however, there are plug-ins to indesign that CAN do this but they cost BOATLOADS. are you printing this yourself or are you sending this to a commercial printer? if the latter, have you discussed your print solution with the printer, as they may have a plug-in that can do this type of data merging, and all you would have to do is provide the printer with a packaged native file, along with the data and instructions as to what has to change... and for goodness sake see a proof of it!!!

  • What is the best way to export and import updates between WSUS servers for specific KB's with environments that have different data sets?

    We are under strict regulations and monitoring at my company. Because of this, we have to define what updates are being installed during a patch cycle by KB Article. Two production networks and one test network. The installed updates have to be the exact
    same in the test environment, run for a few days with no problems, and then we install them in our production networks. The issue is, not all of the software in the environments is identical.
    I need to figure out a way to take failed/needed updates from production that are unapproved, export that list so I can approve all of those updates in the test env.. Then once I approve those and any other needed updates in test, I need to be able to export
    all approved updates from the test env (which includes the needed ones from production) and import those approvals in production.
    How can this be done?
    Thanks!

    the easiest way will be to use a single wsus infrastructre for all your environments.
    Tis blog article explains how to duplicate the approvals over groups:
    https://thwack.solarwinds.com/community/application-and-server_tht/patchzone/blog/2013/08/06/duplicating-approvals-from-a-test-group-to-a-production-group
    MCP/MCSA/MCTS/MCITP

  • Batch job with 2 conditions

    Hi,
    We have a program that will create a batch job and then we need to go to SM35 to run that batch job manually. We want to avoid this manual step and what we want to do is to as soon as our program runs it will create a batch job and then batch job should kick off automatically.
    One of the solution that came to my mind is to schedule a batch job with two conditions:
    1. in first condition it will run our main program
    2. and in 2nd step it will look out for the batch job that created in SM35 and will kick off that, but I am not sure how can i do this using Sm36.
    I was also wondering if there is another way so that we can just avoid the batch run for the second step?
    So can you please help me with this.
    Thanks,
    Rajeev

    SM35 -> batch sessions, so I assume you are talking about these.
    You can start sessions under program control by submitting program RSBDCSUB after creation of the session.
    Thomas

Maybe you are looking for

  • (Solved) Trying to edit my slim.conf

    So odd here.  I'm trying to edit my slim.conf so I can change my slim theme.  I've done it plenty of times before in VM.  Now I've got Arch up and running on my desktop and can boot into XFCE4 via Slim.  $ cd /usr ..@.. usr}$ ls bin include lib local

  • Convert date format YYYYMMDD to DD.MM.YYYY

    hi i was wondering is there a FM which convert date format YYYYMMDD to DD.MM.YYYY instead of u know cutting the YYYY and MM and DD and concatement them again

  • GetFaultAsString returns no details

    Hi, In a BPEL process I have a Validate step (in SOA Suite 11g 11.1.1.4.0). In my audit trail I see this message when the Valide step raises an exception: Invalid data: The value for variable "xmVariable" does not match the schema definition. Invalid

  • Xsl:sort order attribute value template

    I am trying the use the following in XDB 10.1.0.2 <xsl:sort order="{$myOrder} ... It appears that the order attribute does not allow an attribute value template. Any suggestions would be appreciated. Anthony

  • Interface to CRM?

    How can we send data to crm from our r/3 system? Is it by means of idocs or bapis ? if idocs, whatare the settings need to be done in r/3 in specific to send this idocs to crm system and whatare  the other settings required in crm? Thanks Kiran