RE: Setting Page Setup in Quark
RE: Setting Page Setup in Quark
- Subject: RE: Setting Page Setup in Quark
- From: "Wadson, David" <email@hidden>
- Date: Fri, 2 May 2003 14:33:38 -0400
You might have to add:
set paper size to "Custom"
before you set the paper width. Quark 3.32 wasn't as particular about that
but Quark 4 & 5 need you to do that, otherwise it will usually default to a
specific paper size and the Custom box is dimmed out.
>
----------
>
From: Frank W. Walker
>
Sent: Friday, May 2, 2003 12:34 PM
>
To: Applescript Users (E-mail)
>
Subject: RE: Setting Page Setup in Quark
>
>
Thanks, this works great for Quark 3.32, which I have, but doesn't seem to
>
for Quark 4.11, which my co-workers have.
>
Can I do it with Quark 4.11?
>
>
Thanks,
>
Frank
>
>
> ----------
>
> From: Wadson, David
>
> Sent: Thursday, May 1, 2003 9:30 AM
>
> To: Frank W. Walker
>
> Subject: RE: Setting Page Setup in Quark
>
>
>
> tell application "QuarkXPress(tm) 3.32"
>
> tell front document
>
> set paperWidth to width of bounds of page 1
>
> tell print setup
>
> set paper width to paperWidth
>
> end tell
>
> end tell
>
> end tell
>
>
>
> > ----------
>
> > From: Frank W. Walker
>
> > Sent: Wednesday, April 30, 2003 5:02 PM
>
> > To: email@hidden
>
> > Subject: Setting Page Setup in Quark
>
> >
>
> > Hi,
>
> >
>
> > I'm writing a script to make postscripts and I need to do one of the
>
> > following.
>
> >
>
> > Either:
>
> >
>
> > A. Set the "page setup" page width of a Quark document to a set
>
value,
>
> >
>
> > or:
>
> >
>
> > B. Set the "page setup" page width of a Quark document to the
>
"document
>
> > setup" document width
>
> >
>
> > Can this be done?
>
> >
>
> > Frank Walker
>
> > Classified Production Manager
>
> > Patuxent Publishing Company
>
> > 410-730-3990 ext 1306
>
> > email@hidden
>
> > _______________________________________________
>
> > 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.
>
_______________________________________________
>
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.
_______________________________________________
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.