Package org.apache.pdfbox
Class ExtractText
java.lang.Object
org.apache.pdfbox.ExtractText
This is the main program that simply parses the pdf document and transforms it
into text.
- Version:
- $Revision: 1.14 $
- Author:
- Ben Litchfield
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Infamous main method.void
startExtraction
(String[] args) Starts the text extraction.
-
Method Details
-
main
Infamous main method.- Parameters:
args
- Command line arguments, should be one and a reference to a file.- Throws:
Exception
- If there is an error parsing the document.
-
startExtraction
Starts the text extraction.- Parameters:
args
- the commandline arguments.- Throws:
Exception
- if something went wrong.
-