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 static void Merge( string[] inputFileNames, string outputFileName, string printerName, int timeoutMilliseconds, bool embedAllFonts )
Parameters
- inputFileNames
- Type:System.String[]
Array of files to merge. - outputFileName
- Type: System.String
Path of output file. - printerName
- Type: System.String
Name of PDF printer. - timeoutMilliseconds
- Type: System.Int32
Timeout in milliseconds for external processes launched during the merge operation. - embedAllFonts
- Type: System.Boolean
Should all fonts be embedded in the merged PDF?
See Also