Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to read a pdf file and store phone numbers in the database. Is there any way to read pdf files using groovy?

share|improve this question
I up-voted it. It is unfair to down-vote this question with no explanation whatsoever. Hunting Java libraries is challenging to beginners, and you just spitting in the face of someone that needs help. – Bailey S Feb 26 at 0:03

closed as not a real question by Mitch Wheat, bensiu, sgar91, Bill James, Padma Kumar Feb 26 at 6:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

You could use Apache PDFBox, a Java library.

http://pdfbox.apache.org/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.