Interface Converter

All Superinterfaces:
Component
All Known Subinterfaces:
RemoteConverter
All Known Implementing Classes:
AbstractConverter, AbstractRemoteConverter, PDFConverter, PSConverter

public interface Converter extends Component
Interface defining a converter used to convert a Document to a given format.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(Document document, OutputStream outputStream)
    Converts a given document and output results in provided output stream.

    Methods inherited from interface org.ghost4j.Component

    copySettings, extractSettings