Package | Description |
---|---|
com.groupdocs.conversion.converter.option |
The
<b>GroupDocs.Conversion.Converter.Option</b> namespace provides classes for customizing specific conversion |
com.groupdocs.conversion.domain |
The
<b>GroupDocs.Conversion.Domain</b> namespace provides common classes to operate with GroupDocs.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 |
com.groupdocs.conversion.handler.output |
The
<b>GroupDocs.Conversion.Handler.Output</b> namespace exposes interfaces which should be implemented to customize output/storing behaviour |
Modifier and Type | Class and Description |
---|---|
class |
CellsSaveOptions
Options for to Cells conversion
|
class |
HtmlSaveOptions
Options for to Html conversion
|
class |
ImageSaveOptions
Options for to Image conversion
|
class |
PdfSaveOptions
Options for to PDF conversion
|
class |
SlidesSaveOptions
Options for to Slides conversion
|
class |
WordsSaveOptions
Options for to Word conversion
|
Modifier and Type | Method and Description |
---|---|
SaveOptions |
CacheFileDescription.getSaveOptions()
Conversion options
|
Modifier and Type | Method and Description |
---|---|
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
SaveOptions saveOptions) |
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
SaveOptions saveOptions,
int currentPage) |
void |
CacheFileDescription.setSaveOptions(SaveOptions value)
Conversion options
|
Modifier and Type | Method and Description |
---|---|
Dictionary<String,SaveOptions> |
ConversionHandler.getSaveOptions(InputStream sourceDocument)
Returns all possible SaveOptions for provided source document type
|
Dictionary<String,SaveOptions> |
ConversionHandler.getSaveOptions(String sourceDocumentExtension)
Returns all possible SaveOptions for provided source document type
|
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,
SaveOptions saveOptions)
Deprecated.
|
<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(InputStream fileStream,
String fileName,
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
|
<T> T |
ConversionHandler.convert_Rename_Namesake(String guid,
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,
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(InputStream fileStream,
String fileName,
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.ConvertedDocument |
ConversionHandler.convert(String guid,
SaveOptions saveOptions)
Converts the file specified by the guid
|
Modifier and Type | Method and Description |
---|---|
String |
IOutputDataHandler.saveFile(FileDescription fileDescription,
InputStream stream,
SaveOptions saveOptions)
Deprecated.
|
String |
IOutputDataHandler.saveFileInternal(FileDescription fileDescription,
com.aspose.ms.System.IO.Stream stream,
SaveOptions saveOptions) |
Copyright © 2017. All rights reserved.