Click or drag to resize

PDFMergeAppendPDFFile(String) Method

Appends an existing PDF document

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

Parameters

pdfFileFullPath  String
The full file path of the existing PDF document
See Also