public interface RenditionService
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(String fromMimeType,
String toMimeType) |
String[] |
conversions(String fromMimeType) |
InputStream |
convert(String fromMimeType,
InputStream fromInputSource,
String toMimeType) |
InputStream convert(String fromMimeType, InputStream fromInputSource, String toMimeType)
Copyright © 2021 Paul Warren. All rights reserved.