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 |
pdf2swf(InputStream is,
String fileName) |
InputStream doc2pdf(InputStream is, String fileName) throws org.apache.commons.lang.NotImplementedException, ConversionException, WebserviceException, UnknowException
org.apache.commons.lang.NotImplementedExceptionConversionExceptionWebserviceExceptionUnknowExceptionInputStream pdf2swf(InputStream is, String fileName) throws org.apache.commons.lang.NotImplementedException, ConversionException, WebserviceException, UnknowException
org.apache.commons.lang.NotImplementedExceptionConversionExceptionWebserviceExceptionUnknowExceptionInputStream imageConvert(InputStream is, String fileName, String params, String dstMimeType) throws IOException, WebserviceException, UnknowException
InputStream html2pdf(String url) throws IOException, ConversionException, WebserviceException, UnknowException
String doc2txt(InputStream is, String fileName) throws WebserviceException, UnknowException
WebserviceExceptionUnknowExceptionString img2txt(InputStream is, String fileName) throws IOException, WebserviceException, UnknowException
String barcode2txt(InputStream is, String fileName) throws IOException, WebserviceException, UnknowException
Copyright © 2017 Open Knowledge Management System S.L.. All Rights Reserved.