MergePdfMerge Method (String, String) |
Merges the specified PDF files into a PDF file on disk.
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic static void Merge(
string[] srcPdfFilePaths,
string destFilePath
)
Public Shared Sub Merge (
srcPdfFilePaths As String(),
destFilePath As String
)
Parameters
- srcPdfFilePaths
- Type: SystemString
The PDF files to be merged. - destFilePath
- Type: SystemString
The path to the PDF file resulted after merge.
See Also