Package | Description |
---|---|
com.groupdocs.editor |
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
|
Modifier and Type | Method and Description |
---|---|
static InputHtmlDocument |
EditorHandler.toHtml(InputStream inputDocumentContent)
Converts a document of supported type to the HTML format, automatically detects the type of the input document and performs a conversion
in accordance to the default options for this format
|
static InputHtmlDocument |
EditorHandler.toHtml(InputStream inputDocumentContent,
IDocumentLoadOptions loadOptions)
Converts document of supported type to the HTML format using specified format-specific options.
|
Copyright © 2018. All rights reserved.