PdfDocumentFromFile(String, UInt32, String, String, String) Method

Loads a password protected PDF document from a file and returns the created PDF document using a server password

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public static PdfDocument FromFile(
	string server,
	uint port,
	string serverPassword,
	string file,
	string password
)

Parameters

server  String
The server IP or name
port  UInt32
The server port number
serverPassword  String
The server password
file  String
The file from where to load the PDF document
password  String
The PDF document password

Return Value

PdfDocument
The loaded PDF document

See Also