• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Quark Spread Saving Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Quark Spread Saving Question
      • From: Shane Stanley <email@hidden>
  • Prev by Date: rtf and rtfd (Related to Getting at Some Hidden Clipboard Contents)
  • Next by Date: Re: Quark Spread Saving Question
  • Previous by thread: rtf and rtfd (Related to Getting at Some Hidden Clipboard Contents)
  • Next by thread: Re: Quark Spread Saving Question
  • Index(es):
    • Date
    • Thread