Re: Applescripting Acrobat Menu Items
Re: Applescripting Acrobat Menu Items
- Subject: Re: Applescripting Acrobat Menu Items
- From: Shane Stanley <email@hidden>
- Date: Wed, 29 Oct 2003 08:33:18 +1100
On Oct 29, 2003, at 3:37 AM, Christopher MJ Tangora wrote:
I have never done this before, so I am hoping somebody can give me
some advice or point me in the right direction...
I am try to get applescript to do the "Rotate" from the "Pages" of the
"Document" menu of Acrobat 6 running on 10.2.8
Every time I try the "execute" part of the script it does not work,
saying that Acrobat does not recognize the command "execute". But it
is in the dictionary.
What would the correct style or phrasing for activating the nested
"rotate" menu be? And just to be safe, assuming this works, how do I
choose the settings of the menu that opens up?
Forget about driving menus -- that's something you do as a last resort.
What you want to do is set the rotation property of a page or pages:
set rotation of every page to 90
--
Shane Stanley <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.