Re: Syntax for setting print options in Quark 4
Re: Syntax for setting print options in Quark 4
- Subject: Re: Syntax for setting print options in Quark 4
- From: Dave Balderstone <email@hidden>
- Date: Tue, 02 Mar 2004 11:19:51 -0600
On 2-Mar-04, at 10:50 AM, Andre Boey wrote:
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?
Here's a start:
---
tell application "QuarkXPress 4.11"
tell document 1
tell print setup
get properties of print setup
set printer type to "Generic Imagesetter"
set reduce or enlarge to 97
set orientation to landscape
set resolution to 1200
set data format to binary data
set halftone screen to 100
set font substitution to false
set text smoothing to false
set graphics smoothing to false
set larger print area to false
set paper offset to 0
set paper width to "25.5\""
set page gap to 0
set flip horizontal to false
set flip vertical to false
set invert image to false
set alignment to false
set unlimited downloadable fonts to false
set use PDF screen values to false
end tell
end tell
end tell
---
_______________________________________________
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.