Click or drag to resize

PdfVisionMergePdf(String) Method

Merges different PDF files into single PDF

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2025.3.28
Syntax
public byte[] MergePdf(
	string[] inpFiles
)

Parameters

inpFiles  String
Array with paths to PDF documents

Return Value

Byte
Single PDF document as byte array - in case of merging successfully
null - in case of merging failed
See Also