GroupDocs.Markdown
The namespace contains some specific exceptions that are thrown by the library during file reading and updating.
Classes
| Class |
Description |
| 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. |
| 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. |
Interfaces
| Interface |
Description |
| IImageExportStrategy |
Defines the interface for handling image export during document conversion to Markdown. Implement this interface to customize how images are exported from source documents. |
Enumeration
| Enumeration |
Description |
| FileFormat |
Represents the recognized format of a loaded file. |