EVO HTML to PDF Converter

DocumentAppendDocument Method (String, String)

EVO PDF Client for .NET Documentation
Appends the password protected PDF file given as parameter to this document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void AppendDocument(
	string pdfFilePath,
	string password
)

Parameters

pdfFilePath
Type: SystemString
The PDF document to append full path
password
Type: SystemString
The password to open the appended PDF document
See Also

Reference