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 :

This Object - PDF JavaScript



Is a special keyword used in JavaScript that refers to the current object. For example, when running JavaScript when a document is open, using the this keyword is the same as using the doc keyword.

Example:

this.getField("fieldname"); 

would be the same as:

doc.fieldName("fieldname");

Properties & Methods

The this object supports all properties and methods included in the Acrobat JavaScript specification.