org.jpedal.examples.text
Class FindTextInRectangle

java.lang.Object
  extended by org.jpedal.examples.text.FindTextInRectangle

public class FindTextInRectangle
extends java.lang.Object

Sample code showing how jpedal library can be used with pdf files to find text from a specified Rectangle. Debugging tip: Set verbose=true in LogWriter to see what is going on.


Constructor Summary
FindTextInRectangle()
           
FindTextInRectangle(java.lang.String file_name)
          example method to open a file and extract the raw text
 
Method Summary
static void main(java.lang.String[] args)
          main routine which checks for any files passed and runs the demo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindTextInRectangle

public FindTextInRectangle()

FindTextInRectangle

public FindTextInRectangle(java.lang.String file_name)
example method to open a file and extract the raw text

Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo