PdfToMarkdownConverter Constructor (String, String)
|
Construct a new converter.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfToMarkdownConverter(
string filePath,
string password
)
Public Sub New (
filePath As String,
password As String
)
public:
PdfToMarkdownConverter(
String^ filePath,
String^ password
)
new :
filePath : string *
password : string -> PdfToMarkdownConverter
Parameters
-
filePath
-
Type:
System
String
The pdf file path.
-
password
-
Type:
System
String
The pdf file password.
See Also