| Modifier and Type | Class and Description |
|---|---|
class |
DocumentConverterOptions
Provides options for customizing the document conversion process to Markdown format.
|
| Constructor and Description |
|---|
MarkdownConverter(InputStream sourceStream,
LoadOptions providedLoadOptions)
Create converter from an InputStream + optional LoadOptions.
|
MarkdownConverter(String sourcePath,
LoadOptions providedLoadOptions)
Create converter from a file path with explicit load options.
|
Copyright © 2026. All rights reserved.