LdmMarkdownWriter

LdmMarkdownWriter

Overview

LdmMarkdownWriter is a class in Aspose.Words FOSS for Python.

Converts a light_document_model.Document to a Markdown string.

This class provides 2 methods for working with LdmMarkdownWriter objects in Python programs. Available methods include: __init__, write. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: options.

Properties

NameTypeAccessDescription
options``ReadGets the options.

Methods

SignatureDescription
__init__(options: Optional[ConversionOptions])
write(doc: ldm.Document, output_path: Optional[Path])strConvert doc to Markdown and return the result string.

See Also

 English