dcpdf_UseAltConversionMethod

Causes dcpdf_CreateTiffFromPDF to use an alternate conversion algorithm.

Member of namespace

dcpdf

Syntax

bool dcpdf_UseAltConversionMethod ()

Parameters

None.

Returns

Always True.

Level

Batch or Document level.

Details

There are two internal algorithms that are used to convert a PDF to a TIFF. This action enables the alternate algorithm. It is recommended that the alternate algorithm is used. Testing has shown that it produces cleaner TIFF images.

This action must be called prior to the dcpdf_CreateTiffFromPDF or dcpdf_CreateTiffFromPDF_CreateDocs actions.

Example:
dcpdf_UseAltConversionMethod()
dcpdf_CreateTiffFromPDF()