public class InternalDocumentConverter extends Object
| Constructor and Description |
|---|
InternalDocumentConverter(DocumentToHtmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
InternalResult<String> |
convertToHtml(File file) |
InternalResult<String> |
convertToHtml(InputStream stream) |
InternalResult<String> |
extractRawText(File file) |
InternalResult<String> |
extractRawText(InputStream stream) |
public InternalDocumentConverter(DocumentToHtmlOptions options)
public InternalResult<String> convertToHtml(InputStream stream) throws IOException
IOExceptionpublic InternalResult<String> convertToHtml(File file) throws IOException
IOExceptionpublic InternalResult<String> extractRawText(InputStream stream) throws IOException
IOExceptionpublic InternalResult<String> extractRawText(File file) throws IOException
IOExceptionCopyright © 2018. All rights reserved.