Click or drag to resize

PdfMetamorphosisMergePDFFileArrayToPDFStream Method

Merge several PDF files into a single document as byte stream

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public byte[] MergePDFFileArrayToPDFStream(
	string[] Files
)

Parameters

Files  String
Array of paths to PDF documents

Return Value

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