Class PoiOOXMLContentTransformer

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

    @Deprecated
    public class PoiOOXMLContentTransformer
    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 the newer OOXML Office documents.
    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
    • Constructor Detail

      • PoiOOXMLContentTransformer

        public PoiOOXMLContentTransformer()
        Deprecated.