Uses of Interface
com.silverpeas.converter.DocumentFormatConversion

Packages that use DocumentFormatConversion
com.silverpeas.converter This package defines an API for document format conversion. 
com.silverpeas.converter.openoffice Provides an implementation of the document format conversion API by using an OpenOffice service running and listening at a given port. 
 

Uses of DocumentFormatConversion in com.silverpeas.converter
 

Subinterfaces of DocumentFormatConversion in com.silverpeas.converter
 interface HTMLConverter
          A converter of HTML document into a text format.
 interface ODTConverter
          A converter of ODT documents (OpenDocument Text) into another specified formats.
 interface ToHTMLConverter
          A converter of following listed documents into PDF format : - ODT - DOC - RTF The converter is managed by the IoC container and can be retrieving under the name 'toHTMLConverter'.
 interface ToPDFConverter
          A converter of following listed documents into PDF format : - ODT - DOC The converter is managed by the IoC container and can be retrieving under the name 'toPDFConverter'.
 

Uses of DocumentFormatConversion in com.silverpeas.converter.openoffice
 

Classes in com.silverpeas.converter.openoffice that implement DocumentFormatConversion
 class OpenOfficeConverter
          A document format converter using the OpenOffice API to perform its task.
 class OpenOfficeHTMLConverter
          Implementation of the HTMLConverter interface by using the OpenOffice API to perform its job.
 class OpenOfficeODTConverter
          Implementation of the ODTConverter interface by using the OpenOffice API to perform its job.
 class OpenOfficeToHTMLConverter
          Implementation of the ToHTMLConverter interface by using the OpenOffice API to perform its job.
 class OpenOfficeToPDFConverter
          Implementation of the ToPDFConverter interface by using the OpenOffice API to perform its job.
 



Copyright © 2016 Silverpeas. All Rights Reserved.