Saving Page as EPS in DCS2 Format Quark
Saving Page as EPS in DCS2 Format Quark
- Subject: Saving Page as EPS in DCS2 Format Quark
- From: email@hidden
- Date: Tue, 5 Feb 2002 11:28:15 -0800
Hello all! I am trying to create a script which will use the "Save page as
EPS" function out of QuarkXpress 4.1 with System 9.1.
I have written the following , but when I use it and compare it to a file
which I manually export out of Quark, the files are different. The scripted
file does not appear to be of the DCS2 format, but simply saved as an EPS
file. Any help or input would be gratefully accepted.
Joe
tell application "QuarkXPress? 4.11"
activate
tell document 1
save page 1 EPS format Mac DCS2 EPS data binary EPS OPI include
images bleed 0.125 scale 100 with include preview
end tell
end tell
--