Class PoiContentTransformer

  • All Implemented Interfaces:
    ContentWorker, ContentTransformer, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    @Deprecated
    public class PoiContentTransformer
    extends TikaPoweredContentTransformer
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    Uses Apache Tika and Apache POI to perform conversions from Office documents. PoiHssfContentTransformer handles the Excel transformations (mostly for compatibility), while this does all the other Office file formats.
    Author:
    Nick Burch
    • Field Detail

      • SUPPORTED_MIMETYPES

        public static java.util.ArrayList<java.lang.String> SUPPORTED_MIMETYPES
        Deprecated.
        We support all the office mimetypes that the Tika office parser can handle, except for excel (handled by PoiHssfContentTransformer
    • Constructor Detail

      • PoiContentTransformer

        public PoiContentTransformer()
        Deprecated.