Creates a PDF document from a stream cotaining a password protected PDF document. The specified password can be a user or owner password.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Document(
	Stream pdfStream,
	string pdfPassword
)
Visual Basic
Public Sub New ( 
	pdfStream As Stream,
	pdfPassword As String
)
Visual C++
public:
Document(
	Stream^ pdfStream, 
	String^ pdfPassword
)

Parameters

pdfStream
Type: System.IO..::..Stream
The stream containing the PDF document.
pdfPassword
Type: System..::..String
The password to open the specified PDF document.

See Also