EVO HTML to PDF Converter

DocumentAppendDocument Method (Byte, String)

EVO PDF Client for Universal Windows Platform Documentation
Appends the password protected PDF document given as parameter to the current document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.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