CIB image toolbox technical manual
5. Properties details
5.5. OutputFileNamePatterns
Property-Name |
Data type |
Type |
OutputFileNamePatterns |
String |
Set |
With this property a pattern for output filenames can be specified.
Per pageselection there is one pattern. If no pattern is preset, a unique name is generated that also contains a number pattern for multipage files. Placeholder for numbers is the hashtag “#”, where if there are several # Symbols, zeros are filled from the left. That means: “###” leads to “000” - “099”, but the value is not limited to the number of digits as represented by # Symbols. So the value for a placeholder “###” could be “123456789”.
This value can optionally contain a relative directory (e.g. “output\manipulatedImage”). However the directory must be ‘relative’ specified.
Syntax
OutputFileNamePatterns=<pattern>[;<pattern>]
<pattern>:<Patternname>_###.<ext>
<ext>: Supported image formats
Example
OutputFileNamePatterns=pattern_png_###.tif