MergePDFs(File1: String, File2: String[, File3: String, ...]): String - OR -
MergePDFs(FileStringList: StringList): String
Merge PDFs function merges Accredo generated PDF files in the order they are listed, and saves the merged file with the name of File1. Subsequent merged files are deleted. If no directory is supplied, the system path will be used as the directory.
Returns the name of the consolidated file.
MergePDFs function syntax has these named arguments:
Parameter |
Description |
|---|---|
File1, File2 |
Required. The names of the first two files to be merged. |
File3 to File n |
Optional. The names of additional files to be merged. |
- OR -
Parameter |
Description |
|---|---|
File String List |
Required. A StringList Object containing the names of the files to be merged. |