Click or drag to resize

PdfToMarkdownConverter Constructor (Stream, 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(
	Stream fileStream,
	string password
)

Parameters

fileStream
Type: System.IO Stream
The pdf file stream.
password
Type: System String
The pdf file password.
See Also