Package | Description |
---|---|
com.groupdocs.conversion.api.interfaces | |
com.groupdocs.conversion.exception | |
com.groupdocs.conversion.handler |
Modifier and Type | Method and Description |
---|---|
void |
IToHtmlConverter.toHtml(IHtmlStreamCallback<com.groupdocs.conversion.converter.HtmlPageStream> dataCallback)
To html.
|
void |
IToHtmlConverter.toHtml(OutputStream outputStream,
IResourceCallback resourceCallback)
To html.
|
void |
IToHtmlConverter.toHtml(String savePath,
IResourceCallback resourceCallback)
To html.
|
void |
IToImageConverter.toImage(IStreamCallback<InputStream> dataCallback)
To image.
|
void |
IToImageConverter.toImage(OutputStream outputStream)
To image.
|
void |
IToImageConverter.toImage(String savePath)
To image.
|
Modifier and Type | Class and Description |
---|---|
class |
ConversionNotSupportedException
The type Conversion not supported exception.
|
class |
CorruptFileException
The type Corrupt file exception.
|
class |
EvaluationLimitException
The type Evaluation limit exception.
|
class |
FileNotSupportedException
The type File not supported exception.
|
class |
InternalException
The type Internal exception.
|
class |
InvalidParameterException
The type Invalid parameter exception.
|
class |
LicenseException |
class |
LoadingException
The type Loading exception.
|
class |
NotImplementedException
The type Not implemented exception.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ConversionHandler.convertToHtml(InputStream fileStream,
String fileName,
HtmlSaveOptions options)
Convert document to HTML
|
<T> T |
ConversionHandler.convertToImage(InputStream fileStream,
String fileName,
ImageSaveOptions options)
Convert document to image
|
<T> T |
ConversionHandler.convertToPdf(InputStream fileStream,
String fileName,
PdfSaveOptions options)
Convert document to PDF
|
int |
ConversionHandler.getPageCount(InputStream fileStream,
String fileName)
Get document page count
|
Copyright © 2015 GroupDocs. All rights reserved.