public interface IToHtmlConverter
| Modifier and Type | Method and Description |
|---|---|
void |
toHtml(IHtmlStreamCallback<com.groupdocs.conversion.converter.HtmlPageStream> dataCallback)
To html.
|
void |
toHtml(OutputStream outputStream,
IResourceCallback resourceCallback)
To html.
|
void |
toHtml(String savePath,
IResourceCallback resourceCallback)
To html.
|
void toHtml(OutputStream outputStream, IResourceCallback resourceCallback) throws ConversionException
outputStream - the output streamresourceCallback - the resource callbackConversionException - the conversion exceptionvoid toHtml(String savePath, IResourceCallback resourceCallback) throws ConversionException
savePath - the save pathresourceCallback - the resource callbackConversionException - the conversion exceptionvoid toHtml(IHtmlStreamCallback<com.groupdocs.conversion.converter.HtmlPageStream> dataCallback) throws ConversionException
dataCallback - the data callbackConversionException - the conversion exceptionCopyright © 2015 GroupDocs. All rights reserved.