Package | Description |
---|---|
com.groupdocs.conversion.converter.option |
The
<b>GroupDocs.Conversion.Converter.Option</b> namespace provides classes for customizing specific conversion |
com.groupdocs.conversion.handler |
The
<b>GroupDocs.Conversion.Handler</b> namespace provides classes for performing actual conversion as well as exposes main interfaces for customizing loading, saving, caching behaviour of GroupDocs.Conversion |
Modifier and Type | Class and Description |
---|---|
class |
SlidesLoadOptions
Slide document load options
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ConversionHandler.convert_Rename_Namesake(InputStream fileStream,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert_Rename_Namesake(InputStream fileStream,
String fileName,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert_Rename_Namesake(String guid,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the file specified by the guid
|
com.groupdocs.conversion.handler.ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
com.groupdocs.conversion.handler.ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
String fileName,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
com.groupdocs.conversion.handler.ConvertedDocument |
ConversionHandler.convert(String guid,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the file specified by the guid
|
com.groupdocs.conversion.handler.DocumentInfo |
ConversionHandler.getDocumentInfo(InputStream fileStream,
LoadOptions loadOptions)
Returns information for provided document
|
com.groupdocs.conversion.handler.DocumentInfo |
ConversionHandler.getDocumentInfo(String guid,
LoadOptions loadOptions)
Returns information for provided document
|
int |
ConversionHandler.getDocumentPagesCount(InputStream fileStream,
LoadOptions loadOptions)
Returns pages count of the provided document
|
int |
ConversionHandler.getDocumentPagesCount(String guid,
LoadOptions loadOptions)
Returns pages count of the provided document
|
Copyright © 2017. All rights reserved.