Skip to content

Export from Tiff Activity

The Export from Tiff activity extracts individual images from a multi-page TIFF file. It enables users to convert these extracted images into various standard image formats and save them to a specified output directory. This activity streamlines the process of breaking down complex TIFF documents into manageable image files.

Field Description Requirement
Tiff file name The full file path to the source TIFF file containing the images to be exported. Required
Output path The path to the folder where the extracted images will be saved. Required
Image type The desired output format for the extracted images. If not specified, the original TIFF format might be retained or a default format applied. Optional

Action Types & Examples

Image Type

  • Format: string (enum)
  • Example Result: "PNG"

Implementation Examples

Field Setup - Tiff file name: C:\Temp\myFile.tiff - Output path: C:\Temp - Image type: PNG

Execution Parameters

Technical Notes

The activity requires read access to the specified TIFF file and write access to the output directory. Supported Image type values include PNG, JPG, JPEG, TIFF, BMP, and GIF. Ensure the source TIFF file is valid and not corrupted for successful image extraction.