Document(String, String) Constructor
Creates a PDF document object from an existing password protected PDF file.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Document(
string pdfFilePath,
string password
)
Public Sub New (
pdfFilePath As String,
password As String
)
Parameters
- pdfFilePath String
- The full path to the PDF file.
- password String
- The password to open the specified PDF document.