Click or drag to resize

IPDFDocumentAppend Method (String, String)

Appends one PDF file to another.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Append(
	string fileNameA,
	string fileNameB
)

Parameters

fileNameA
Type: SystemString
The first file to append. This file will appear before the 2nd file in the appended PDF document.
fileNameB
Type: SystemString
The second file to append.

Return Value

Type: String
The file name of the PDF file created.
See Also