| Package | Description |
|---|---|
| com.groupdocs.conversion.converter.option | |
| com.groupdocs.conversion.domain | |
| com.groupdocs.conversion.handler | |
| com.groupdocs.conversion.handler.output |
| 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 converison
|
class |
SlidesSaveOptions
Options for to Slides converison
|
class |
WordsSaveOptions
Options for to Word converison
|
| 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)
Return all possible conversions for provided source document type
|
Dictionary<String,SaveOptions> |
ConversionHandler.getSaveOptions(String sourceDocumentExtension)
Return all possible conversions for provided source document type
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ConversionHandler.convert(InputStream fileStream,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert(InputStream fileStream,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert(InputStream fileStream,
String fileName,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert(InputStream fileStream,
String fileName,
SaveOptions saveOptions)
Converts the content of the stream
|
<T> T |
ConversionHandler.convert(String guid,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts the file specified by the guid
|
<T> T |
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) |
String |
IOutputDataHandler.saveFileInternal(FileDescription fileDescription,
com.aspose.ms.System.IO.Stream stream,
SaveOptions saveOptions) |
Copyright © 2017. All rights reserved.