hmFree_Tiff Split

hmFree_Tiff Split(path) -> pages

Parameter          Type              Description
path               Text          ->  Path to the Tiff file
pages              Longint       <-  Number of generated pages

Description

The command hmFree_Tiff Split splits a TIFF document, defined by path into its pages. The number of pages is returned. Each page is split into a separate TIFF files with one page.
The result PDF files are named by the inputfile plus the page number.

Example

Input file is Macintosh HD:mypicture.tif

The result files are:

Macintosh HD:mypicture.tif1
Macintosh HD:mypicture.tif2
Macintosh HD:mypicture.tif3