| Package | Description |
|---|---|
| org.zwobble.mammoth | |
| org.zwobble.mammoth.internal.results |
| Modifier and Type | Method and Description |
|---|---|
Result<String> |
DocumentConverter.convertToHtml(File file)
Converts
file into an HTML string. |
Result<String> |
DocumentConverter.convertToHtml(InputStream stream)
Converts
stream into an HTML string. |
Result<String> |
DocumentConverter.extractRawText(File file)
Extract the raw text of the document.
|
Result<String> |
DocumentConverter.extractRawText(InputStream stream)
Extract the raw text of the document.
|
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
InternalResult.toResult() |
Copyright © 2018. All rights reserved.