| Modifier and Type | Method and Description |
|---|---|
DocumentConverterResult |
MarkdownConverter.convert(DocumentConverterOptions converterOptions)
Convert with explicit options and return markdown string.
|
DocumentConverterResult |
MarkdownConverter.convert(OutputStream outputStream,
DocumentConverterOptions converterOptions)
Convert with explicit options to provided OutputStream.
|
DocumentConverterResult |
MarkdownConverter.convertToFile(String outputFilePath,
DocumentConverterOptions converterOptions)
Convert with explicit options and save to a file path.
|
Copyright © 2026. All rights reserved.