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 typevalues includePNG,JPG,JPEG,TIFF,BMP, andGIF. Ensure the source TIFF file is valid and not corrupted for successful image extraction.