Skip to content
  • There are no suggestions because the search field is empty.

App Object

A static object that represents the PDF viewer application.

Contains methods and properties for interfacing with the application as well as some for working with active documents.

Example: Gets the number of documents open and displays it in an alert message.

var nDocs = app.activeDocs.length;

app.alert(" You have "  + nDocs + "  documents open." );

Properties
activeDocs
formsVersion
platform
viewerType
viewerVersion


Methods
alert
browseForDoc
goBack
goForward
launchURL
mailMsg
newDoc
openDoc
response