Class OpenOfficeDocumentConverter

java.lang.Object
com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter
com.artofsolving.jodconverter.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: