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.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Document(
Stream pdfStream,
string password
)
Public Sub New (
pdfStream As Stream,
password As String
)
Parameters
- pdfStream Stream
- The stream containing the PDF document.
- password String
- The password to open the specified PDF document.