| Interface | Description |
|---|---|
| CustomImagesStrategy.CustomImageSavingHandler |
Functional interface representing a custom image-saving handler.
|
| IImageExportStrategy |
Defines the interface for handling image export during document conversion to Markdown.
|
| Class | Description |
|---|---|
| CustomImageSavingArgs |
User arguments for saving an image.
|
| CustomImagesStrategy |
Implements an image export strategy that allows the user to control how images are saved
when a document is converted to Markdown format.
|
| DocumentConverterOptions |
Provides options for customizing the document conversion process to Markdown format.
|
| DocumentConverterResult |
Represents the result of a document conversion operation to Markdown format.
|
| ExportImagesAsBase64Strategy |
Implements an image export strategy that embeds images as Base64 strings directly in the Markdown.
|
| ExportImagesToFileSystemStrategy |
Implements an image export strategy that saves images to the file system during document conversion.
|
| ImageExportContext |
Represents the context for image handling during document conversion to Markdown.
|
| License |
Provides methods for applying a license to the GroupDocs.Markdown library.
|
| LoadOptions |
Allows a developer to specify additional options (such as a password)
when loading a file.
|
| MarkdownConverter |
Converts various document formats to Markdown format.
|
| Metered |
Provides methods to set and retrieve metered licensing information for GroupDocs.Markdown.
|
| SkipImagesStrategy |
Implements an image export strategy that skips saving images during document conversion.
|
| Enum | Description |
|---|---|
| FileFormat |
Represents the recognized format of a loaded file.
|
| Exception | Description |
|---|---|
| DocumentProtectedException |
The exception that is thrown when a document is protected by a password.
|
| GroupDocsMarkdownException |
Represents a product-specific exception that is thrown during file processing.
|
| InvalidFormatException |
The exception that is thrown when a file has an invalid format.
|
Copyright © 2026. All rights reserved.