com.spire.pdf.exporting.text
Class SimpleTextExtractionStrategy

java.lang.Object
  extended by com.spire.pdf.exporting.text.SimpleTextExtractionStrategy

public class SimpleTextExtractionStrategy
extends java.lang.Object

This extractor keeps track of the current Y position of each string. If it detectsthat the y position has changed, it inserts a line break into the output.If the PDF extractor text in a non-top-to-bottom fashion, this will result in the text not being a true representation of how it appears in the PDF. The Extracted Text.


Constructor Summary
SimpleTextExtractionStrategy()
           
 

Constructor Detail

SimpleTextExtractionStrategy

public SimpleTextExtractionStrategy()