Can I use Links list to make a selection in a finder window?

I have a .indd file with about 75 placed graphics. The graphics are in a folder with 150+ images. I want to delete all the unused images from this folder. Is there a way to "select in finder" those images included in the indd file? I'm trying to avoid manually going back and forth from the Links list to the Finder window to make this selection. (Yes, I've admonished the author to please clean up their folders in advance, but that didn't happen and now I have 10 book chapters with this same problem this my motivation to solve via computer automation.)

You didn't give your ID version. In CS3, I'd package the file with links, empty the image folder and then copy back the linked images from the package to the original folder. Then delete the package.
Noel

Similar Messages

  • How can I use Pop Up to make a selection from a different sheet (lookup)?

    Hello, I am using Numbers version '08, for the purposes of producing an estimate.
    I have two worksheets, the first has a table with the price list and product description/information; the second has a table which contains the template.
    At the moment, I use product codes to look up the information on the price list, and a simple sum to give a total at the end.
    What I want to do on the last line, is use the Pop Up function to select the finish coat, so that the estimate looks professional. 
    (At the moment I have different rows with the different finishes, so the customer wont actually see one concise Total).
    Any help would be much apreciated

    If I'm understanding correctly, you could do something like this in Numbers 2.
    Format the cell as Pop-Up Menu.
    Enter the pop-up menu values you want, here Item No.
    Put formulas in column B and C that lookup the name and price using Item No chosen in the Pop-Up Menue:
    The formula in B26  =VLOOKUP(A6,Finishes::A:C,2,0)
    The formula in C26  =VLOOKUP(B6,Finishes::B:D,2,0)
    And then when you choose an Item No using the Pop-Up the name and price are retrieved and entered into the estimate.
    SG

  • How can i use iphone 4 to make video calls through 3G network

    Pls let me know how can I use my IPhone4 to make video calls through my Airtel 3G network. Also pls suggest if any alternate is available. Thanks

    Re: Skype
    If I used skype wouldn't I only ge able to call other Skype users??

  • Can i use apple tv to make my mac a monitor

    can i use apple tv to make my mac a monitor

    You can, somewhat. Certain iMacs released in the last two years support "Target Display Mode" which lets you use them as very expensive dedicated external monitors. In theory you could hook your Apple TV up to that with an HDMI to minidisplayport or (possibly) Thunderbolt adapter. (See http://support.apple.com/kb/HT3924 for Target Display Mode specifics)
    But I would have to question the value in that, since you could buy a decent comparable sized flat screen TV for 1/5th the price of that iMac.
    If your goal is to watch media content on your iMac, you would almost certainly be better off doing it using the Front Row application, or setting up iTunes to display fullscreen content and control it from your iOs device with the App Store's "Remote" program.

  • Can I use my iPad to make a Facetime call?

    Can I use my iPad to make a Facetime call?

    Sure, assuming you don't have an iPad from a region where FaceTime is banned, and further that it is an iPad 2 or higher.

  • Can i use my itouch to make skype phone calls without wifi.

    Can i use my itouch to make skype phone calls away from a wifi source just like a conventional mobile phone.

    No. The iPod does not have a cellular connection. Thus, an iPod without wifi can't connect to the Internet

  • Can I use my Mac to make a backup file of a MS DOS file

    Can I use my Mac to make a backup file of a MS DOS file?

    Have you verified that the mill is using FAT12?
    Do I understand correctly that the mill boots from the floppy - it has no other storage?
    If that is the case, then the new disk needs to be in the correct format and set up as a boot disk, which will not happen automatically, and I'm not sure if you can do it with OS X. The instructions on this page should help.
    If it is something you need to do a lot of, and have no access to an MS-DOS computer, you could consider installing the Parallels virtual machine software on your Mac, and setting up a virtual MS-DOS system.

  • Implementing TRIE using linked lists

    Node InsertNode(string name, Node root)
    int index = 1;
    string key;
    Node currentNode = root;
    while (index <= name.Length)
    key = name[index - 1].ToString();
    Node resultNode = currentNode.Children.GetNodeByKey(key);
    if (resultNode == null)
    Node newNode = new Node(key, name.Substring(0, index));
    if (index == name.Length)
    newNode.IsTerminal = true;
    currentNode.Children.Add(newNode);
    currentNode = newNode;
    else
    currentNode = resultNode;
    index++;
    return root;
    i want to use linked lists. i dont no what nodes are.like basically how do i use linked lists in the place of nodes in this code?
    thanx

    http://www.codeproject.com/KB/recipes/PhoneDirectory.aspx?display=Print <= code tags?
    coherent questions?
    class LinkedListNode {
    private LinkedListNode next;
    private Object data;
    public void insertAfter(Object data) {
    LinkedListNode newNode = new LinkedListNode();
    newNode.data = data;
    newNode.next = next;
    this.next = newNode;
    this is ur typical insert method for a linkedlistnode. you're saying nodes do the dirty work. how do connect this code with the one i posted in my previous msg? where do i get NODE from. What is this class.

  • Can you use disk utility to make a backup of Time Capsule?

    I have a client who would like to keep a lot of important files on his time capsule for network usage, however I would like him to back up the time capsule. Can you use disk utility to make a copy of the data on the Time Capsule?
    Lastly is there a way you can remotely access the files on the time capsule? (he would like to remotely access files on the time capsule).
    thank you.
    you should be able to use Back to my Mac to access the time capsule correct?
    Message was edited by: RonPaul08

    no one willing to attempt this for me?

  • How can i use my apple ID with the itune store over my windows laptop

    how can i use my apple ID with the itune store over my windows laptop

    If you don't have iTunes installed on your laptop then you can download and install it from here : http://www.apple.com/itunes/download/
    You can then log into your account on it via the Store > Sign In menu option (on iTunes 11 on a PC you can get the menus to show via control-B) :
    And you can then select the Store on the left-hand sidebar (you can enable the sidebar via control-S), and then browse items in the store and buy them by clickin on their price.

  • Can I use a time capsule as a usb drive on a windows 7 machine?

    Can I use a time capsule as a usb drive on a windows 7 machine?

    No, but you can use it as an Ethernet or wireless drive.
    (60698)

  • Trouble importing third party classes & using linked list in j2me

    Hi!
    I need to use the linked list data structure in a j2me application im developing. Al long as I know, it is not included in standard libraries.
    I found the "workaround", the substitution in Jade Laepaddon. This is actually a set of classes in a directory.
    I know this is extremely dumb, but I have no luck impotring these classes in my project.
    Im using the WTK2.0 to compile and execute the application, but I don't have an Idea how to add a directory in the CLASSPATH.
    So, the actual question should be: how to include a directory of files, so that it can be imported with:
    import dirName.*;
    Thanks!

    Tha import problem is solved, but I'm still not able to use the LinkedList class. In the jade/util/leap there is a LinkedList.java file, but I get an error :
    /home/mile/WTK2.0/apps/myGame/tmplib/jade.jar(jade/util/leap/LinkedList.java):48: class LinkedList is public, should be declared in a file named LinkedList.java
    (source unavailable)
    /home/mile/WTK2.0/apps/myGame/tmplib/jade.jar(jade/util/leap/LinkedList.java):48: cannot resolve symbol
    symbol : class List
    location: class jade.util.leap.LinkedList
    (source unavailable)
    /home/mile/WTK2.0/apps/myGame/tmplib/jade.jar(jade/util/leap/LinkedList.java):48: cannot resolve symbol
    symbol : class Serializable
    location: class jade.util.leap.LinkedList
    (source unavailable)
    /home/mile/WTK2.0/apps/myGame/tmplib/jade.jar(jade/util/leap/Iterator.java):41: class Iterator is public, should be declared in a file named Iterator.java
    (source unavailable)
    when initialising an LinkedList type object.

  • So far this week when using firefox I can't use links or buttons within a website, I had to open IE to even get to this support page, how do I fix this?

    When using Firefox I can goto websites but I can't use the buttons or links with in it. I have to use a different browser to delete email or get to my dvd list, ect.

    Hi revolg_98,
    see if this happen in [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Safe Mode] , if does not happen in Safe Mode then see: [https://support.mozilla.org/en-US/kb/troubleshoot-extensions-themes-to-fix-problems Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems].
    thank you

  • Help - can't print linked list object

    Hi all,
    I've written a program that creates an Airplane object. I've added the Airplane object to a linked list. I am trying to test by printing the linked list..but I get the addresses of the airplane object instead of the integer variables that the Airplane object contains. How can I fix this? Here's my output showing what I am talking about:
    Airplane type: 2
    Airplane arrival time: 600
    Airplane cleaning time: 45
    Airplane take-off time: 645
    [Airplane@665753]
    Airplane type: 3
    Airplane arrival time: 1100
    Airplane cleaning time: 60
    Airplane take-off time: 1160
    [Airplane@665753, Airplane@ef22f8]
    Airplane type: 1
    Airplane arrival time: 900
    Airplane cleaning time: 30
    Airplane take-off time: 930
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70]
    Airplane type: 1
    Airplane arrival time: 1100
    Airplane cleaning time: 30
    Airplane take-off time: 1130
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85]
    Airplane type: 3
    Airplane arrival time: 1000
    Airplane cleaning time: 60
    Airplane take-off time: 1060
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80]
    Airplane type: 2
    Airplane arrival time: 900
    Airplane cleaning time: 45
    Airplane take-off time: 945
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80, Airplane@10d81b]
    Airplane type: 2
    Airplane arrival time: 900
    Airplane cleaning time: 45
    Airplane take-off time: 945
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80, Airplane@10d81b, Airplane@dbe178]
    Airplane type: 3
    Airplane arrival time: 1000
    Airplane cleaning time: 60
    Airplane take-off time: 1060
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80, Airplane@10d81b, Airplane@dbe178, Airplane@af9e22]
    Airplane type: 1
    Airplane arrival time: 900
    Airplane cleaning time: 30
    Airplane take-off time: 930
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80, Airplane@10d81b, Airplane@dbe178, Airplane@af9e22, Airplane@b6ece5]
    Airplane type: 1
    Airplane arrival time: 700
    Airplane cleaning time: 30
    Airplane take-off time: 730
    [Airplane@665753, Airplane@ef22f8, Airplane@e0cf70, Airplane@52fe85, Airplane@c40c80, Airplane@10d81b, Airplane@dbe178, Airplane@af9e22, Airplane@b6ece5, Airplane@7ace8d]
    Airplane@665753
    import java.io.*;
    import java.util.*;
    public class AirPortSimulator {
         public static void main(String[] args) {
              LinkedList<Airplane> myEventList = new LinkedList();
                   //for loop to test random number generator for airplane type
              for( int i = 0; i < 10; i++){
                   int parOne = myNumber();
                   System.out.println("Airplane type: " + parOne);
                   int parTwo = myTime();
                   System.out.println("Airplane arrival time: " + parTwo);
                   int parThree = 0;
                   switch(parOne){
                   case 1: parThree = 30;break;
                   case 2: parThree = 45;break;
                   case 3: parThree = 60;break;
                   System.out.println("Airplane cleaning time: " + parThree);
                   int parFour=0;
                   switch(parOne){
                   case 1:     parFour = parTwo + 30;break;
                   case 2: parFour = parTwo + 45;break;
                   case 3: parFour = parTwo + 60;break;
                   System.out.println("Airplane take-off time: " + parFour);
                   System.out.println();
                   Airplane myAirplane = new Airplane(parOne, parTwo, parThree, parFour);
                   myEventList.addLast(myAirplane);
                   System.out.println(myEventList);
                   System.out.println();
         public static int myTime(){
              Random generator = new Random();
              int number = generator.nextInt(16)+1;
              number = number * 100;
              if (number < 600){
                   number = number + 600;
              return number;
         public static int myNumber(){
              Random generator = new Random();
              return generator.nextInt(3)+1;
    }

    I've written a method before that prints all the
    elements of a linked list..but that method onlyheld
    one integer or string...it was a "while (head !=
    null) loop that traversed the list and printed
    "head.info"
    But i'm confused with an object that has 4integers
    inside it...You don't have to write any kind of loop. The
    LinkedList implementation of toString does that for
    you. All you have to do is write a toString for
    Airplane that prints whatever you feel is important
    for a single Airplane object.
    But note that since the list uses commas to separate
    entries, your toString method will be clearer if you
    can write it in such a way that it doesn't use
    commas, or so that you can see where the output
    begins and ends. For example, maybe you can wrap the
    output with curly brackets.Thanks, I just had to understand what the toString method was and then how to override it. This works well:
    Thank you for pointing me in the right direction.
    aiki985
    public String toString(){
                  return "{" + airplaneType + ", " + arrivalTime + ", " +
                                  waitingTime + ", " + departureTime + "}";
              } // end toString method

  • Can't used my iPad to make phone calls with 8.0.2

    I can't get my iPad to make calls or answer texts through my iPhone. Same network, bluetooth on both devices, same FaceTime account. I can't find wifi calling on my phone to turn it off. Handoff is working just fine with safari
    any suggestions?

    Hello jllieblein,
    Wi-Fi calling is only available on T-Mobile. The setting can be found in Settings -> Phone, should you have T-Mobile. Otherwise, Wi-Fi calling is off.
    Make a call over Wi-Fi with iOS 8
    http://support.apple.com/kb/HT6339
    The steps below detail how to go about setting your iPad and iPhone up to make phone calls.
    Phone calls
    To make and receive phone calls on your iPad or iPod touch, here's what you need:
    Your iPhone and your iPad or iPod touch need to use iOS 8 or later.
    Both devices must be on the same Wi-Fi network.
    Both devices must be signed in to FaceTime using the same Apple ID.
    This means any iOS device that shares your Apple ID will get your phone calls. Look below for instructions on how to turn off iPhone cellular calls.
    Wi-Fi Calling needs to be off.
    You may also need to verify that iPhone Cellular Calls is turned on in Settings -> FaceTime.
    Turn off iPhone cellular calls
    To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls.
    Connect your iPhone, iPad, and iPod touch using Continuity
    http://support.apple.com/kb/HT6337
    Cheers,
    Allen

Maybe you are looking for

  • Windows 8.1 won't boot up

    My HP ENVY 15-jo11dx was downloading current updates for the built in camera but having problems with the download. Suddenly my computer rebooted but Windows 8.1 would not boot. Waited over 3 hours while hard drive lite stayed on. Nothing came on scr

  • Mouse over a menu on the portal

    hello We are using Portal Nw2004s SPS14. I would like to know if it possible that, when you put the mouse over a menu on the portal, a label appears with a long text. I mean, If it is possible, in the standard. Thanks and Regards Noemi

  • How to allow ebay to use my iPad camera

    I Downloaded the ebay app for iPad and accidentally did clicked the don't allow eBay to use camera option and now cannot take pictures of ebay items for sale

  • ZEN Vision:M Album picture is

    Hello, I got a Creative Zen Vision:M I notice that some of my albums while playing them do show a picture of the album cover along on the display along with the text. Most of the albums that are plaied just show text and I want to make every album to

  • I upgrade the version of ios 5.0.1 in iphone 4 now the problem is that could not activated the ipohne 4

    i upgrade the version of ios 5.0.1 in iphone 4 now the problem is that could not activated the ipohne 4