Re: Converting Measurements in Quark?
Re: Converting Measurements in Quark?
- Subject: Re: Converting Measurements in Quark?
- From: David Lloyd <email@hidden>
- Date: Sat, 17 Nov 2001 18:23:42 +1100
>
I would like to know if anybody knows how to make applescript that will
>
create a new document and convert (if already in inches) from inches to
>
picas. And then back to inches at the end of the script. Well, I can
>
create a new document, it's just the convert part I'm having problems
>
with.
I only just saw this on the the other list... :)
-----
tell application "QuarkXPress 4.11"
make new document at beginning with [opt-L]
properties {page height:11, page width:8.5}
tell document 1
set horizontal measure to picas
set vertical measure to picas
end tell
end tell
-----
The QuarkXPress application prefs remain at whatever they were...
David L.
---------------------------------
email: email@hidden
web:
http://www.kanzu.com
---------------------------------