SkipImagesStrategy class
SkipImagesStrategy class
Implements an image export strategy that skips saving images during document conversion.
This strategy is useful when you want to convert a document to Markdown without saving the actual image files.
When this strategy is used, the output Markdown will still contain image references (e.g.,
), but the actual image files will not be saved to disk.
The SkipImagesStrategy type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init |
Methods
| Method | Description |
|---|---|
| get_image_stream | Returns None to indicate that the image should be skipped. |
Properties
| Property | Description |
|---|---|
| images_folder | The images folder is an empty string because this strategy does not use an images folder. |
See Also
- module
groupdocs.markdown