Re: Print Setup problems in Quark
Re: Print Setup problems in Quark
- Subject: Re: Print Setup problems in Quark
- From: paul mccabe kampu <email@hidden>
- Date: Thu, 05 Jul 2001 23:42:34 -0400
- Organization: Kalsea Lane
Steve Kump wrote:
>
>
set print setup of document 1 to {orientation:"Landscape", paper
>
size:"11x17"}
>
print document 1
>
<SNIP>
>
Anything special I should know about scripting print settings in Quark that
>
might eliminate this?
It will help to first tell Quark what you're printing to...
then the orientation and paper size.
Something like this...
tell document 1 of application "QuarkXPress 4.11"
set print setup to {printer type:"Generic B&W"}
--change "Generic B&W" to the ppd of you're printer
set print setup to {orientation:landscape, paper size:"11x17"}
end tell
hth
--
Paul
http://homepage.mac.com/pkampu/ (*not for the faint of heart*)
"No, TRY not. do or do not. There is no TRY." --Yoda(on error handling)