Combine a list of PDF Files (as Byte Arrays) into one merged PDF File and save to the specified Filename.

Syntax

ISPdfUtilities.CombinePdfByteArraysToPdfFile(pdfFileContents, fileName, [openPassword], [ownerPassword], [securityPermissions])

Parameters

NameTypeOptionalByRefDescription
pdfFileContents List(Of Byte()) A list of PDF File Byte arrays to combine.
fileName String The Filename to save to.
openPassword String Optional Optional password to open the PDF file.
ownerPassword String Optional Optional password to open the PDF file with full Permissions.
securityPermissions isePdfSaveSecurityPermissions Optional Optional permissions to apply to the PDF file. If omitted, a value of isePdfSaveSecurityPermissions.All is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISPdfUtilities
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0