SplitMultipageTiff

Creates separate images for each page in a multipage Tiff file.

Member of namespace

Convert

Syntax

bool SplitMultipageTiff ()

Parameters

None.

Returns

True if the file is successfully converted to a TIFF document.

False if the current page is not a TIFF or if there is a failure in the conversion.

If the number of input files/pages exceeds the maximum allowed or if there is a failure in the conversion, the batch is set to abort.

Level

Page level.

Details

If the current page is a TIFF, the file is converted to multiple TIFF files, one TIFF file for each page within the document. If the input page was a single page TIFF file, a single page TIFF is still be output.

Each new TIFF also has a new page created within the application environment which can be processed by subsequent rules. The original file name from which the page was extracted is stored in the ParentImage variable, for possible future reference in your application.

If the input TIFF has a bit depth of 1 (black and white), then the output compression is set to group 4 fax. If the input TIFF has a bit depth greater than 1, then the output compression is uncompressed.

Example:
SplitMultipageTiff()