Package | Description |
---|---|
com.groupdocs.conversion.handler |
The GroupDocs.Conversion.Handler 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 | Method and Description |
---|---|
ConversionConfig |
ConversionHandler.getConfig()
Conversion config
|
Modifier and Type | Method and Description |
---|---|
void |
ConversionHandler.setConfig(ConversionConfig value)
Conversion config
|
Constructor and Description |
---|
ConversionHandler(ConversionConfig conversionConfig)
Instantiate the ConversionHandler with default
IInputDataHandler , IOutputDataHandler and
ICacheDataHandler All files will be loaded from local file system
All cache items will be stored and loaded from local data system |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.conversion.converter.IConverterFactory converterFactory,
com.groupdocs.conversion.domain.IDocumentLoader documentLoader) |
Copyright © 2019. All rights reserved.