I have a script that's placed in the javascript folder.
In the online Acrobat SDK I read the following:
[i]When Acrobat is installed on your machine, it provides you with several standard folder level JavaScript files, [b]including JSByteCodeWin.bin[/b] (this file is a [b]pre-compiled script[/b] that supports the forms and annotation plug-ins) and debugger.js; these are in the App folder. Other JavaScript files in the App folder may be installed by third-party Acrobat plug-in developers.[/i]
It seems that not only .js files can be used but also .bin files. How can I create a .bin file myself.
I know plug-in's are usually written in c++ but since it's located in the javascript folder I assume that the scripts in this folder must be written in javascript.
Looking around, with Mr Googles help, I find a lot of javascript to exe tools but this is not what I need.
So ... can I create such a .bin file?
Luc
Acrobat will only read plain-text .JS files added by the user into the Javascripts folder. It will ignore all other files, including the JSXBIN format exported from ExtendScript Toolkit.