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 TypeMethodDescriptionvoid
AbstractConverter.convert
(Document document, OutputStream outputStream) void
AbstractRemoteConverter.convert
(Document document, OutputStream outputStream) void
Converter.convert
(Document document, OutputStream outputStream) Converts a given document and output results in provided output stream.static void
Main method used to start the converter in standalone 'slave mode'.static void
Main method used to start the converter in standalone 'slave mode'.byte[]
AbstractRemoteConverter.remoteConvert
(Document document) protected abstract void
AbstractConverter.run
(Document document, OutputStream outputStream) protected abstract void
AbstractRemoteConverter.run
(Document document, OutputStream outputStream) void
PDFConverter.run
(Document document, OutputStream outputStream) Run method called to perform the actual process of the converter.void
PSConverter.run
(Document document, OutputStream outputStream) protected static void
AbstractRemoteConverter.startRemoteConverter
(RemoteConverter remoteConverter) Starts a remote converter server.