Class AppleIWorksContentTransformer

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

    public class AppleIWorksContentTransformer
    extends AbstractContentTransformer2
    Converts Apple iWorks files to JPEGs for thumbnailing & previewing. The transformer will only work for iWorks 2013/14 files. Support for iWorks 2008/9 has been dropped as we cannot support both, because the newer format does not contain a PDF. If we say this transformer supports PDF, Share will assume incorrectly that we can convert to PDF and we would only get a preview for the older format and never the newer one. Both formats have the same mimetype.
    Since:
    4.0
    Author:
    Neil Mc Erlean