| Modifier and Type | Method and Description |
|---|---|
DocumentConverterResult |
MarkdownConverter.convert()
Convert to Markdown and return result string.
|
DocumentConverterResult |
MarkdownConverter.convert(DocumentConverterOptions converterOptions)
Convert with explicit options and return markdown string.
|
DocumentConverterResult |
MarkdownConverter.convert(OutputStream outputStream)
Convert and write result to provided OutputStream.
|
DocumentConverterResult |
MarkdownConverter.convert(OutputStream outputStream,
DocumentConverterOptions converterOptions)
Convert with explicit options to provided OutputStream.
|
DocumentConverterResult |
MarkdownConverter.convertToFile(String outputFilePath)
Convert and save to file path.
|
DocumentConverterResult |
MarkdownConverter.convertToFile(String outputFilePath,
DocumentConverterOptions converterOptions)
Convert with explicit options and save to a file path.
|
static DocumentConverterResult |
DocumentConverterResult.failure(String errorMessage,
Exception exception)
Creates a failed conversion result with error information.
|
static DocumentConverterResult |
DocumentConverterResult.success()
Creates a successful conversion result without Markdown content.
|
static DocumentConverterResult |
DocumentConverterResult.success(String content)
Creates a successful conversion result with Markdown content.
|
Copyright © 2026. All rights reserved.