Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ICacheDataHandler |
ConversionHandler.getCacheDataHandler()
Cache data handler
|
Constructor and Description |
---|
ConversionHandler(ConversionConfig conversionConfig,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IInputDataHandler ,
IOutputDataHandler and custom ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IOutputDataHandler
and custom IInputDataHandler , ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IInputDataHandler inputDataHandler,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with custom
IInputDataHandler ,
IOutputDataHandler and custom ICacheDataHandler
implementations |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler)
Instantiate the ConversionHandler with default
IInputDataHandler
and custom IOutputDataHandler , ICacheDataHandler
implementation |
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.conversion.converter.IConverterFactory converterFactory,
com.groupdocs.conversion.domain.IDocumentLoader documentLoader) |
Copyright © 2017. All rights reserved.