Saving EPS from Quark
Saving EPS from Quark
- Subject: Saving EPS from Quark
- From: Rob Stott <email@hidden>
- Date: Mon, 10 Sep 2001 10:36:12 +0100
Hi,
I'm just getting to grips with scripting Quark Xpress but I've hit upon a
stumbling block - I'm sure I'm missing something pretty obvious but for the
life of me I can't work it out. I have the following a script which saves
all the pages of a Quark document out as EPS files (okay, I know it a bit
clumsy... I'm just a beginner!)
tell application "QuarkXPress"
set theTotalNoOfPages to the count of the pages of front document
set theCount to 1
repeat
save page theCount of front document EPS format Mac color include
preview "true"
if theCount = theTotalNoOfPages then exit repeat
set theCount to theCount + 1
end repeat
end tell
This works fine, but omits any bleed - I need to include these. Can anyone
tell me how I do this? I can't find a reference to it in Quarks dictionary
but surely it must be do-able, right?
Any help, hints or tips would be greatly appreciated.
Regards
Rob
--
Bill Hicks Quote of the Day: What did moths do before lightbulbs were
invented?