Relinking multipe Images in InDesign

Hi all,
I need to relink all images within my Indesign documents as due to a laptop upgrade the external drive port or rather names have changes from say J: to I:
Is there a way to mass relink all images, without having to manually update 100s of photos?

Hi,
In order to reduce your efforts of relinking, you can put the entire set of images in an folder and relink any one of them. In the relink dailog, go to the folder containing all your images, check search for other missing links in this folder option.
As soon you click relink button InDesign automatically searches for all the missing links available in that folder and then prompt you if you want to relink them also.
There you can make your choice.

Similar Messages

  • Issue on relinking an image

    Hi Folks,
    While relinking an image using LINKS palette in Adobe InDesign application, the width of the image preserves with the old one. Is there any option to fix this in InDesign?
    Any solution to fix this would be greatly appreciated.
    Thank you,
    Vaishu

    I was actually able to recreate the problem - I tested a couple of versions of the same Illustrator graph (one saved as a CS4 EPS, one saved as CS3 EPS), placing each into a picture box in InDesign, altering them slightly, updating them... What i found was if the InDesign preference 'Preserve Image Dimensions When Relinking' was turned on, updated links would scale randomly as mentioned above. Turn the preference off, and everything updated normally.
    'Preserve Image Dimensions When Relinking' is the default setting in ID, if I'm not mistaken, so if it is a BUG, obviously Adobe needs to fit it in the near future.
    San

  • Script to search and relink linked image files that were moved?

    Good afternoon
    My indesign product catalog has links with a lot of different folders around in my hard disk, not a single folder. And to keep my catalog up to date I must package it.
    When I move my linked files in my computer because I change the folder structure or do some cleaning, my indd loses track of its linked files. Currently I need to relink one by one.
    Therefore I would like to find a script which would scan the hard disk with the all broken links in mind to detect their new location and relink. Yes I am a lazy person.
    Thanks for any clue,

    Thanks so much! I will try soonest.
    How does your script react in the unlikely case of duplicates?
    Date: Thu, 18 Jun 2009 12:43:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: Script to search and relink linked image files that were moved?
    At least your honest about your laziness.... Here's your reward:
    Just a hint, don't select root of your volume, it will loop through every folder in existence, but key to this script is, if you know the general location, select into that folder hierarchy and the script will test for a relative path, otherwise, come back in a few days, and it will be finished.
    ~mike
    var processed = 0
    var skipped = 0
    var updated = 0
    if (app.documents.length > 0){
        if(app.activeDocument.links.length > 0){
            var mydoc = app.activeDocument;
            var mylinks = mydoc.links;
            var myRoot = Folder.selectDialog("Choose the volume or server where assets are located", undefined, false);
            main();
    else
    { alert("No Links present")
    else{alert("No Documents Open")
    function main(){
        if(myRoot != null){
            for(var i = 0; i < mylinks.length ; i++){
                if(mylinks.item(i).status == LinkStatus.linkMissing){
                        var linkdata= mylinks.item(i).filePath;
                        var my_result = linkRepair(linkdata);
                            if (my_result == false){
                                var filetype = "." + mylinks.item(i).linkType;
                                var mysearch =   search(linkdata, filetype);
                                    if(mysearch != undefined){
    var myswitch = confirm(mylinks.item(i).name + " has been found in a different location, Relink and Update?", "Relinker")
                                            if(myswitch){
                                                mylinks.item(i).relink(File(mysearch));
                                                mylinks.item(i).update();
                                else{
                                    alert("" + mylinks.item(i).name " was not found\nFolders processed: "processed + "\nFiles skipped: "+ skipped)
                            else{ alert( my_result + " has been found");
                                mylinks.item(i).relink(File(my_result));
    function linkRepair(linkdata){
    var mypath = linkdata.split(":")
            my_status = analyzePath(mypath)
            if(my_status == true){alert("UPDATED");
                    updated++       
        return my_status
    function analyzePath(mypath){
    var num = mypath.length ;
    for(var i = 0; i < num-1; i++){
        mypath.shift()
        var newpath = pathRebuild(mypath)
        newpath = (myRoot + newpath)
            if(File(newpath).exists){
                return newpath
        return false
    function pathRebuild(pathArray){
    var solidPath = ""
        for(var i = 0; i < pathArray.length ; i++){
            solidPath +=  "/" + pathArray+ ;
        return solidPath;
    function search(linkdata, filetype){
        var mypath = linkdata.split(":")
        var mylink = mypath.pop();
        var OK = confirm("Relative Path does not exist, search folder hiearchy for file?", true, "File Scanner")
        if(OK){
    var myscanresult = getfiles(mylink, myRoot)
    return myscanresult
    function getfiles(mylink, myBase){
    myBase = Folder(myBase);
    var files = myBase.getFiles("*")
    for(var i = 0; i < files.length; i++){
    try{
    var foldertest = files+.getFiles();
    processed++
    var myfile =     File(files+ + "/" + mylink)
        if(myfile.exists == true){
            return myfile
            break;
        else{
        var myscan = getfiles(mylink, Folder(files+))    
            if(myscan != undefined){
            return myscan
            break;
    catch(myerror){
        skipped++
    >

  • Multipal image or xml loading at a time or one By one

    Hello friends,
                      I am confuse About multipal image loading at a time or one By one .  it  may crass  DueTo  memory problem.
                      which one is better and why.
                      plaase help me.
                     thanks.

    Thanks,
                 But actual prblem is if I load lots of Images At a time By for loop. Is ther any possibility to crass Due to memory problem ?.
                  for understanding :-
                   assume ther is a function which load image named "loadImg()" taking parameter Path of the image.
                   NOW I am going to call function To load many more images at a time.
                   var pathArr:Array = new Array("path","path","path","path","path","path","path","path","path","path","path","path" ,"path","path","path","path","path","path","path","path","path","path","path","path")
    for(var i:uin = 0; i<pathArr.length; i++)
              loadImg(pathArr[i])
    In this case all images going to load togather No of images depending on pathArr.length. In this case can crass .
    OR,
    I have to wait till complete loading of this image then can go to another image loading.

  • How do I save image and text as a single image in InDesign CS5.0?

    How do I save an image and text as one image in InDesign CS5.0? NOT 5.5.
    I need to save the image as a 72-dpi, jpg file for ePub purposes. I designed a book and am handing it off to someone for ePub.
    This is what I've tried:
    1) Copied from InDesign, pasted into a PhotoShop doc as a Smart Object. Saved it as 72 dpi jpg, then imported back into ID.
    2) Took a screenshot of ID page, placed it in PS, saved as 72 dpi, imported into ID
    3) Saved page as a PDF from InDesign, then saved PDF as 72 dpi jpg, then imported into ID.
    4) Save page as a PDF from InDesign, placed into Photoshop and saved
    as 72 dpi, then imported into ID.
    5) Saved as an EPS from InDesign, placed in PS, then imported back to ID.
    In all cases, the type looks terrible. It doesn't seem to matter whether I copy or place into Photoshop, though placing is slightly better.
    HELP!!!

    In all cases, the type looks terrible. It doesn't seem to matter whether I copy or place into Photoshop, though placing is slightly better.
    Naturally what you did will result in rasterized text. Did you preview with high quality settings?
    Are you sure the people who will handle that downstream need pixel images and do you have the exact pixel dimensions needed?
    Why did you place the image back in Indesign, by the way? 

  • How to place the images in Indesign xml file by Javascript?

    How to place the images in Indesign xml file by Javascript?
    We got the Indesign xml file, how to give the image placement link by Indesign javascript? Please help me its urgent.

    Hi,
    You can pass the image url as a href attribute=> file:///Users/me/Documents/my_pic.jpg directly within your xml. It just needs that you pass a local, static and valid url.
    If you want to add image later once the xml is flowed and so target specific nodes and inject images, it's a bit more complex. If the node is not part of the layout, you may try to reach the XMLElement objet and such an attribute, then layout the element.
    var x = some XMLElement
    x.xmlAttributes.add("href","file:///Users/m/Documents/my_pic.jpg" );
    If already placed, then you have to get the associated pageItem, then place your file into it.
    pagItm.place ( File ( "/Users/m/Documents/my_pic.jpg" ) );
    Hope that helps,
    Loic
    http://www.loicaigon.com

  • How to get all images in indesign CS5 with javascript?

    Hi,everybody,
    How to get all images in indesign CS5 with javascript?I want to delete them.
    Anyone can give me some example codes?
    Thanks,
    Bridge

    Hey!
    This will remove all images from your InDesign document:
    var myLinks = app.activeDocument.links.everyItem().parent;
    for(var i = 0; i < myLinks.length; i++)
        myLinks[i].remove();
    Hope that helps.
    tomaxxi
    http://indisnip.wordpress.com/
    http://inditip.wordpress.com/

  • Working with greyscale images in InDesign

    I am designing a photobook in InDesign with several B&W images in it. InDesign in currently in PhoPhoto RGB working space. I am having the book printed by LuLu, and they require that any monochrome images in the PDF be in greyscale with a gamma between 2.2 and 2.4.
    So I opened all the image files in Photoshop and converted them to "grey gamma 2.2", and then saved as JPGs and made sure to check the "embed grey gamma 2.2 profile" box.
    However, when I place those images in InDesign, they look completely different! I went to "Color Settings" and then saw that InDesign doesn't have a greyscale working space. Now I understand why they look so different, but my question is - when I export the PDF from InDesign, will the images look like they did in Photoshop or will they have the "washed out" appearance they have in InDesign?
    What's the best way to do this?

    >I just want to make sure I'm getting all of this. I did also notice that LuLu recommends not converting from RGB to CMYK or vice versa. Since I shoot all of my images RAW and import them into Lightroom, which is in ProPhoto RGB, then I guess that means all of my color images should be exported from Photoshop in ProPhoto RGB and my working profile in ID should also be ProPhoto RGB. Since the working space and profiles are the same in each application, the images should look the same in both. Correct?
    That's right, but again if you want to see the a preview of ProPhotoRGB converted to CMYK, you'll need to set your Proof Setup to a CMYK space. In Photoshop I edit color in RGB with Proof Colors turned on and the Proof Setup set to the destination CMYK space.
    >You were suggesting converting them to CMYK in Photoshop
    No! I was suggesting that you use a CMYK profile as your grayscale profile, which Photoshop allows. So, instead of Edit>Convert to Profile>Greyscale Gamma 2.2; you could set your Gray Working space to US Sheetfed via Color Settings>More Options>Gray>Load..., and then simply convert the RGB image to Grayscale via Mode>Grayscale. In this case your grayscale is profiled as if it were on the black plate of a CMYK file, so if you also use US Sheetfed in ID you'll get a similar preview.
    Using a CMYK profile for grayscale in PS is a nice trick, but it isn't going to make or break the jobthere will always be variation depending on how much ink density the press operator is running. If this is the first job you are sending Lulu I would follow their instructions and use 2.2 as the grayscale space, then if there's an issue you can honestly say you followed their instructions.

  • How do you blur an image in InDesign CS5.5 (wtihout Photoshop)?

    I'd like to apply a guassian blur to an image in InDesign CS5.5, but I don't have acces to Photoshop or any other real graphics program on my employers Windows laptop.  Is there any feature in InDesign that would result in a guassian blur look?

    Something like this? http://indesignsecrets.com/branislavs-great-ghost-technique.php

  • Getting text to appear on top of Image In InDesign 5

    I am struggling to get some text to appear on top of an image in InDesign 5. I did fiddle with layers but it doesn't appear to have multiple layers.
    Could someone walk me through making this work?
    Appreciate the help!
    Brian

    It seems that even if I turn the image off in layers, the text fiend does not sho up. In other words, if I create a text field outside the printable area for the boot, the text is displayed, but when I drag it into the printable area, the text goes blank.
    Let me get this one thing straight though: But draging the text layer entry above the image layer entry, the text layer would thus be above and on top(visable).??
    But it's not working as a result of the above mentioned. I still seems to have something to do with the image layer that exists on the page.
    Ooops! Bob, you hit the nail on the head. Although there was no text wrap spacing added, the text wrap was on. So, selecting a particular image and removing "text wrap" only applies the attributes only to that image. All other images still have text wrap on.....which is what I want.
    Thanks to all.

  • Updating images in Indesign

    Is it  > really < necessary to manually update images in Indesign when you have changed them? If you have changed a batch can you not just auto update the way you always could in that thing we used to use??
    Thanks!

    I'm having the same exact problem, except in CS6- probably the same program. I'm updating everything now, I'll let you know how it goes.

  • Cutting out images in indesign, clipping path problems

    Hi,
    I have been putting images of my drawings from photoshop onto indesign for my portfolio,  after looking around the only way I can seem to find to cut them out is using clipping path/detect edges.
    The problem I have is because they are scanned sketches this method produces really inacurate and shoddy results and no matter how much I play around with the threshold and tollerance this means I still have to mess around with the pen and arrow tool for ages on each image.
    Is there a quicker solution to cutting them out like the magic wand or lasoo tool on indesign?
    It has taken days now in in design , I have all the images already cut out from their original pages on photoshop but the white box always comes around again when I drag or place the images in indesign.
    I have been shorcutting some pages and doing layout on photoshop and placing the image behind which works fine sometimes but is really inconviiant when I want to move the layout around text ot anything...... i have attatched some pictures to show you what I mean.
    Thanks for your help in advance
    Leo

    Well Thats 2 days of my life Ill never get back!
    Thankyou very much! cant belive I was that stupid

  • Invert image in InDesign CS6

    How can I invert (make a negative image) a Tiff (or JPG) image within Indesign CS6?
    This can be done in Photoshop, but I don't want to keep swapping applications or have to make and save a new (negative) image in Photoshop and then import into Indesign.
    This was so easy in Quark years ago!
    Thanks!

    Set the fill color of the rectangle holding your image to Black, and the fill color of the image itself (select with the white arrow) to Paper.
    This will only work on grayscale and black-and-white images; then again, those are the only logical candidates to make negative.
    In case "it is not working": there is a difference between a full color image containing only gray pixels and a real grayscale image. The former cannot be changed in ID, the latter can.

  • Importing Microsoft Word document with images to InDesign CS5

    Hey,
    I'm trying to import a MS Word document that contains inline images to InDesign CS5.
    I tried File->Place with checking "Import Inline Graphics" but unfortunately it imports the document without the images, there are blank regions where the images are suppose to be.
    Any ideas?
    Thank you,
    Kathy

    Yes, aligning image on its own paragraph works, I will skip wraping text inside paragraph, this can be done inside InDesign. Here is one part of Internet PDF books I am talking about, both are in Serbian http://issuu.com/bojan_zivkovic/docs/prikazivanje_slika_u_adobe_photoshop_elements - word + indesign, http://www.scribd.com/doc/49583823/Nau%C4%8Dite-Adobe-Photoshop   - indesign only
    Basicaly I am writing tutorials then turn them into PDF books, for now.
    Thank you, I never try to insert image on its own paragraph.

  • When placing an image in InDesign, it appears pixelated.  It is a 66mb file in a 6x9" document.

    I am new to InDesign, as I've been creating all my documents for print in Acrobat as a PDF.  When I am placing an image, it appears pixelated.

    Hi,
    This is an expected behavior, when you place an image in InDesign then it display the preview of the image however you this has no impact on the output unless the image placed is of low-resolution itself.
    In order to have good resolution of images, you may switch to View > Display Performance > High Quality.
    Thanks,
    Manish Sharma

Maybe you are looking for

  • This forum needs a FAQ

    In my opinion, we desperately need a Frequently Asked Questions sticky thread that we can point people to. People post the same questions, day after day, week after week.... At the top of my list would be: Installation Issues: "Help, I just installed

  • Adding more RAM to iMac 24"

    Hey Everyone, I'm considering buying a 24" iMac. I've been told that a way to save some money, is to get the RAM from elsewhere and install it myself. I'm just checking whether this is actually possible and how hard it is to actually do it. Please he

  • Thunderbolt to TV issues

    I have a macbook pro mid 2011 and Im having trouble with the thunderbolt to hdmi connection. I have a Lg tv and when connecting the hdmi the tv screen flickers and I lose audio for about 3 seconds. This happens about every 10 seconds. I assumed it wa

  • How can you mute the vocal from a stereo music on garageband 10.0.2

    I need to know ASAP please

  • Connect sdk 1.4.2 with tomcat and..

    java test argument1 argument2 argument3 Error occurred during initialization of VM Could not reserve enough space for code cache I know it is some sort of "running out of memory" error, but what are the debuggers and ways to fix it. Not much on the i