Document(String, String, String) Constructor
Creates a PDF document object from an existing password protected PDF file.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
string server,
string pdfFilePath,
string password
)
Public Sub New (
server As String,
pdfFilePath As String,
password As String
)
Parameters
- server String
- The IP address or host name of the HTML to PDF server
- pdfFilePath String
- The full path to the PDF file.
- password String
- The password to open the specified PDF document.