Click or drag to resize
ConverterConvertHTML Method (String, String, MarkdownSaveOptions, String)
Convert html source to markdown. Result is md file.

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static void ConvertHTML(
	string content,
	string baseUri,
	MarkdownSaveOptions options,
	string outputPath
)

Parameters

content
Type: SystemString
Inline string html content.
baseUri
Type: SystemString
The base URI of the document.
options
Type: Aspose.Html.SavingMarkdownSaveOptions
Conversion options.
outputPath
Type: SystemString
Output file path.
See Also