MarkdownConverterOptions

MarkdownConverterOptions

Overview

MarkdownConverterOptions is a class in Aspose.PDF FOSS for .NET.

Options for PDF-to-Markdown conversion.

Properties: H1Threshold, H2Threshold, H3Threshold, ImageOutputDirectory, IncludeTables, PageBreak.

Properties

NameTypeAccessDescription
H1ThresholddoubleRead/WriteMinimum font size to classify as H1.
H2ThresholddoubleRead/WriteMinimum font size to classify as H2.
H3ThresholddoubleRead/WriteMinimum font size to classify as H3.
IncludeTablesboolRead/WriteWhether to detect and format tables.
PageBreakstringRead/WriteString to insert between pages.
ImageOutputDirectorystring?Read/WriteDirectory path for saving extracted images.

See Also