MarkdownSaveOptions

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

NameTypeAccessDescription
resources_directory_namestr | NoneRead/WriteGets or sets the resources directory name.
markdown_formatstrRead/WriteGets or sets the markdown format.
extract_imagesboolRead/WriteGets or sets the extract images.
image_directorystr | NoneRead/WriteGets or sets the image directory.

Methods

SignatureDescription
to_dict()dict[str, object]Calls to_dict on this MarkdownSaveOptions instance.

See Also