Print postscript file in Quark 3 and OSX
Print postscript file in Quark 3 and OSX
- Subject: Print postscript file in Quark 3 and OSX
- From: "Kabbes, Dan" <email@hidden>
- Date: Thu, 26 Jan 2006 15:03:31 -0700
- Thread-topic: Print postscript file in Quark 3 and OSX
Title: Print postscript file in Quark 3 and OSX
I have some ancient processes that still need to run in Quark 3.32 (laugh or
cry with me), running in Classic on OSX ver 10.3. I now need to be able to
print a postscript file from Quark 3, but am having trouble. I searched
Quark's site and looked through the archives here, but I don't see any that
addressed doing this in OSX. Here is a rough snippet of what I am trying to
do:
With a document open:
set output to "Macintosh HD:Image Files:"
tell application "QuarkXPress"
activate
set theNumber to "123456.PS"
set theFile to output & theNumber
tell document 1
print PostScript file theFile
end tell
end tell
When I run this from the script editor, the print is not executed, and Quark
times out.
Any help is greatly appreciated.
Dan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden