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 OutputHtmlDocument |
OutputHtmlDocument.fromFile(String htmlFilePath)
Helper factory method, which creates and returns an instance of the OutputHtmlDocument,
which is created from specified file with HTML markup.
|
static OutputHtmlDocument |
OutputHtmlDocument.fromFile(String htmlFilePath,
String resourcesFolderPath)
Helper factory method, which creates and returns an instance of the OutputHtmlDocument, which is created from specified file with HTML markup
and from specified accompanying folder with related resources.
|
static OutputHtmlDocument |
OutputHtmlDocument.fromMarkup(String htmlDocumentMarkup,
String resourcesFolderPath)
Helper factory method, which creates and returns an instance of the OutputHtmlDocument,
which is created from specified HTML markup and a set of resources, which are located in the specified folder.
|
Modifier and Type | Method and Description |
---|---|
static void |
EditorHandler.toDocument(OutputHtmlDocument inputHtml,
OutputStream outputDocumentContent,
IDocumentSaveOptions saveOptions)
Converts specified HTML document to the resultant document of specified type and saves its content to specified stream
|
Copyright © 2018. All rights reserved.