Click or drag to resize

PdfMetamorphosisMergePDFFileToPDFFile Method

Merge two PDF files. Merge File1Path and DestFile file into a single DestFile.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public int MergePDFFileToPDFFile(
	string File1Path,
	string DestFile
)

Parameters

File1Path  String
Path to an existing PDF file
DestFile  String
Path to a second PDF file to merge the first file into

Return Value

Int32
0 - merged successfully
1 - error, can't merge PDF documents
2 - error, can't create output file, probably it used by another application
3 - merging failed
Remarks
If the second file does not already exist the component just copies the first file to a new name
See Also