• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Photoshop DCS to eps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Photoshop DCS to eps
  • Next by Date: FileMaker Pro, repeating fields and pasting from Clipboard
  • Previous by thread: Re: Photoshop DCS to eps
  • Next by thread: RE: Photoshop DCS to eps
  • Index(es):
    • Date
    • Thread