| Package | Description |
|---|---|
| de.elnarion.util.docconverter.api | |
| de.elnarion.util.docconverter.api.exception | |
| de.elnarion.util.docconverter.spi |
| Modifier and Type | Method and Description |
|---|---|
Future<List<InputStream>> |
ConversionJob.convert()
Convert.
|
ConversionJobWithSourceDocTypeUnspecified |
ConversionJobWithInputUnspecified.fromFiles(List<File> paramFile)
From.
|
ConversionJobWithTargetDocTypeUnspecified |
ConversionJobWithSourceDocTypeUnspecified.fromMimeType(String paramMimetype)
Defines the source document type for the given input document.
|
ConversionJobWithSourceDocTypeUnspecified |
ConversionJobWithInputUnspecified.fromStreams(List<InputStream> paramInputstream)
From.
|
ConversionJob |
ConversionJobWithTargetDocTypeUnspecified.toMimeType(String paramTargetMimetype)
Defines the source document type for the given input document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyMimeTypeException
The Class EmptyMimeTypeException.
|
class |
InputUnavailableException
The Class InputUnavailableException.
|
class |
MimeTypeNotSupportedException
The Class MimeTypeNotSupportedException.
|
| Modifier and Type | Method and Description |
|---|---|
Future<List<InputStream>> |
DocConverter.convertFiles(List<File> source,
String paramSourceMimeType,
String paramTargetMimeType)
Converts a source that is represented as a
File. |
Future<List<InputStream>> |
DocConverter.convertStreams(List<InputStream> source,
String paramSourceMimeType,
String paramTargetMimeType)
Converts a source that is represented as a
InputStream. |
Copyright © 2022. All rights reserved.