Click or drag to resize
Document Constructor (String, String)
Creates a PDF Document object from an existing password protected PDF file.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public Document(
	string pdfFileName,
	string pdfPassword
)

Parameters

pdfFileName
Type: SystemString
The full path to the PDF file.
pdfPassword
Type: SystemString
The password to open the specified PDF document.
See Also