QuarkXpress save spread as EPS ?
QuarkXpress save spread as EPS ?
- Subject: QuarkXpress save spread as EPS ?
- From: "Andrew Parris" <email@hidden>
- Date: Thu, 6 Feb 2003 14:52:29 -0000
- Thread-topic: QuarkXpress save spread as EPS ?
Hello all,
Would any of you know if its possible to save a spread from Xpress 4.11 as an EPS via applescript? I can save a single page successfully but adding ' as spread ' (a guess at syntax) makes no difference. Any ideas ?
Heres what I have (it only saves the first page) :
tell application "QuarkXPress"
set myfile to (choose file name with prompt "select name for new file")
set pagetoexport to text returned of (display dialog "Which page would you like Exported ?" default answer "2")
save page pagetoexport of front document as spread EPS format Mac color in myfile
close documents
end tell
Changing the save line to :
save (pages 2 thru 3 of front document) as spread EPS format Mac color in myfile
makes no difference either....
Thanks for any help you can offer
BBCi at
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system, do
not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. Further communication will
signify your consent to this.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.