Click or drag to resize

IPDFDocumentMerge Method (StringList)

Merge a list of PDFs into one PDF

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Merge(
	StringList slFilePaths
)

Parameters

slFilePaths
Type: NetQuarryStringList
A list of file paths for all the PDF files to merge. The files will be merged together in the order given by the list.

Return Value

Type: String
A single PDF with all PDFs from the list merged into it. If the list is empty, we return null.
See Also