
Sign up to receive occasional email notifications of product updates and special offers.
A static object that represents the Nitro PDF Professional application.
Contains methods and properties for interfacing with the application as well as some for working with active documents in Nitro Pro.
Example: Gets the number of documents open in Nitro Pro and displays it in an alert message.
var nDocs = app.activeDocs.length;
app.alert("You have " + nDocs + " documents open.");
activeDocs
viewerType
viewerVersion
alert
browseForDoc
goBack
goForward
launchURL
mailMsg
newDoc
openDoc
response