public class PSConverter extends AbstractRemoteConverter
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_DEVICE_AUTO |
static int |
OPTION_DEVICE_PS2WRITE |
static int |
OPTION_DEVICE_PSWRITE |
maxProcessCount, processCountsupportedDocumentClasses| Constructor and Description |
|---|
PSConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDevice() |
int |
getLanguageLevel() |
PaperSize |
getPaperSize() |
static void |
main(String[] args)
Main method used to start the converter in standalone 'slave mode'.
|
void |
run(Document document,
OutputStream outputStream) |
void |
setDevice(int device) |
void |
setLanguageLevel(int languageLevel) |
void |
setPaperSize(PaperSize paperSize) |
convert, remoteConvert, startRemoteConverterbuildJavaFork, getMaxProcessCount, getProcessCount, getRemoteComponent, isStandAloneModeSupported, setMaxProcessCount, startRemoteServer, waitForFreeProcessassertDeviceSupported, assertDocumentSupported, copySettings, extractSettings, isDeviceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMaxProcessCountcopySettings, extractSettingspublic static final int OPTION_DEVICE_AUTO
public static final int OPTION_DEVICE_PSWRITE
public static final int OPTION_DEVICE_PS2WRITE
public static void main(String[] args) throws ConverterException
args - ConverterExceptionpublic void run(Document document, OutputStream outputStream) throws IOException, ConverterException, DocumentException
run in class AbstractRemoteConverterIOExceptionConverterExceptionDocumentExceptionpublic int getLanguageLevel()
public void setLanguageLevel(int languageLevel)
public PaperSize getPaperSize()
public void setPaperSize(PaperSize paperSize)
public int getDevice()
public void setDevice(int device)
Copyright © 2016. All Rights Reserved.