Please enable JavaScript to view this site.

TIFF Image Printer

Description

Enables or disables the text extraction options.Text extraction creates a separate text file containing all of the textual elements of your printed documents. The text extraction files are stored in the same location as the output files, with the same name and the .txt extension.

The text extraction feature was not designed to be Optical Character Recognition (OCR) software. Only straight text will be extracted and formatting of the text file may not be exact. To run OCR, see the OCR options tab in the profile.

Text extraction can also be enabled or disabled using the SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.

Syntax

expression.SetTextExtractionOn(Enable)

where expression is an IPNSession object.

Parameters

Boolean Enable

Set True to enable any text extraction options, False to disable them.

Remarks

Use the following to set this option using SetProperty:

Method Parameter

SetProperty Parameters

Enable

SectionName:

Advanced Features

PropertyName:

Extract Text

varValue:

VT_BOOL

Supported Printers: TIFF Image Printer, PDF Image Printer, Raster Image Printer

See Also: SetTextExtractionOptions SetProperty