How do I create a batch script that would export a set of AI files in CS4 to a png of a certain size?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You should have a scripts folder somewhere like this: I tried this w/ CS2 (code below), but there seems to be a bug in the engine. For PNG's (and GIF's it seems) it doesn't access subsequent document objects so it saves the same document each time. Hopefully CS4 has this patched.
|
|||
|
|
|
You can do it with inkscape's export option. First install inkscape:
Create an
Make it executable:
Then run it:
It will convert "somefile.ai" to "somefile.ai.png" with 100x100 size. |
||||
|
|
