Package org.ghost4j.converter
Interface RemoteConverter
-
- All Known Implementing Classes:
AbstractRemoteConverter,PDFConverter,PSConverter
public interface RemoteConverter extends Converter
Interface defining a remote converter (for Ghostscript multi process support).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMaxProcessCount(int maxProcessCount)Sets max parallel conversion processes allowed for the converter-
Methods inherited from interface org.ghost4j.Component
copySettings, extractSettings
-
-