is it possible to protect its own code in Acrobat from view? For example I seen documents where the DocumentJavaScript in JavaScript Toolbar is locked, how to do that or are there maybe other…
I implemented a script for switching on and off a lot of lists of my pdf layers to the same time. The Acrobat crashes when I use it with big PDFs, around 60 layers. At first I though it would be an…
Thanks! I'll try.
I am implementing a function, which hides/shows (state=true/false) the layers. In order to show the sibling layers the parent layer should be shown as well. Otherwise a hint comes, that the parent…
Dear all, is it possible to export layers name( this.getOCGs()[i].name ) using JS to an external file(csv, xml etc.) in order to put the names into an excel file? Thanks and regards, Alex
Hi, how to show the "javascript window" with my custom buttons again after it has been closed? I have a submenu with menu item (supposed "Show Buttons"), which calls a function for generating of…
Is it possible to execute short cuts using JS? or event call the marquee zoom by click on the custom button created with JS (app.addToolButton({...})? It would be nice, that all buttons/functions…
Dear All, as mentioned in this thread (initialize dialog with img) there is bug in Acrobat XI to show an image in a dialog box crated using JS. Are there other possibilities to show the image in a…
Hi, I try to build the starter plugin using Xcode 4.5 in MacOs 10.7. Steps, which I done: 1. create a new Framework Library- > C/C++ Library - is it right? 2. Imported the Starter folder into…
Hi, I want to start plugin developing, as I have experience with C/C++ and want to extend some functions in Acrobat, like additional main menu, image importing etc. During the reading about…
