Hello,
I'm new to Acrobat javascript scripting, and I'm wondering out what can be achieved using what is called in Adobe Reader "highly privileged javascript".
Actually, I have created a certified pdf document, for which I have enable trustfullness into the Adobe Reader configuration (in the Manage trusted entities menu).
In this menu, there is a checkbox which allows privileged JS execution for the mentioned certificate.
Nevertheless, as I'm experimenting a few functions, it seems to me that nearly nothing could be achieved at a document level.
Looking at the JS API, almost every interesting functions require to be executed from a console event, or from a javascripts folder.
In the end, it feels like I can do nothing more with a high privilege ranking than with classic execution rights...
So I would like to know what can be concretely achieved from a js-allowed-trusted-certified-pdf in the free Adobe Reader at a document level.
Is it possible to do some file saving operations? some file importing? Can it be possible to connect to web services?
Thanks
Reader has certain limitations because Adobe has decided not to allow Reader to do certain things (like saving, commenting. etc.) Some of these restricted methods can be enabled in Reader by granting usage rights to the document. Acrobat (8, 9) can be used to grant some usage rights (like saving), and Adobe's LiveCycle Reader Extensions product can be used to grant much more.
So, to get restricted JavaScript methods working in Reader, it may take increasing privilege context, granting usage rights, or both. In the Acrobat JavaScript reference, check out the Quick Bar above each method to give you an idea what's required.
George