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 Go programs.
Available methods include: __init__, write.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: options.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Gets the options. |
Methods
| Signature | Description |
|---|---|
__init__(options: Optional[ConversionOptions]) | |
write(doc: ldm.Document, output_path: Optional[Path]) → str | Convert doc to Markdown and return the result string. |