public interface BaseConversion
| Modifier and Type | Method and Description |
|---|---|
String |
barcode2txt(InputStream is,
String fileName) |
InputStream |
doc2pdf(InputStream is,
String fileName) |
String |
doc2txt(InputStream is,
String fileName) |
InputStream |
html2pdf(String url) |
InputStream |
imageConvert(InputStream is,
String fileName,
String params,
String dstMimeType) |
String |
img2txt(InputStream is,
String fileName) |
InputStream doc2pdf(InputStream is, String fileName) throws org.apache.commons.lang.NotImplementedException, ConversionException, WebserviceException, UnknownException
org.apache.commons.lang.NotImplementedExceptionConversionExceptionWebserviceExceptionUnknownExceptionInputStream imageConvert(InputStream is, String fileName, String params, String dstMimeType) throws WebserviceException, UnknownException
WebserviceExceptionUnknownExceptionInputStream html2pdf(String url) throws ConversionException, WebserviceException, UnknownException
String doc2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
WebserviceExceptionUnknownExceptionString img2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
WebserviceExceptionUnknownExceptionString barcode2txt(InputStream is, String fileName) throws WebserviceException, UnknownException
WebserviceExceptionUnknownExceptionCopyright © 2020 Open Knowledge Management System S.L.. All Rights Reserved.