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:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.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