Hey, just wanted to point out that one the website ( http://pdfbox.apache.org/commandlineutilities/ExtractText.html) it shows the usage:
usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS] <PDF file> [Text file] but in fact you must not have the "org.apache.pdfbox". Also, the command-line usage of pdfbox-app 1.3.1 omits the -jar: usage: java pdfbox-app-x.y.z.jar <command> <args..> Peace. Michael

