| Package | Description |
|---|---|
| org.ghost4j.converter |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConverter.convert(Document document,
OutputStream outputStream) |
void |
Converter.convert(Document document,
OutputStream outputStream)
Converts a given document and output results in provided output stream.
|
void |
AbstractRemoteConverter.convert(Document document,
OutputStream outputStream) |
static void |
PSConverter.main(String[] args)
Main method used to start the converter in standalone 'slave mode'.
|
static void |
PDFConverter.main(String[] args)
Main method used to start the converter in standalone 'slave mode'.
|
byte[] |
AbstractRemoteConverter.remoteConvert(Document document) |
void |
PSConverter.run(Document document,
OutputStream outputStream) |
void |
PDFConverter.run(Document document,
OutputStream outputStream)
Run method called to perform the actual process of the converter.
|
protected abstract void |
AbstractConverter.run(Document document,
OutputStream outputStream) |
protected abstract void |
AbstractRemoteConverter.run(Document document,
OutputStream outputStream) |
protected static void |
AbstractRemoteConverter.startRemoteConverter(RemoteConverter remoteConverter)
Starts a remote converter server.
|
Copyright © 2016. All Rights Reserved.