Hi,
I'm developing an air application that load pdf and I want to interact with pdf through my application user interface. Now I'm able to change page, change zoom value and zoom type but I have some problem about activate "hand tool" and "dynamic zoom tool". I consulted Adobe "Javascript from Acrobat API Reference" and "Developing Acrobat Applications Using Javascript" guides but I didn't find nothing about.
Could you help me? Do you no if it's possible to enable/disable hand and dynamic zoom tools from pdf javascript?
Thanks but I tried it with a normal browser, then without air environment, but it doesn't work.
I test it with many permitted commands like "Print", "LastPage", ...
I'm using Reader 9 then it may be the cause...
I'm using one of the menu name that I found in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\8.0\FeatureLockDown\cDefaultExecMenuItems because I read at this url <http://www.adobe.com/devnet/acrobat/downloads/Acrobat8_SDK_readme.html> that not all commands are allowed.
My statement is this:
app.execMenuItem("NextPage");