Uses of Class
org.ghost4j.converter.ConverterException
-
Packages that use ConverterException Package Description org.ghost4j.converter -
-
Uses of ConverterException in org.ghost4j.converter
Methods in org.ghost4j.converter that throw ConverterException Modifier and Type Method Description voidAbstractConverter. convert(Document document, java.io.OutputStream outputStream)voidAbstractRemoteConverter. convert(Document document, java.io.OutputStream outputStream)voidConverter. convert(Document document, java.io.OutputStream outputStream)Converts a given document and output results in provided output stream.static voidPDFConverter. main(java.lang.String[] args)Main method used to start the converter in standalone 'slave mode'.static voidPSConverter. main(java.lang.String[] args)Main method used to start the converter in standalone 'slave mode'.byte[]AbstractRemoteConverter. remoteConvert(Document document)protected abstract voidAbstractConverter. run(Document document, java.io.OutputStream outputStream)protected abstract voidAbstractRemoteConverter. run(Document document, java.io.OutputStream outputStream)voidPDFConverter. run(Document document, java.io.OutputStream outputStream)Run method called to perform the actual process of the converter.voidPSConverter. run(Document document, java.io.OutputStream outputStream)protected static voidAbstractRemoteConverter. startRemoteConverter(RemoteConverter remoteConverter)Starts a remote converter server.
-