| Modifier and Type | Class and Description |
|---|---|
class |
CustomImagesStrategy
Implements an image export strategy that allows the user to control how images are saved
when a document is converted to Markdown format.
|
class |
ExportImagesAsBase64Strategy
Implements an image export strategy that embeds images as Base64 strings directly in the Markdown.
|
class |
ExportImagesToFileSystemStrategy
Implements an image export strategy that saves images to the file system during document conversion.
|
class |
SkipImagesStrategy
Implements an image export strategy that skips saving images during document conversion.
|
| Modifier and Type | Method and Description |
|---|---|
IImageExportStrategy |
DocumentConverterOptions.getImageExportStrategy()
Gets the current image export strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentConverterOptions.setImageExportStrategy(IImageExportStrategy imageExportStrategy)
Sets the image export strategy.
|
Copyright © 2026. All rights reserved.