Alexito
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…
in JavaScript
Alexito
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…
in JavaScript
Alexito
In order to reduce memory consuming I would try to delete JavaScript objects, arrays in my code, when they are not used more. Usually garbage collector deletes the objects without any references to…
in JavaScript
Alexito
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…
in JavaScript
Alexito
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
in JavaScript
Alexito
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…
in JavaScript
Alexito
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…
in JavaScript
Alexito
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…
in JavaScript
Alexito
Dear all,   Is it possible to cut an image from a layer? I cannot find it in documentation . I am going to implement legend for a pdf with maps. The problem by placing legend into pdf is, that it…
in Acrobat SDK
Alexito
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…
in Acrobat SDK
Alexito
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…
in Acrobat SDK
Load more items