Class SimpleTextExtractingPdfContentStreamProcessor


  • class SimpleTextExtractingPdfContentStreamProcessor
    extends PdfContentStreamProcessor
    A simple text extraction processor.
    Since:
    2.1.4
    • Field Detail

      • lastTextLineMatrix

        private Matrix lastTextLineMatrix
        keeps track of a text matrix.
      • lastEndingTextMatrix

        private Matrix lastEndingTextMatrix
        keeps track of a text matrix.
      • result

        private java.lang.StringBuffer result
        The StringBuffer used to write the resulting String.
    • Constructor Detail

      • SimpleTextExtractingPdfContentStreamProcessor

        public SimpleTextExtractingPdfContentStreamProcessor()
        Creates a new text extraction processor.