MarkdownSaveOptions
Overview
MarkdownSaveOptions is a class in Aspose.PDF FOSS for Python.
This class provides 1 method for working with MarkdownSaveOptions objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: extract_images, image_directory, markdown_format, resources_directory_name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
resources_directory_name | str | None | Read/Write | Gets or sets the resources directory name. |
markdown_format | str | Read/Write | Gets or sets the markdown format. |
extract_images | bool | Read/Write | Gets or sets the extract images. |
image_directory | str | None | Read/Write | Gets or sets the image directory. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this MarkdownSaveOptions instance. |