Package | Description |
---|---|
com.groupdocs.conversion.config |
The GroupDocs.Conversion.Config namespace provides classes for customizing GroupDocs.Conversion behaviour
|
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 |
---|---|
IOutputDataHandler |
ConversionConfig.getOutputDataHandler()
Custom implementation of
IOutputDataHandler interface |
Modifier and Type | Method and Description |
---|---|
void |
ConversionConfig.setOutputDataHandler(IOutputDataHandler value)
Custom implementation of
IOutputDataHandler interface |
Constructor and Description |
---|
ConversionHandler(ConversionConfig conversionConfig,
IOutputDataHandler outputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.conversion.converter.IConverterFactory converterFactory,
com.groupdocs.conversion.domain.IDocumentLoader documentLoader) |
Copyright © 2019. All rights reserved.