examples.extraction
Class PageTextExtraction
java.lang.Object
examples.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageTextExtraction
public PageTextExtraction()
main
public static void main(String[] args)