Winnovative Logo

DocumentAppendDocument Method (Byte, String)

Winnovative Client for .NET Core
Appends the password protected PDF document given as parameter to the current document

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void AppendDocument(
	byte[] pdfData,
	string password
)

Parameters

pdfData
Type: SystemByte
The PDF document data
password
Type: SystemString
The password to open the appended PDF document
See Also

Reference