Click or drag to resize
PDFMergeAppendPDFFile Method (String)
Appends an existing PDF document

Namespace: ExpertPdf.MergePdf
Assembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntax
public void AppendPDFFile(
	string pdfFileFullPath
)

Parameters

pdfFileFullPath
Type: SystemString
The full file path of the existing PDF document
See Also