| Interface | Description |
|---|---|
| IImageExportStrategy |
Defines a strategy for handling image export during document-to-Markdown conversion.
|
| Class | Description |
|---|---|
| CustomImageSavingArgs |
Provides information and controls for saving a single image during document-to-Markdown conversion.
|
| CustomImagesStrategy |
Implements an image export strategy that gives you full control over how images are saved during conversion.
|
| ExportImagesAsBase64Strategy |
Implements an image export strategy that embeds images as Base64 strings directly in the Markdown.
|
| ExportImagesToFileSystemStrategy |
Saves images to a folder on disk during conversion.
|
| ImageExportContext |
Contains information about a single image encountered during conversion.
|
| License |
Provides methods to license the component.
|
| LoadOptions |
Specifies additional options for loading a document,
such as an explicit file format or a password for encrypted files.
|
| MarkdownConverter | |
| Metered |
Provides methods for applying Metered license.
|
| SkipImagesStrategy |
Implements an image export strategy that skips saving images during document conversion.
|
| Enum | Description |
|---|---|
| FileFormat |
Specifies a document file format.
|
| Exception | Description |
|---|---|
| DocumentProtectedException |
Thrown when a document is password-protected and no password
(or an incorrect password) was provided via LoadOptions.setPassword(...).
|
| GroupDocsMarkdownException |
Represents a product-specific exception that is thrown during file processing.
|
| InvalidFormatException |
Thrown when a file has an invalid or unsupported format.
|
Copyright © 2026. All rights reserved.