Re: Printing Quark Plates
Re: Printing Quark Plates
- Subject: Re: Printing Quark Plates
- From: Bill Metzinger <email@hidden>
- Date: Wed, 24 Jul 2002 15:16:44 -0400
On Wednesday, July 24, 2002, at 03:07 PM, David Blishen wrote:
Have you tried something like
tell application "QuarkXPress"
activate
tell document 1
Repeat with x from 1 to (count of pages)
Print page x plates {"TYPE"}
end
end tell
end tell
Just a thought....
I did think of it and it works fine, however, there is a print job sent
for each one of those pages and I have hundreds of pages to print among
two dozen other users who may be printing their own hundred print jobs.
Did my page 57 come out yet....
Thanks for posting
Bill
_______________________________________________
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.