Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Merging of Files

MergePdf()

This function merges all source files of type PDF into one whole PDF file.

The default name of the target file is %FileBaseName%.multi.pdf; here, the name of the first source file is used.

Parameter

Data Type

Description

1

Text

2

Text

Examples

MergePdf("test.pdf|*.pdf") merges all PDF file attachments into one file named test.multi.pdf. By explicitly specifying test.pdf as the first name pattern, you define that this file is placed at the beginning of the target file.

MergeTiff()

This function merges all source files of the type TIFF, including multi-page TIFF, into one whole multi-page TIFF file.

The default name for the target file is %FileBaseName%.multi.%FileExt%; here, the name of the first source file is used.

Parameter

Data Type

Description

1

Text

2

Text

Examples

MergeTiff("test.tif|*.tif") merges all TIFF file attachments into one file named test.multi.tif. By explicitly specifying test.tif as the first name pattern, you define that this file is placed at the beginning of the target file.