Re: Converting Measurements in Quark?
Re: Converting Measurements in Quark?
- Subject: Re: Converting Measurements in Quark?
- From: Shane Stanley <email@hidden>
- Date: Sat, 17 Nov 2001 14:22:38 +1100
On 17/11/01 11:01 AM +1000, Carlos Cavazos, email@hidden, wrote:
>
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.
tell application "QuarkXPress 4.11"
tell document 1
set oldHor to horizontal measure
set oldVert to vertical measure
set properties to {horizontal measure:picas, vertical measure:picas}
-- do your stuff
set properties to {horizontal measure:oldHor, vertical measure:oldVert}
end tell
end tell
--
Shane Stanley, email@hidden