Package org.silverpeas.core.contribution.converter

This package defines an API for document format conversion. It provides objects to convert documents in different formats. For example, a converter between an ODT document to the PDF format. The converters are managed by the underlying IoC container and so can be injected as dependency. For objects whose the life-cycle isn't managed by the IoC container, a factory of theses converters is available, DocumentFormatConverterProvider.