Scripting the "Save as eps ..." command in Quark
Scripting the "Save as eps ..." command in Quark
- Subject: Scripting the "Save as eps ..." command in Quark
- From: "W. Eric Schult" <email@hidden>
- Date: Tue, 30 Jan 2001 17:41:35 +0800
The "save as eps" command in Quark 4.1 is causing me headaches. When I do
this:
save page 1 EPS format PC DCS2 EPS data ASCII EPS OPI include images in ,
((colorEPSpath) & (name of item i in colorAds) & , ".eps") ,
with include preview
... the "with include preview" syntax errors out. It doesn't cause a problem
if I remove this syntax, but I've gotta have a TIFF preview, because of the
WinNT-based pagination system being used to place the EPS. Further, the
Quark dictionary indicates that the suspect syntax is a boolean, when the
Quark application has PICT and two flavors of TIFF to choose from in
creating an EPS preview.
Have I run into a dead-end trying to script the type of EPS I want to
create?
wes
--