FW: Paper size in QX
FW: Paper size in QX
- Subject: FW: Paper size in QX
- From: JJ <email@hidden>
- Date: Wed, 27 Jun 2001 21:09:11 +0200
>
Hi all,
>
>
I am trying to change the paper size in the print setup in a QX doc.
>
>
I can get the paper size and also the paper size list but I cannot
>
change it
>
>
AS just says: I can't set paper size of print setup of document 1 to
>
"A4"
>
The paper size list contains more settings and also "A4".
>
>
what I am doing wrong?
>
>
hier the script:
>
>
tell application "QuarkXpress"
>
tell document 1
>
copy "A4" to New_Paper_Size
>
set paper size of print setup to New_Paper_Size
>
end tell
>
end tell
>
"Paper size" is a PPD attribute (belongs to "printer type").
Are you sure that your selected "printer type" supports any paper size?
JJ