Class PdfBoxContentTransformer

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

    @Deprecated
    public class PdfBoxContentTransformer
    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 PDFBox to perform conversions from PDF documents.
    Author:
    Nick Burch, Derek Hulley
    • Field Detail

      • pdfParserConfig

        protected org.apache.tika.parser.pdf.PDFParserConfig pdfParserConfig
        Deprecated.
    • Constructor Detail

      • PdfBoxContentTransformer

        public PdfBoxContentTransformer()
        Deprecated.