| CustomImageSavingArgs |
User arguments for saving item. |
| CustomImagesStrategy.CustomImageSavingHandler |
Delegate through which you can define the mechanism for saving images when creating a .md file |
| CustomImagesStrategy |
Implements an image export strategy that user control how images are saved when a document is saved to Markdown format. |
| CustomUriExportStrategy |
Implements a URI export strategy that lets users customize how resource URIs are written to Markdown. |
| DefaultUriExportStrategy |
Provides default URI handling that keeps the URIs generated by the library unchanged. |
| DocumentConverterOptions |
Provides options for customizing the document conversion process to Markdown format. |
| DocumentConverterResult |
Represents the result of a document conversion operation to Markdown format. |
| DocumentProtectedException |
The exception that is thrown when document is protected by password. |
| 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. |
| GroupDocsMarkdownException |
Represents a product-specific exception that is thrown during file processing. |
| ImageExportContext |
Represents the context for image handling during document conversion to Markdown. This context is provided by the library during conversion and contains information about the image being processed. |
| InvalidFormatException |
The exception that is thrown when a file has an invalid format. |
| License |
Provides methods for applying 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 a metered key. |
| SkipImagesStrategy |
Implements an image export strategy that skips saving images during document conversion. |
| UriExportContext |
Represents the context for resource URI handling during document conversion to Markdown. |
| UriSavingArgs |
User arguments for saving a resource URI. |
| CustomUriExportStrategy.UriSavingHandler |
Delegate through which you can define the URI generation logic when creating a .md file. |