Package org.silverpeas.core.contribution.converter.openoffice
Provides an implementation of the document format conversion API by using an OpenOffice service
running and listening at a given port.
The OpenOffice service will be used to actually convert a document in a format into another one.
-
Class Summary Class Description OpenOfficeConverter A document format converter using the OpenOffice API to perform its task.OpenOfficeHTMLConverter Implementation of the HTMLConverter interface by using the OpenOffice API to perform its job.OpenOfficeODTConverter Implementation of the ODTConverter interface by using the OpenOffice API to perform its job.OpenOfficeService The OpenOffice service gives access to an open office process.OpenOfficeToHTMLConverter Implementation of the ToHTMLConverter interface by using the OpenOffice API to perform its job.OpenOfficeToPDFConverter Implementation of the ToPDFConverter interface by using the OpenOffice API to perform its job.