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: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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