AppendAllImages

Appends all of the images in the document to the first page.

Syntax

bool AppendAllImages ()

Parameters

None.

Returns

True, if all of the TIFF images within the document have been appended to the end of the first TIFF image. Otherwise, False.

Level

Document level.

Details

This action will append (concatenate) all of the images within the document to the first image of the document, creating one long image. The result of the action will modify the first image in the document to become a single continuous image like this:
  • Page 1
  • Page 2
  • Page 3

If images are appended prior to recognition, the entire page area will be recognized and click-n-key enabled.

It is highly recommended that this action be used only documents that have a small number of pages, such as two or three pages per document. The size of the final composite image can quickly become larger than can be handled by some image viewers and possibly subsequent actions. To keep memory usage to a minimum, it is also recommended that 1-bit Black and White images are used.

Note: This action only operates on TIFF images.
Example:
AppendAllImages()