Document(String, String) Constructor
Creates a PDF document object from an existing password protected PDF file.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Document(
string pdfFilePath,
string password
)
Public Sub New (
pdfFilePath As String,
password As String
)
public:
Document(
String^ pdfFilePath,
String^ password
)
new :
pdfFilePath : string *
password : string -> Document
Parameters
- pdfFilePath String
- The full path to the PDF file.
- password String
- The password to open the specified PDF document.