DocumentAppendDocument(String, String) Method

Appends the password protected PDF file given as parameter to this document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AppendDocument(
	string pdfFilePath,
	string password
)

Parameters

pdfFilePath  String
The PDF document to append full path
password  String
The password to open the appended PDF document

See Also