Click or drag to resize

Document(String, String) Constructor

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

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

Parameters

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