PdfMetamorphosisMergePDFFileToPDFFile Method |
Merge two PDF files. Merge File1Path and DestFile file into a single DestFile.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.2.25
Syntaxpublic int MergePDFFileToPDFFile(
string File1Path,
string DestFile
)
Public Function MergePDFFileToPDFFile (
File1Path As String,
DestFile As String
) As Integer
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
Int320 - 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
RemarksIf the second file does not already exist the component just copies the first file to a new name
See Also