bool MergePDFs (object sourceFileList, string targetFilePath)
This merges a set of PDFs and/or PostScript files into one PDF.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
sourceFileList | List of source files. |
targetFilePath | Full pathname of the target file. |
Returns:
True if it succeeds, false if it fails.
Last modified date: 10/14/2020