0
votes
3answers
65 views

Can Adobe Illustrator .jsx scripts include other script files?

We're writing a bunch of .jsx scripts and in each I have to mock out some functions so I can use things like Array.map() and String.trim(), but I don't want to have to include that code at the top of ...
4
votes
1answer
74 views

Run Illustrator script on multiple files

Is there a way to make an Illustrator script run over all files in a certain folder and perform operations on these? I am using CS5 on mac.
2
votes
1answer
90 views

Illustrator - Print copies with sequential numbers

I have an Illustrator document, which has a text field with a number. How do I print X copies of it, so each copy has a different sequential number on it, say from 0000 to X ?
0
votes
4answers
615 views

Extract image x/y coordinates and width and height info from PDF via IL or PS

We have a professionally designed floor plan in PDF form for an event we are running currently. It is similar to a CAD drawing. We have booths (rectangular squares) drawn on it. I have a colleague ...
-1
votes
1answer
141 views

Re-Recording Actions in Illustrator

I frequently record Illustrator Actions. My actions are quite long, but they all involve three common steps: Assigning Notes to shapes Assigning Swatches to shapes Selecting shapes that have a ...
0
votes
0answers
79 views

Symbol name becomes slice name in Illustrator - script or workflow for this?

Just wondering if there's a shortcut to giving slices the same name as the symbol they're generated from. If yes – great; if not – back to work... Thank you!
0
votes
0answers
129 views

AI cs5/6 extend script issues on Windows

activeDocument.fitArtboardToSelectedArt() When calling this command, AI crashes on AI 5.1/6 32bit and 64bit versions. I can use the command form the menu. Has anyone encountered this? does anyone ...
2
votes
1answer
477 views

Illustrator scripting: resize that works like transform tool in illustrator

I'm writing a script for Illustrator CS5 to resize my artwork (and artboards and a whole lot of other stuff in a batch). I'm having severe issues with the javascript functions resize() and ...
1
vote
3answers
2k views

image in illustrator compression script

I have a very High resolution image in illustrator, which leads to a very heavy eps file size, I'm asking for a batch tool or a script to compress the eps image , in other words reduce its resolution ...
8
votes
2answers
6k views

Convert text to paragraph text in Illustrator

Is there any quick way to convert text created at point (automatically resizable boundaries) to a area (paragraph) text (with fixed boundaries) in Illustrator CS3?