PDF Documents

(Available from version 7.1 to 7.6)

Use the PDF Documents built-in functions to interact with PDF documents and forms. Two sets of functions are provided:

  • With Acrobat Reader: Includes functions to read the text and file name from a specified PDF document that is currently open in Adobe Acrobat Reader.

  • Without Acrobat Reader: Includes functions to read text and form field names and values from PDF documents, and to enter values into PDF document form fields. These functions do not use Adobe Acrobat Reader, and therefore work faster than the functions under With Acrobat Reader.

The functions in the PDF Documents built-in service are intended for retrieving text from PDF files in which the data is saved as text, for example, PDF forms that were completed electronically. For retrieving text from PDF files that contain images of text, for example, scanned forms that have been completed by hand, use the Advanced PDF Object type and its methods.

With Acrobat Reader

The functions in the With Acrobat Reader library allow you to read the text and file name from a PDF document that is currently open in Adobe Acrobat Reader. Additional functions are provided to get the window handle values of the Acrobat Reader windows.

Preparing Acrobat Reader

To use the functions available in the With Acrobat Reader library, accessibility options must be configured in Acrobat Reader.

To configure Adobe Acrobat Reader accessibility options:

  1. Open Adobe Acrobat Reader.

  2. Click Edit > Accessibility > Setup Assistance.

  3. Click Use recommended settings and skip setup.

Example for PDF Documents - With Acrobat Reader

An example workflow is presented for each function described below. All workflows are included in a sample project.

Functions

Without Acrobat Reader

Example for PDF Documents - Without Acrobat Reader

An example workflow is presented for each function described below. All workflows are included in a sample project.

Functions