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 |
---|---|
ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
com.groupdocs.conversion.options.load.LoadOptions loadOptions,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the content of the stream
|
ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the content of the stream
|
ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
String fileName,
com.groupdocs.conversion.options.load.LoadOptions loadOptions,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the content of the stream
|
ConvertedDocument |
ConversionHandler.convert(InputStream fileStream,
String fileName,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the content of the stream
|
ConvertedDocument |
ConversionHandler.convert(String guid,
com.groupdocs.conversion.options.load.LoadOptions loadOptions,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the file specified by the guid
|
ConvertedDocument |
ConversionHandler.convert(String guid,
com.groupdocs.conversion.options.save.SaveOptions saveOptions)
Converts the file specified by the guid
|
Copyright © 2019. All rights reserved.