Hello all,
I am having problems with this applescript…
set myFile to path to desktop
tell application "Adobe Photoshop CS3"
make new document
set myOptions to {class:EPS save options, embed color profile:false, encoding:ASCII, halftone screen:false, preview type:eight bit Mac OS, transfer function:false, PostScript color management:false}
save current document in myFile as Photoshop EPS with options myOptions without copying
end tell
The script runs fine and saves my file but I need to use the ASCII85 encoding and applescript doesn’t seem to recognize ASCII85. Anyone ever run into this? If so is there any way around this?