MarkdownConverterAsync
Leave feedback
On this page
Inheritance: java.lang.Object
public final class MarkdownConverterAsync
Provides asynchronous counterparts of the MarkdownConverter methods, each returning a CompletableFuture.
public static CompletableFuture<String> toMarkdownAsync(String sourcePath)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sourcePath | java.lang.String |
Returns: java.util.concurrent.CompletableFuture<java.lang.String>
public static CompletableFuture<String> toMarkdownAsync(String sourcePath, LoadOptions loadOptions, DocumentConvertOptions convertOptions)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sourcePath | java.lang.String | |
| loadOptions | LoadOptions | |
| convertOptions | DocumentConvertOptions |
Returns: java.util.concurrent.CompletableFuture<java.lang.String>
public static CompletableFuture<Void> toFileAsync(String sourcePath, String outputPath, DocumentConvertOptions convertOptions)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sourcePath | java.lang.String | |
| outputPath | java.lang.String | |
| convertOptions | DocumentConvertOptions |
Returns: java.util.concurrent.CompletableFuture<java.lang.Void>
public static CompletableFuture<DocumentInfo> getInfoAsync(String sourcePath, LoadOptions loadOptions)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sourcePath | java.lang.String | |
| loadOptions | LoadOptions |
Returns: java.util.concurrent.CompletableFuture<com.groupdocs.markdown.DocumentInfo>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.