PDF Text Parser: Converting PDF to Text in Java using PDFBox
I found the need to have a reusable java class to convert PDF Documents to text in one of my projects and the below java code does the same using the PDFBox java API. It takes two command line parameters, the input PDF file and the output text file, to wh...