Click or drag to resize

MergePdfMerge(String, String) Method

Merges the specified PDF files into a PDF file on disk.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public static void Merge(
	string[] srcPdfFilePaths,
	string destFilePath
)

Parameters

srcPdfFilePaths  String
The PDF files to be merged.
destFilePath  String
The path to the PDF file resulted after merge.
See Also