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
| Name | Type | Access | Description |
|---|---|---|---|
H1Threshold | double | Read/Write | Minimum font size to classify as H1. |
H2Threshold | double | Read/Write | Minimum font size to classify as H2. |
H3Threshold | double | Read/Write | Minimum font size to classify as H3. |
IncludeTables | bool | Read/Write | Whether to detect and format tables. |
PageBreak | string | Read/Write | String to insert between pages. |
ImageOutputDirectory | string? | Read/Write | Directory path for saving extracted images. |