Help with Batching - Ai10

Ask a Question related to Adobe Illustrator Macintosh, Design and Development.

  1. #1

    Default Help with Batching - Ai10

    Hi guys, I have a few questions.

    I have an action that opens a file and performs a series of stuff on them and ends with a save for web. I want the action to run without hickup or dialog boxes.

    Here's a list of my action sequence:

    unlock all
    unhide all
    select all
    copy
    paste to back
    outline stroke
    outline type
    select all
    offset path
    fill to none
    stroke to none
    save for web
    close

    (this will add a border around my images to avoid cut-offs when saving as a GIF)

    When all is said and done, I want to have my files output to a particular folder and then have my action close the source files without saving. This is where the problem lies. It keeps giving me the dialog of "save yes/no". I tried to include a revert command before close but that pops up a dialog too.

    What do I check or add to avoid the dialogs and retain my file's original states? I could only find "override 'open' commands".

    The only fix I can find is adding 9 undos until it reaches back to its original state, but I don't want it to chug away at something like that on 600 files. However, I'm sure that I'm missing the obvious.

    Any help is much appreciated.
    hitpawz@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Batching Quark Documents to create High Res PDF's
      We are using Quark 4.11 with OS 9. (Unfortunatly our printer has not updated his software or system to OS 10.) Mac platform. Before sending files...
    2. Batching files in 5.0
      Using Acrobat 5.0 Mac, how can we batch and lock pdf files? We had this functionality using 4.0. Thanks.
    3. DCS Tranparency Ai10
      Linked Artwork that interacts with transparency cannot be flattened. Embed the artwork( using the links palette) before flattening We are placing...
    4. Files renamed when batching
      Save the Script. Edit it Look for the following lines in the DoExport and DoForceExport functions and change as necessary, taking into...
    5. Batching emails :: aspEmail vs CDO :; sendQueue stability?
      Database: Access 2000 Host: Maximum ASP I am trying to work out the best way to send bulk email below the 1000 mark (about 800). I understand...
  3. #2

    Default Re: Help with Batching - Ai10

    One quick side note. The unhide all and unlock all commands give errors during a batch if nothing is hidden or locked. Even though it doesn't give that error when you use those commands normally. No biggie but it forces me to save a log file.

    I suppose I could actually lock and hide all and then just reverse it to avoid the logging. Seem silly to me though.
    hitpawz@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