net.sf.jooreports.openoffice.converter
Class OpenOfficeDocumentConverter
java.lang.Object
net.sf.jooreports.openoffice.converter.AbstractOpenOfficeDocumentConverter
net.sf.jooreports.openoffice.converter.OpenOfficeDocumentConverter
- All Implemented Interfaces:
- DocumentConverter
- public class OpenOfficeDocumentConverter
- extends AbstractOpenOfficeDocumentConverter
Default file-based DocumentConverter
implementation.
This implementation passes document data to and from the OpenOffice.org
service as file URLs.
File-based conversions are faster than stream-based ones (provided by
StreamOpenOfficeDocumentConverter
) but they require the
OpenOffice.org service to be running locally and have the correct
permissions to the files.
- See Also:
StreamOpenOfficeDocumentConverter
OpenOfficeDocumentConverter
public OpenOfficeDocumentConverter(OpenOfficeConnection connection)
OpenOfficeDocumentConverter
public OpenOfficeDocumentConverter(OpenOfficeConnection connection,
DocumentFormatRegistry formatRegistry)