Syntax for setting print options in Quark 4
Syntax for setting print options in Quark 4
- Subject: Syntax for setting print options in Quark 4
- From: Andre Boey <email@hidden>
- Date: Tue, 2 Mar 2004 11:50:32 -0500
I have a script that does some batch processing of Quark files in OS 9. I
want to add printing, but I'm having trouble with the syntax for setting the
print options. For instance, what's the best way to select the printer,
paper size, paper width, orientation, spreads, registration, bleed, etc. for
each file that's processed? Individually? As a properties record? Better
yet, is there a way to specify a predefined print style that's already set
up?
The printing subroutine is simply:
on PrintQXPfile(thisFile)
tell application "QuarkXPress(tm) 4.11"
open file thisFile
tell document 1
--SET THE PRINT OPTIONS HERE
print
end tell
close document 1 saving no
end tell
end PrintQXPfile
Thanks,
Andre
------------------------------------------------------------------------------------------------------
Please note The Orvis Company, Inc. e-mail system has scanned
this e-mail in an attempt to isolate inappropriate business content.
IMPORTANT:
To help protect against electronic viruses, please do not open
attachments from unrecognized senders.
Contact Customer Service for information regarding orders,
returns or Orvis products at 1-800-541-3541.
Contact the Orvis Technology Help Desk for information regarding
e-mail virus and content scanning at 540-983-4261.
Orvis donates 5% of pre-tax profits annually to organizations
that protect fish and wildlife habitat.
-------------------------------------------------------------------------------------------------------
_______________________________________________
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.