| 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. |
| CustomUriExportStrategy |
Implements a URI export strategy that lets you customize how resource URIs are written to Markdown. |
| DefaultUriExportStrategy |
Provides default URI handling that keeps the URIs generated by the library unchanged. |
| DocumentConvertOptions |
Provides options for customizing document conversion to Markdown format. |
| DocumentConvertResult |
Contains the output of a successful document-to-Markdown conversion. |
| DocumentInfo |
Provides read-only metadata about a loaded document, such as format, page count, title, author, and encryption status. |
| DocumentProtectedException |
Thrown when a document is password-protected and no password (or an incorrect password) was provided via LoadOptions.setPassword(…). |
| 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. |
| ExportOptions |
Options for exporting Markdown to a document format (reverse conversion). |
| GroupDocsMarkdownException |
Represents a product-specific exception that is thrown during file processing. |
| ImageExportContext |
Contains information about a single image encountered during conversion. |
| InvalidFormatException |
Thrown when a file has an invalid or unsupported format. |
| 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 |
Converts documents from Word, Excel, PDF, and other formats to Markdown. Provides both static one-liner methods and an instance-based API with full control over conversion options. |
| MarkdownConverterAsync |
Provides asynchronous counterparts of the MarkdownConverter methods, each returning a CompletableFuture. |
| Metered |
Provides methods for applying Metered license. |
| SkipImagesStrategy |
Implements an image export strategy that skips saving images during document conversion. |
| UriExportContext |
Contains information about a resource URI being written during conversion. |
| UriSavingArgs |
Provides information and controls for customizing how a resource URI is written during document-to-Markdown conversion. |