Merge two or more PDF files.
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
public void Merge( string[] inputFileNames, string outputFileName, string printerName, int timeoutMilliseconds )
Parameters
- inputFileNames
- Type: SystemString
Array of files to merge. - outputFileName
- Type: SystemString
Path of output file. - printerName
- Type: SystemString
Name of PDF printer. - timeoutMilliseconds
- Type: SystemInt32
Timeout in milliseconds for external processes launched during the merge operation.
See Also