These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

What is Acrobat JavaScript?

sohel2009
Registered: Sep 16 2009
Posts: 2

Acrobat JavaScript is a language based on the core of JavaScript version 1.5 of ISO-16262, formerly known as ECMAScript, an object-oriented scripting language developed by Netscape Communications. JavaScript was created to offload Web page processing from a server onto a client in Web-based applications. Acrobat JavaScript implements extensions, in the form of new objects and their accompanying methods and properties, to the JavaScript language. These Acrobat-specific objects enable a developer to manage document security, communicate with a database, handle file attachments, manipulate a PDF file so that it behaves as an interactive, web-enabled form, and so on. Because the Acrobat-specific objects are added on top of core JavaScript, you still have access to its standard classes, including Math , String , Date , Array , and RegExp

-------------------------------
[url=http://www.formationsdistance.com/Formation-distance-Algerie.asp
]Formation distance Algerie[/url]

My Product Information:
Acrobat Standard 9.1.3, Windows
gavin2u
Registered: Jul 3 2009
Posts: 76
useful info, huh :)