Ever needed to place lots of files into an Illustrator document? Well one day I got tired of placing each file one-by-one by File > Place , so I wrote a little AppleScript that will allow you to place multiple files at once.
Step 1: Bring up the Illustrator file that you need to place multiple files into.
Step 2: Load up the AppleScript provided at the bottom of this tutorial and click the “Run” button.
Step 3: Choose the files you would like to place in the dialog box that pops up. You can hold down the Command key to click individual files or the Shift key to select consecutive files.
Step 4: Choose if you would like to have the files embedded or just placed.
Step 5: Sit back and let the script work its magic. Note that the script will place each individual images directly below the document bounds and aligned to the left.
Done: Down sample file(s).



why are you so awesome?
Brilliant, cheers mate, much appreciated, thank you!!!
Does this script work with illustrator CS4? I can’t load the scpt file =(
Sandberg,
I’m not sure… I only have CS4 at work but I don’t see any reason it wouldn’t load correctly. Try running the script directly from the AppleScript Script Editor. That’s how I usually troubleshoot any scripts before I try loading them into Illustrator.
- Josh
OMG – brilliant – you’ve saved me soooo much time thank you!!
No problem at all… Really it seems so simple but can be very useful when working with a large about of files. Thanks for commenting!