Quark Spread Saving Question
Quark Spread Saving Question
- Subject: Quark Spread Saving Question
- From: Oakley Masten <email@hidden>
- Date: Fri, 6 Apr 2007 13:51:57 -0700 (PDT)
The Following does not work. WHY?
property Qdocname : {}
property NewQdocname : {}
--get name of current Quark doc
tell application "QuarkXPress"
tell document 1
set Qdocname to name
end tell
end tell
--Create New naming process
set NewQdocname to Qdocname & "_" & "S3" --spread 3
--Get path to HD
set theHD to (path to startup disk as string)
--Save spread 3 out of 4 spreads as a separate file
tell application "QuarkXPress"
ignoring application responses
--save document 1 in (thePath & NewQdocname)
tell document 1
tell spread 3
save in (theHD & NewQdocname)
end tell
end tell
end ignoring
--close document 1 without saving
end tell
It saves a file to the Hard Drive but it is much
larger than the original and can not be opened with
quark.
Thanks in advance for any insight on this
Oakley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden