|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConversionException | |
| com.arsdigita.search.converter | |
| Uses of ConversionException in com.arsdigita.search.converter |
| Methods in com.arsdigita.search.converter that throw ConversionException | |
String |
TextConverter.convertDocument(InputStream stream)
This takes in a document represented as an InputStream and returns a text representation of that document. |
String |
WordConverter.convertDocument(InputStream stream)
This takes in a document represented as an InputStream and returns a text representation of that document. |
String |
PDFConverter.convertDocument(InputStream stream)
This takes in a document represented as an InputStream and returns a text representation of that document. |
String |
OOConverter.convertDocument(InputStream stream)
This takes in a document represented as an InputStream and returns a text representation of that document. |
String |
ExcelConverter.convertDocument(InputStream stream)
This takes in a document represented as an InputStream and returns a text representation of that document. |
String |
Converter.convertDocument(InputStream stream)
This takes in a document represented as a byte[] and returns a text representation of that document. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||