Acrobat 6 Prof Can't set to Millimeters
Acrobat 6 Prof Can't set to Millimeters
- Subject: Acrobat 6 Prof Can't set to Millimeters
- From: Dieter May <email@hidden>
- Date: Mon, 11 Aug 2003 18:46:38 +0200
Is this a bug?
I can not change the measurment units to "Millimeters" in Acrobat 6 Professional.
With Acrobat 5 und Quickeys I used a similar Script to switch Points and Millimeters:
tell application "Acrobat 6.0 Professional"
set MyUnits to (page units)
if MyUnits is "Millimeters" then
set page units to "Points"
else
set page units to "Millimeters"
end if
end tell
set page units to "Inches" works, but I am a German...
Perhaps somebody know how to do this with Java Script?
Greetings
Dieter
_______________________________________________
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.