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 :

Indentify Object - PDF JavaScript



This object holds information about the current user who is logged onto the machine using Nitro PDF Professional. You can view this information in Nitro Pro preferences as well.

Example: This JavaScript gets the login name of the user and stores it in a global variable (called login) that can be used by any other JavaScript. Because the identity object is only permitted during the console, menu, application initialization and batch events, this would be ideal to be in a folder level JavaScript file (.js) that was executed when Nitro Pro starts.

global.login = identity.loginName;

Properties

corporation
email
loginName
name