Package | Description |
---|---|
com.groupdocs.conversion.domain |
The GroupDocs.Conversion.Domain namespace provides common classes to operate with GroupDocs.Conversion
|
com.groupdocs.conversion.exceptions |
The GroupDocs.Conversion.Exception namespace exposes all exceptions thrown by GroupDocs.Conversion
|
com.groupdocs.conversion.handler.input |
The GroupDocs.Conversion.Handler.Input namespace exposes interfaces which should be implemented to customize input/loading 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,
com.groupdocs.conversion.options.save.SaveOptions saveOptions) |
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
com.groupdocs.conversion.options.save.SaveOptions saveOptions,
int currentPage) |
Modifier and Type | Method and Description |
---|---|
FileDescription |
CorruptOrDamagedFileException.getFileDescription()
File description instance
|
FileDescription |
FileTypeNotSupportedException.getFileDescription()
File description instance
|
FileDescription |
PasswordProtectedException.getFileDescription()
File description instance
|
Constructor and Description |
---|
CorruptOrDamagedFileException(FileDescription fileDescription)
Create exception instance
|
FileTypeNotSupportedException(FileDescription fileDescription)
Create exception instance
|
PasswordProtectedException(FileDescription fileDescription)
Create exception instance
|
Modifier and Type | Method and Description |
---|---|
FileDescription |
IInputDataHandler.getFileDescription(String guid) |
Copyright © 2019. All rights reserved.