RE: Quark 4.11 print setup paper size
RE: Quark 4.11 print setup paper size
- Subject: RE: Quark 4.11 print setup paper size
- From: Ed Stockly <email@hidden>
- Date: Wed, 21 Feb 2001 09:55:18 -0800
>
> I've run into a roadblock setting the paper size and printer type in
>
> Quark 4.11. I can set other features of the print setup record, such
>
> as page gap, but get an error when trying to set the paper size.
>
tell application "QuarkXPress"
tell document 1
set availableSizes to paper size list of print setup
set currentSize to paper size of print setup
set paper size of print setup to "Letter"
end tell
end tell
This used to work, but I believe it was one of the things broken in 4.0. I
don't know if it was fixed in 4.1. Also, it depends on the paper sizes
Quark finds in the PPD and/or PDF files so a res-edit hack may be needed.
HTH
ES
-- <
http://justapplescript.weblogs.com/>
-- <
http://justapplescript.weblogs.com/AppleScriptLearningResources>
-- Feedback welcome, join today!