Click or drag to resize

PDFMergeAppendPDFFile Method (String)

Appends an existing PDF document

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

Parameters

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