Click or drag to resize

PdfToMarkdownConverter ConvertToMarkdown Method (String)

Convert to markdown document.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ConvertToMarkdown(
	string outputFilePath
)

Parameters

outputFilePath
Type: System String
The out file path.
See Also