examples.extraction
Class PageTextExtraction

java.lang.Object
  extended byexamples.extraction.PageTextExtraction

public class PageTextExtraction
extends Object

The PageTextExtraction class is an example of how to extract text from a PDF document. A file specified at the command line is opened and any text in the first page's content is saved to a text file.

Since:
2.0

Constructor Summary
PageTextExtraction()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageTextExtraction

public PageTextExtraction()
Method Detail

main

public static void main(String[] args)