Nitro PDF Professional: Create and change PDFs with the original Acrobat alternative.
Download Free Trial Buy
Overview
Features
Compare

Achieve substantial savings when you buy 11 or more Nitro PDF Professional licenses.

Volume licensing at a glance

Special offers and updates

Sign up to receive occasional email notifications of product updates and special offers.


Your email :

App Object - PDF JavaScript



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.");

Properties

activeDocs
viewerType
viewerVersion

Methods

alert
browseForDoc
goBack
goForward
launchURL
mailMsg
newDoc
openDoc
response