0

Possible Duplicates:
PDF to text tool or Java library?
How read PDF using java

Is there any way i can read PDF files using JAVA. The pdf file contains images and text.. Its kind off irregular. I need to get the text alone. Any implementations???

Thanks in advance.

Community
  • 1
  • 1
rozar
  • 1,058
  • 3
  • 15
  • 28

1 Answers1

1

You should check out iText. It is an open source library for reading, creating and modifying PDF files. I have recently used it and it works very well.

deltaforce2
  • 583
  • 2
  • 8