Class SimpleTextExtractingPdfContentStreamProcessor

java.lang.Object
com.aowagie.text.pdf.parser.PdfContentStreamProcessor
com.aowagie.text.pdf.parser.SimpleTextExtractingPdfContentStreamProcessor

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

    • lastTextLineMatrix

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

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

      private StringBuffer result
      The StringBuffer used to write the resulting String.
  • Constructor Details

    • SimpleTextExtractingPdfContentStreamProcessor

      public SimpleTextExtractingPdfContentStreamProcessor()
      Creates a new text extraction processor.
  • Method Details