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