Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend Method (String)

Append PDF document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax
public void Append(
	string fileName
)

Parameters

fileName
Type: SystemString
The full path to the existing pdf document file.
See Also