PdfMetamorphosisMergePDFFileArrayToPDFStream Method |
Merge several PDF files into a single document as byte stream
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.2.25
Syntaxpublic byte[] MergePDFFileArrayToPDFStream(
string[] Files
)
Public Function MergePDFFileArrayToPDFStream (
Files As String()
) As Byte()
Parameters
- Files String
- Array of paths to PDF documents
Return Value
ByteSingle PDF document as byte array or null in case of merging failed
See Also