Hi,
I have a pop up dialog box when my pdf is opened but
it shows the 'javascript window' notation which I dont like.
How do I make this go away? I read something about the javascript
having to be executed in a trusted context but how do I make my javascript
that executes on doc open execute in a trusted context? on a slightly different
note can I prevent the user from seeing,copying or modifying doc level javascripts?
Thanks
Securing the PDF will prevent people from being able to read your scripts, but unless you use a truly-secure method (such as LiveCycle DRM) it is relatively-trivial to bypass. Acrobat JS cannot be pre-compiled into JSX (as you can for example with Photoshop scripts).