Re: Print postscript file in Quark 3 and OSX
Re: Print postscript file in Quark 3 and OSX
- Subject: Re: Print postscript file in Quark 3 and OSX
- From: Luca Bassini <email@hidden>
- Date: Fri, 27 Jan 2006 08:06:10 +0100
On 26/gen/06, at 23:03, Kabbes, Dan wrote:
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
Dan,
save your script as a Classic Application... It will be executed
cheers
Luca _______________________________________________
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