Interface RemoteConverter

All Superinterfaces:
Component, Converter
All Known Implementing Classes:
AbstractRemoteConverter, PDFConverter, PSConverter

public interface RemoteConverter extends Converter
Interface defining a remote converter (for Ghostscript multi process support).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMaxProcessCount(int maxProcessCount)
    Sets max parallel conversion processes allowed for the converter

    Methods inherited from interface org.ghost4j.Component

    copySettings, extractSettings

    Methods inherited from interface org.ghost4j.converter.Converter

    convert
  • Method Details

    • setMaxProcessCount

      void setMaxProcessCount(int maxProcessCount)
      Sets max parallel conversion processes allowed for the converter
      Parameters:
      maxProcessCount -