net.sf.jooreports.openoffice.converter
Class StreamOpenOfficeDocumentConverter
java.lang.Object
net.sf.jooreports.openoffice.converter.AbstractOpenOfficeDocumentConverter
net.sf.jooreports.openoffice.converter.StreamOpenOfficeDocumentConverter
- All Implemented Interfaces:
- DocumentConverter
- public class StreamOpenOfficeDocumentConverter
- extends AbstractOpenOfficeDocumentConverter
Alternative stream-based DocumentConverter
implementation.
This implementation passes document data to and from the OpenOffice.org
service as streams.
Stream-based conversions are slower than the default file-based ones (provided
by OpenOfficeDocumentConverter
) but they allow to run the OpenOffice.org
service on a different machine, or under a different system user on the same
machine without file permission problems.
- See Also:
OpenOfficeDocumentConverter
StreamOpenOfficeDocumentConverter
public StreamOpenOfficeDocumentConverter(OpenOfficeConnection connection)
StreamOpenOfficeDocumentConverter
public StreamOpenOfficeDocumentConverter(OpenOfficeConnection connection,
DocumentFormatRegistry formatRegistry)