Document(String, UInt32, String, String, String) Constructor

Creates a PDF document object from an existing password protected PDF file.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Document(
	string server,
	uint port,
	string servicePassword,
	string pdfFilePath,
	string password
)

Parameters

server  String
The IP address or host name of the HTML to PDF server
port  UInt32
The HTML to PDF server port number on host
servicePassword  String
The service password.
pdfFilePath  String
The full path to the PDF file.
password  String
The password to open the specified PDF document.

See Also