Class JodContentTransformer

  • All Implemented Interfaces:
    ContentTransformerWorker, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    @Deprecated
    public class JodContentTransformer
    extends OOoContentTransformerHelper
    implements ContentTransformerWorker, org.springframework.beans.factory.InitializingBean
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    Makes use of the {@link http://code.google.com/p/jodconverter/} library and an installed OpenOffice application to perform OpenOffice-driven conversions.
    Author:
    Neil McErlean
    • Constructor Detail

      • JodContentTransformer

        public JodContentTransformer()
        Deprecated.