"relink" problem in InDesign CS4: links are updated automatically

Hi folks,
we use a script to relink our InDesign documents when the links have been moved on the file system.
Inside the script we just call link.relink(...) but not link.update().
We experience a different behavior between CS3 and CS4 after the script has run.
CS3:
Links that have been modified after moving and before relinking are then shown as modified (with a yellow mark ) in the Links tab.
CS4:
The links are all shown as uptodate.
Seems like the update()-function has been called automatically.
Is there a option to just relink the links in CS4 but not to update them?
Kind regards
Matthias Vieback

mahony2k wrote:
Thank you for the help, Robin!
Restoring everything after relinking would be as risky as the automatic updates. I would need a warning when the VisibleBounds have changed after updating. Maybe with an option to restore them one by one while I'm looking at the image which is being restored.
Of course this can't be full-automat But there is posibility to define list of rules what could be done automatically in specified conditions.
List of all linked images could look like this:
(I'm sorry for old screen)
Is it only for PC, because it would be a VBscript?
It will be VisualBasic6 app compiled to exe.
I can even do it as a "service" - so you can put INDD file in special folder (WatchedFolder) and script can analyze INDD file, make report and then you can decide "off-line" what should be done with "problematic" images.
I think I can even make it with option to see preview of "problematic" images in report so you can make decision without opening INDD file. Then you can upload report with selected options back to WatchedFolder to finish "conversion".
Even if you work on Mac - it shouldn't be a problem for you to use this tool - you only need to have one PC connected to your local network. To go further - on the same PC could be installed web server (Apache+PHP+mySQL) and you can controll everything from web browser
robin
www.adobescripts.co.uk

Similar Messages

  • Applescript relink problem with indesign

    Hi
    I have a problem with my applescript code on indesign.
    The object relink function doesn't work ...
    Here is my code :
    tell application "Adobe InDesign CS4"
    if document 1 exists then
    tell document 1
    set chem to "TRAFIC:999:999998:Bonzai.gif"
    set mylink to name of link 1 as Unicode text
    relink link mylink to chem
    update mylink
    display dialog "ok"
    end tell
    end if
    end tell
    This error appears on the relink line : +Link "Bonzai.gif" of document 1 doesn't understand the relink message+
    (end of the error message is a translation of french to english)
    Any idea ?
    Regards

    Hello
    Try something like this. Not tested.
    tell application "Adobe InDesign CS4"
    if document 1 exists then
    tell document 1
    set chem to "TRAFIC:999:999998:Bonzai.gif"
    set mylink to link 1
    relink mylink to chem
    update mylink
    end tell
    end if
    end tell
    or
    tell application "Adobe InDesign CS4"
    if document 1 exists then
    tell document 1
    set chem to "TRAFIC:999:999998:Bonzai.gif"
    tell link 1
    relink to chem
    update
    end tell
    end tell
    end if
    end tell
    Good luck,
    H

  • Problem with indesign CS4 program

    I've searched for this already but have had no luck finding a fix. My problem is that when I am running indesign CS4 on my laptop I cannot select the master page nor any other pages. Also certain other controls are not functioning like ruler guides, scroll, direct select tool. I have become so frustrated with it. I am running it on my desktop just fine and have no issues at all. My laptop is running Vista home prem. 64 bit. its an intel core 2 duo @ 2.26 Ghz, 4GB ram video card is a Geforce 9800m GTS with 1 GB ram. I have uninstalled all my CS4 (design premium) programs ran adobe clean script reloaded CS4 design prem. and still doesnt work right.
    (all the other programs in CS4 design premium work fine except Indesign)
    I have already tried running it as admin with no luck.
    I am not in preview (I cannot even select preview)
    Please can someone help me???

    Alrighty, I finally managed to fix MY problem; I don't know if it will deal with your problem, saltydog.
    After losing an entire day to uninstalling, reinstalling, updating, and banging my head against the wall, I stumbled across an unobtrusive little user comment at the bottom of that "Troubleshoot system errors and freezes in InDesign and InCopy (CS4 on Windows)" TechNote.
    User Carolyn Ccc posted this:
    "Before tinkering with files, reinstalling, creating new admin accounts, et cetera...  I suggest checking your monitor's "DPI Scaling" setting. The problems seem to have cleared up for me when I re-set to the default (96dpi) rather than the 120dpi I'd selected for the benefit of my aging eyes."
    And user Carolyn Ccc was right.  I, too, had my monitor set at 120dpi, since I am slightly visually impaired.  Changing the scaling was a magic bullet fix for all the problems I was having.
    I am just hoping that Adobe will kindly develop a patch that will allow InDesign to function correctly at the greater DPI scaling, for people like me who need the larger resolution on their monitor.  It is very tedious to have to switch back and forth every time I want to do a little work in InDesign.

  • Indesign CS4 links missing on document reopen

    I have several files that keep loosing their links every day. Links reside on same computer as layouts and are not being moved. I open, have to relink. They will stay linked for the day, but tomorrow I will have to go through the same process updating to folders. Is this a memory problem? There are a large number of images placed.
    This has happened before several times but now it is very aggrivating because I have to pdf proof revisions every day.
    Anybody got any thoughts?

    Folder layers:
    User
         Current Jobs
              Job Folders
                   Layout Folder
                   Links Folder
    I've had this happen with other jobs, but it wasn't that much of a nuisance because I wasn't making revisions and proofing back to client everyday. Unforttunately this time it will be about a 3 week project and its driving me nuts. I still appreciate any help, opinons, feedback. I will try moving it to my desktop later today when I'm working on it and post results tomorrow when I open again.... after 24 hours, will be the true test.
    Lizard

  • Problem with InDesign CS4, InCopy function disappear

    Recently found InDesign CS4 always create many tmp files in the hard disk, and the function of exporting file to InCopy was disappear in the menu bar, what should I do? How to fix it?
    Should I re-install the InDesign?

    Alrighty, I finally managed to fix MY problem; I don't know if it will deal with your problem, saltydog.
    After losing an entire day to uninstalling, reinstalling, updating, and banging my head against the wall, I stumbled across an unobtrusive little user comment at the bottom of that "Troubleshoot system errors and freezes in InDesign and InCopy (CS4 on Windows)" TechNote.
    User Carolyn Ccc posted this:
    "Before tinkering with files, reinstalling, creating new admin accounts, et cetera...  I suggest checking your monitor's "DPI Scaling" setting. The problems seem to have cleared up for me when I re-set to the default (96dpi) rather than the 120dpi I'd selected for the benefit of my aging eyes."
    And user Carolyn Ccc was right.  I, too, had my monitor set at 120dpi, since I am slightly visually impaired.  Changing the scaling was a magic bullet fix for all the problems I was having.
    I am just hoping that Adobe will kindly develop a patch that will allow InDesign to function correctly at the greater DPI scaling, for people like me who need the larger resolution on their monitor.  It is very tedious to have to switch back and forth every time I want to do a little work in InDesign.

  • Problems opening InDesign CS4 files in CS5

    We have just upgraded to CS5 to take advantage of the tracked changes facility, and immediately encountered problems:
    when opening CS4 files in CS5, we've noticed that formulae, created using charater styles, are not displaying properly.  For example x = y / z, which would have the x and = signs dropped, the y underlined and the z on the next line, something like this (although much prettier than I can reproduce here):
    x = y
          z
    in CS5, however, all gyphs in the formula are superimposed upon each other
    we tried loading the character styles from our template document.  However, that caused most of the content to dissapear!
    we tried converting our template to CS5 and then loading the character styles from our template document.  However, that also caused most of the content to dissapear!
    Anybody got any clues?

    troglodytes2000 wrote:
    We have just upgraded to CS5 to take advantage of the tracked changes facility, and immediately encountered problems:
    when opening CS4 files in CS5, we've noticed that formulae, created using charater styles, are not displaying properly.  For example x = y / z, which would have the x and = signs dropped, the y underlined and the z on the next line, something like this (although much prettier than I can reproduce here):
    x = y
          z
    in CS5, however, all gyphs in the formula are superimposed upon each other
    we tried loading the character styles from our template document.  However, that caused most of the content to dissapear!
    we tried converting our template to CS5 and then loading the character styles from our template document.  However, that also caused most of the content to dissapear!
    Anybody got any clues?
    If you are opening the CS4 files directly in CS5, try exporting CS4 files to IDML and opening the IDML files in CS5. It's worth a try if you haven't already found it doesn't help.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • New printing problem with InDesign CS4

    After having great success with Aisolve's earlier fix on printing from InDesign CS4 after upgrading to Lion, I'm having a new problems after installing the OS X 10.7.2 upgrade last week. When I try to print from  InDesign CS4 and Illustrator CS4 to my Lanier 445c/Ricoh C4500 at my workplace I get the following error message:
    "Printing Error: The Adobe Print Engine has failed to output your data due to an unknown problem."
    This seems like a different issue this time, as I'm able to print to my home printers, an HP LasertJet 2600n and an HP Photosmart C4270. I thought it might be a printer driver problems, but I've gone to Lanier's site and they don't have any new printer drivers for Mac OS X 10.7.
    I also some research on Adobe's site, and found this message affecting CS1, 2 & 3. I tried the only fix that seemed to apply to me, which was re-naming/deleting the InDesign Deafults and InDesign SavedData files. (I have this problems even when I'm printing a text-only file without any graphics.) This fix didn't work.
    I can print to the Lanier/Ricoh from Acrobat 9, and all my non-Adobe software just fine, so my work-around to date has been exporting to PDF and printing from there. My big problem is that I need the "Print Booklet" feature in InDesign for a big job I've got coming up this week. Can't do that from Acrobat. :-(
    Any help would be greatly appreciated!

    Wanted to let folks reading this know that I spoke with an Apple tech person and found that the 10.7.2 upgrade apparently is the culprit, and is incompatible with wireless printing to my Lanier printer. I CAN print connected through USB. That's a work-around for now, but I'll need to contact Lanier about upgrading their driver
    for OS X 10.7.2.
    Aisolve over on the Adobe board was also helpful in advising me that if I was able to generate a postscript file (which I was), and able to generate a PDF by distlling it through Adobe Distiller (which I am), then I can safely assume that the problem lies with the hardware, in this case the printer driver. This lines up with what Apple told me.
    Thanks, Apple and Aisolve!

  • Print problems with InDesign CS4

    Hi,
    I have been using InDesign CS4 for the last few years and been printing large format on an HP Deskjet 9560. I always got good color quality on the printouts. Recently, I updated the software on my MacbookPro to Snow Leopard and I was forced to get a new printer, the HP Officejet 7610. When I try to print a docment from InDesign the color quality is really poor. I believe that this is an application issue because I am not having printing color issues from other applications. Can someone please advise if I need to change my settings in the document for printing to help with this color issue?
    Thanks,
    Kim Shephard

    Unfortunately, I have tried this. I choose 'layout' from the printer option within the driver  and pick 'short edged binding'. Still no luck.

  • Export interactive pdf with InDesign CS4 (linked avi)

    Hello
    I've exported an avi linked video to pdf from InDesign CS4. Video is playing but I have a few questions.
    1. Any way to get around the security stuff in Acrobat? Allow blocked content blocked, etc. without user needing to allow.
    2. Does the export degrade (lower) video quality if the video is linked? End user said video quality was poor.
    Thanks.
    Dave

    Current Acrobat versions will have security issues. The only way I know is to go into Acrobat's preferences for Multimedia, Trust Manager and Security to allow from certain sources. I haven't done that, so you should probably ask advice on the Acrobat forum.
    Linking video should have no effect on quality. It's all in how you've encoded the video.

  • Indesign CS4 crashing when updating links

    When I open a CS3 file in CS4, and choose to update links when opening the file, Indesign stops working when it tries to update the links. I am not able to cancel the request, I can only shut down the program in the windows task manager.
    Anyone knows a way to fix this problem?    

    As a last resort, when I run into the weird problems, I go through a process of elimination to find the offender.
    As example, I would delete half the images and try the update. if it works, I know the problem was in one of the images I deleted. If it doesnt, I'd delete the other half and try again. I keep cutting the number of images I remove in half till I'm down to whatever it was causing the problem. The I save it as a newfile type and re-import/place.
    Kind of a pain in the tookas, but it works when I'm really stumped.
    HTH
    -Ted

  • Batch relink images in InDesign CS4

    Hi all your InDesign wizkids.
    I have a document with 800 image links that all have changed location and filename.
    all instances have a product number as filename. They have now been changed.
    so filename was eg. changed from --> to:
    123456.tif  -->  1203456.tif
    112233GB.tif  --> 1102233GB.tif
    79657.tif     -->     790657.tif
    13657NHZ.tif -->     130657NHZ.tif
    The only change is that there have been added a 0 as third digit.
    Also it would be cool to update path in same action to some/new/folder/to/file
    It would be a major help if any one could solve this.
    Best regards
    Alexander

    Thanks a lot.. it looks really good, but doesn't seem to work..
    The ExtendScript toolkit just keeps running (15 min) on a test doc i made with 20 links.
    What is wrong?
    Was it possible to make script without relink, so i just do that from the linkspalette??
    Here is script:
    newPath = "smb://sql-srv/marketing$/Marketing/TOOLBOX/Pictures/PACKSHOTS/Charms/TIFF CMYK/"
    myLinks = app.activeDocument.links
    for (i = 0; i < myLinks.length; i++){
         var oldName = myLinks[i].name;
         var newName = oldName.slice(0,2) + "0" + oldName.slice(2);
         myLinks[i].relink(newPath+newName)

  • Arabic font problem in Indesign cs4

    I was using Indesign CS2 and just upgraded to CS4. I was heavily using "traditional arabic" font in CS2 without any problem.
    For those who don't know, in arabic, each letter is represented differently according to its place inside a word. Almost all letters have 4 different forms, at the begining, in the middle at the end and alone.
    After the upgrade I can insert only the letter at the begining form. I can clearly see all fonts in all forms in glpyhs table.
    Any suggestion ?
    Thank you

    This not a locked Windows font because I was using it in Indesign CS2 without any problem.
    In Help>About section all I see, is CS4 6.0. So this in not a Middle Eastern version.
    For the moment I found the following solution :
    I found an Open Type Arabic Font.
    When I type something with this font "propositional forms" setting is set to "General", this is the default setting and I was unable to set "Automatic" as default. First I type something in Arabic then I select the text and set "propositional forms" setting to "Automatic".Yes it is a little bit cumbersome but  this is the only solution I found.
    I could send font files to anybody if you want to try them . It is not allowed to send them as attachment

  • Problem printing InDesign (CS4) with MAC OS 10.8.2

    I have just upgraded to OS 10.8.2 on my Mac and use Creative Suite CS4. I can no longer print from Illustrator or InDesign, when I go to the print command the applications crash before the dialoge box appears. I am still able to print Photoshop files.

    Here the crash report, a bit long I'm afraid:
    Process:         Adobe Illustrator [5171]
    Path:            /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         367 (14.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [122]
    User ID:         501
    Date/Time:       2013-01-31 14:20:10.350 +0000
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          83944 sec
    Crashes Since Last Report:           37
    Per-App Interval Since Last Report:  171621 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      E56E60A3-2B75-8009-3168-4F05A1561BA1
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
        __TEXT                 0000000000001000-0000000000e8f000 [ 14.6M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x96b5bd1e CFURLCreateStringWithFileSystemPath + 206
    1   com.apple.CoreFoundation                0x96b5bc25 CFURLCopyFileSystemPath + 53
    2   AdobeAGM                                0x015702f4 AGMInitialize + 1393796
    3   AdobeAGM                                0x0173df50 0x1404000 + 3383120
    4   AdobeAGM                                0x0142ca4a AGMInitialize + 68570
    5   AdobeAGM                                0x0156bb5f AGMInitialize + 1375471
    6   AdobeAGM                                0x0142d97e AGMInitialize + 72462
    7   com.adobe.illustrator                   0x00a12c9d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21561
    8   com.adobe.illustrator                   0x0002387c 0x1000 + 141436
    9   com.adobe.illustrator                   0x003d8991 0x1000 + 4028817
    10  com.adobe.illustrator.plugins.Print          0x1240c89c 0x123fb000 + 71836
    11  com.adobe.illustrator.plugins.Print          0x12426f82 0x123fb000 + 180098
    12  com.adobe.coretech.adm                  0x0cbfad85 0xcbf2000 + 36229
    13  com.adobe.coretech.adm                  0x0cc0362f 0xcbf2000 + 71215
    14  com.adobe.coretech.adm                  0x0cc047fb 0xcbf2000 + 75771
    15  com.adobe.coretech.adm                  0x0cc4c871 0xcbf2000 + 370801
    16  com.adobe.coretech.adm                  0x0cc0ac53 0xcbf2000 + 101459
    17  com.adobe.illustrator.plugins.Print          0x12404bc8 0x123fb000 + 39880
    18  com.adobe.illustrator.plugins.Print          0x123fc8ff 0x123fb000 + 6399
    19  com.adobe.illustrator.plugins.Print          0x12402fee 0x123fb000 + 32750
    20  com.adobe.illustrator.plugins.Print          0x1242d9ee PluginMain + 422
    21  com.adobe.illustrator                   0x006a93ff 0x1000 + 6980607
    22  com.adobe.illustrator                   0x006a89c6 0x1000 + 6977990
    23  com.adobe.illustrator                   0x00586d75 0x1000 + 5791093
    24  com.adobe.illustrator                   0x00537a31 0x1000 + 5466673
    25  com.adobe.illustrator                   0x00538529 0x1000 + 5469481
    26  com.adobe.illustrator                   0x00518d00 0x1000 + 5340416
    27  com.adobe.illustrator                   0x006a93ff 0x1000 + 6980607
    28  com.adobe.illustrator                   0x006a89c6 0x1000 + 6977990
    29  com.adobe.illustrator                   0x00586d75 0x1000 + 5791093
    30  com.adobe.illustrator                   0x00160725 0x1000 + 1439525
    31  com.adobe.illustrator                   0x003f2ac2 0x1000 + 4135618
    32  com.adobe.illustrator                   0x004d43e5 0x1000 + 5059557
    33  com.adobe.illustrator                   0x000fedbe 0x1000 + 1039806
    34  com.apple.HIToolbox                     0x94fb1b6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    35  com.apple.HIToolbox                     0x94e39594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    36  com.apple.HIToolbox                     0x94e38980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    37  com.apple.HIToolbox                     0x94e4c855 SendEventToEventTarget + 88
    38  com.apple.HIToolbox                     0x94fb1a1a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
    39  com.apple.HIToolbox                     0x94e28b84 SendMenuCommandWithContextAndModifiers + 70
    40  com.apple.HIToolbox                     0x94e28b31 SendMenuItemSelectedEvent + 268
    41  com.apple.HIToolbox                     0x94e289b6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    42  com.apple.HIToolbox                     0x94ffe02e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
    43  com.apple.HIToolbox                     0x94ffef76 MenuSelect + 171
    44  com.apple.HIToolbox                     0x94fb4dc6 HIMenuBar::HandleMouseEvent(OpaqueEventRef*) + 102
    45  com.apple.HIToolbox                     0x94fb4c15 HIMenuBar::HandleEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 165
    46  com.apple.HIToolbox                     0x94e39bbf HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 163
    47  com.apple.HIToolbox                     0x94fb1b6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    48  com.apple.HIToolbox                     0x94e39594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    49  com.apple.HIToolbox                     0x94e38980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    50  com.apple.HIToolbox                     0x94e4c855 SendEventToEventTarget + 88
    51  com.apple.HIToolbox                     0x94e6c7e6 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2188
    52  com.apple.HIToolbox                     0x94e39a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    53  com.apple.HIToolbox                     0x94e38980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    54  com.apple.HIToolbox                     0x94e4c855 SendEventToEventTarget + 88
    55  com.adobe.illustrator                   0x00080d3e 0x1000 + 523582
    56  com.apple.HIToolbox                     0x94fb1b6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    57  com.apple.HIToolbox                     0x94e39594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    58  com.apple.HIToolbox                     0x94e38980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    59  com.apple.HIToolbox                     0x94e387ca SendEventToEventTargetWithOptions + 94
    60  com.apple.HIToolbox                     0x94e6cb7e ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3108
    61  com.apple.HIToolbox                     0x94e39a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    62  com.apple.HIToolbox                     0x94e38980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    63  com.apple.HIToolbox                     0x94e4c855 SendEventToEventTarget + 88
    64  com.apple.HIToolbox                     0x94fb1267 ToolboxEventDispatcher + 82
    65  com.apple.HIToolbox                     0x94fb1129 RunApplicationEventLoop + 240
    66  com.adobe.illustrator                   0x00080f83 0x1000 + 524163
    67  com.adobe.illustrator                   0x000d84ab 0x1000 + 881835
    68  com.adobe.illustrator                   0x000a2cd2 0x1000 + 662738
    69  com.adobe.illustrator                   0x00003672 0x1000 + 9842
    70  com.adobe.illustrator                   0x00003599 0x1000 + 9625
    Remainder deleted by moderator.

  • Problem with indesign cs4

    Hi, cant open the program. it writes:
      "cannot load Indesign.exe because it requires Layout UI. Please install the Layout UI plug-in and restart InDesign
    I installed it again but it didnt work. what can i do???

    It's working for me too here on Win 7 64-bit with auto-updates turned on.
    However, I'm hearing that for those whom it doesn't work, trashing prefs
    and even reinstalling isn't helping.

  • Indesign cs4: why are some documents extremely slow?

    i am working on a iMac (2.8ghz core i5, 8gb memory).
    Some documents are incredibly slow on my iMac - on others in the same office the documents are working fine.
    Even if I set the preview of images to 'low' after every action - selecting a tool, selecting a box, anything, however small, it takes at least 10-15 seconds before I can do a new action.
    I suspect it has something to do with EPS settings, but I can't find anything that seems likely to be reason for the slowness.
    HOpe somebody can help me!

    bibianh wrote:
    thanks! that makes a huge difference in speed!!
    Which was the culprit - Live Preflight or different network protocol?
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

Maybe you are looking for

  • Acrobat 9 Pro shutting down after install

    I just purchased Acrobat 9 Pro upgrade. The install goes smoothly. However, when I go to open up the program, it opens and then shuts down. I have tried reinstalling after unstalling and still have the same problems. Does anyone have any suggestions?

  • Oracle EM 12c - Host Administration problems

    Hello, I'm trying to do certain administrative tasks on a host target. However, when for instance, I klick to "Host" -> "Administration" -> "Services", I get: "Required Installations To administer a host through Enterprise Manager, you will need to i

  • HT2534 i cant find the none option show in the step 11

    i cant find the none option show in the step 11

  • [SOLVED] Autologin to virtual console systemd

    Hi! Today i wanted to get rid of slim.service, so i read this wiki page: https://wiki.archlinux.org/index.php/Au - th_systemd . I already changed my .bash_profile to startx after i login with my user in tty1. I followed that wiki page, but when i hav

  • Error:"Servlet action is currently unavailable"

    Hi, I wrote a servlet program, when I run in URL "http://localhost:8080/Tomcat1/" its working fine. But "http://localhost:8080/Tomcat1/first.do" its throwing an error message Servlet action is currently unavailable description The requested service (