Merge two or more PDF files.
This function requires that you have pdftk.exe installed in your PDF writer application folder.
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
public void Merge2( string inputFileNames, string outputFileName, string printerName, int timeoutMilliseconds )
Parameters
- inputFileNames
- Type: SystemString
Files to merge. Each file name must be separated by the | (pipe) character. Ex. A.pdf|B.pdf|C.pdf - 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