Re: Photoshop DCS to eps
Re: Photoshop DCS to eps
- Subject: Re: Photoshop DCS to eps
- From: Jeff Horton <email@hidden>
- Date: Wed, 05 Sep 2001 10:12:29 -0400
Try this
===================
on open fileList
repeat with oneFile in fileList
set oneFile to oneFile as string
if oneFile does not end with ".c" and oneFile does not end with ".m"
and oneFile does not end with ".y" and oneFile does not end with ".k" then
tell application "Adobe Photoshop 6.0"
open file oneFile
do script "save action"
end tell
end if
end repeat
end open
==================
This will at least get you started in the right direction. It will not open
any files ending in .c,.y,.m,.k which are the DCS plates. Then you need to
make an action in photoshop to save the file as a single file eps.
Hope this helps.
Also, if you have Photoshop 4.0, check out the application on my web site to
do this.
Thanks
Jeff Horton
http://www.hortoncentral.com