Package | Description |
---|---|
com.groupdocs.conversion.domain |
The
<b>GroupDocs.Conversion.Domain</b> namespace provides common classes to operate with GroupDocs.Conversion |
com.groupdocs.conversion.handler.input |
The
<b>GroupDocs.Conversion.Handler.Input</b> namespace exposes interfaces which should be implemented to customize input/loading behaviour |
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 |
CacheFileDescription
Properties of the cached file
|
Modifier and Type | Method and Description |
---|---|
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
SaveOptions saveOptions) |
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
SaveOptions saveOptions,
int currentPage) |
Modifier and Type | Method and Description |
---|---|
FileDescription |
IInputDataHandler.getFileDescription(String 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.