Click or drag to resize

PdfDocument MergeFiles Method (String, String)

Note: This API is now obsolete.

Merges the PDF documents specified by the paths.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future, please use MergeFiles(string[] inputFiles) method instead.")]
public static PdfDocumentBase MergeFiles(
	string firstInputFile,
	string secInputFile
)

Parameters

firstInputFile
Type: System String
secInputFile
Type: System String

Return Value

Type: PdfDocumentBase
A new PDF document containing all merged documents.
See Also