Attaching Multiple Indexes

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Attaching Multiple Indexes

    To get around problems (.did too big etc.) we are having indexing a fairly large collection of documents and to make searching more sophisticated, we have built 7 indexes based on the file content and subject.

    The indexes build OK now but I don't seem to be able to associate more than one index per to a master document from which users will be able to search the collection.

    I want to be able to attach all 7 indexes automatically (I know we can attch them manually but I want it to be a simpler process for users), but everything I have tried so far does not work - does anyone have any ideas?

    Using Acrobat 5.05, Win XP Pro on a Pentium 2.4GHz Dell, 512MB Ram, >20Gb free on HD.

    Thanks in advance . . .
    Julian_Horn@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Multiple Indexes
      I am producing a conference program that has the names and details of all the conference attendees. I need to index these attendees both by name and...
    2. indexes in cs
      Is it possible to easily create an InDesign index from a Word document? In other words, if the Word doc comes through with a special character...
    3. using indexes
      quick question regarding proper use of indexes. there are options for asc/desc sorting for each column when creating the index - for optimal...
    4. Indexes
      hello, here is my question. if you have a table called related_to and it has these fields: id active from_class_id from_id type_cid...
    5. How do I create multiple indexes in InDesign CS?
      I have a book for which I want (i) a names index and (ii) a subjects index. Is it possible to do this in InDesign CS 3.0 on Windows XP Professional?...
  3. #2

    Default Re: Attaching Multiple Indexes

    AA5 can't (on its own; there is maybe a javascript or other suchlike solution) associate multiple indices with a master document. I believe that you can in AA6 (I can't remember if it is both "Standard" and "Pro" or just "Pro"), but for the life of me I cannot find it this morning. I don't myself recommend buying AA6 just for this ability (it also has the ability to index multiple drives) because the search indices created by AA6 (which has a different provider for the search engine than did AA5 & prior) are NOT useable by older versions of Acrobat - among other reasons.

    There might be plug-ins out there as well to allow association of multiple indices. Where I work we have multiple indices as well, but it is not very important for us to be able to have the multiple index association, at least at this time. (Certainly not important enough to accept the loss of backwards compatibility, since we provide PDF's to clients.)
    Fr._Watson@adobeforums.com Guest

  4. #3

    Default Re: Attaching Multiple Indexes

    yep, you'll need to add javascript to add multimple indexes into a document.

    This is an extract from the javascript reference;

    // Adds the standard help index for Acrobat to the index list:
    search.addIndex("/c/program files/adobe/acrobat 5.0/help/exchhelp.pdx", true);

    Add something like the above to the Page Open action of your master document ("Document", "Set Page Action", highlight 'Page Open', click 'Add', Select 'Javascript', hit 'Edit' ....)

    Point of note, it does not allow you to search ALL indexes at once, you have to select which index you need, then search ....
    Ian_Mellors@adobeforums.com Guest

  5. #4

    Default Re: Attaching Multiple Indexes

    Thank you both for the comments. Javascript works and has solved the problem.

    Fr. Watson - I purchased Acrobat 6 as an upgrade (Std version) installed it, used it for a day, uninstalled it and threw it away. What a joke! I shan't be giving any more money to Adobe in future. I also dumped Golive too.

    I want - no, need - reliable software. Adobe just don't cut it any more. Their support is rubbish, esp if you are in the UK, and their history of bug fixing is laughable. They seem to ignore bugs and move on to the next version upgrade (Version Upgrade and Adobe - isn't that an oxymoron?) :-)

    I wish I could invoice them or Mr Gates for the hours spent trying to get their respective software to work in a stable way.
    Julian_Horn@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139