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