Click or drag to resize
Document Constructor (Stream, String)
Creates a PDF document from a stream cotaining a password protected PDF document. The specified password can be a user or owner password.

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

Parameters

pdfStream
Type: System.IOStream
The stream containing the PDF document.
pdfPassword
Type: SystemString
The password to open the specified PDF document.
See Also