public interface IDocumentConverterPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
convert(java.io.InputStream inputStream,
LoadOptions loadOptions,
java.io.OutputStream outputStream,
SaveOptions saveOptions) |
java.io.OutputStream[] |
convertToImages(java.io.InputStream inputStream,
LoadOptions loadOptions,
SaveOptions saveOptions)
Converts pages from document from input stream to array of images.
|
void convert(java.io.InputStream inputStream,
LoadOptions loadOptions,
java.io.OutputStream outputStream,
SaveOptions saveOptions)
java.io.OutputStream[] convertToImages(java.io.InputStream inputStream,
LoadOptions loadOptions,
SaveOptions saveOptions)
inputStream - The input stream.loadOptions - The document load options.saveOptions - The save options.