• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Acrobat 6 Prof Can't set to Millimeters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Mail.app message
  • Next by Date: Script to manually type clipboard.
  • Previous by thread: Re: Mail.app message
  • Next by thread: Script to manually type clipboard.
  • Index(es):
    • Date
    • Thread