Document(Stream, String) Constructor

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public Document(
	Stream pdfStream,
	string password
)

Parameters

pdfStream  Stream
The stream containing the PDF document.
password  String
The password to open the specified PDF document.

See Also