saving eps file
saving eps file
- Subject: saving eps file
- From: Elmer Banate <email@hidden>
- Date: Tue, 5 Feb 2002 14:57:27 -0800 (PST)
Hi list,
I got a script from the userlist (from Shane Stanley)
which will save a quark file to EPS file the script is
working good but I wan't to save with different file
names.
(e.g. itemcode, the item code is the first paragraph
of every page.)
My question is how to get first that item code then
store it to a variable to be used as filename of the
eps file which is different itemcode in every page.
tell application "QuarkXPress 4.11"
set theDoc to (file path of document 1) as text
tell document 1
set itemcode to word 1 of paragrahp 1
end
repeat with i from 1 to count of pages of document 1
save page i of document 1 EPS format Mac color bleed
"18 pt" in file as itemcode
(theDoc & i & ".eps") scale 100 with include preview
end repeat
end tell
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com