Paper Size in QX
Paper Size in QX
- Subject: Paper Size in QX
- From: Alberto Salvagnini <email@hidden>
- Date: Wed, 30 Jan 2002 17:20:53 +0100
Hi all,
Can someone tell me what is happening?
tell application "QuarkXPress"
get paper size of print setup of document 1
end tell
->"A3"
tell application "QuarkXPress"
set paper size of print setup of document 1 to "A3"
end tell
error -10006 (apple event write denied)
The paper size list is:
{
"US Letter",
"US Letter.Transverse",
"US Legal",
"Tabloid",
"TabloidExtra",
"12x17.3",
"A3",
"A4",
"A4.Transverse",
"B4"
}
Why I cannot set the paper size? If I can do that manually why not with a
script?
Thanks for help :)
Alberto