Click or drag to resize

PdfVisionMergePdf(String, String) Method

Merges two PDF files. Merges File1Path and DestFile file into single DestFile.

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.12.6
Syntax
public int MergePdf(
	string sourceFile,
	string destFile
)

Parameters

sourceFile  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