0

Actually I am attempting to extract the data from a PDF file but I didn't find any example in the internet and I am asking if there is any possibility that I can use the JPedal library to open to read the data from a PDF file.

mkj
  • 2,761
  • 5
  • 24
  • 28
Zakaria Marrah
  • 755
  • 6
  • 15
  • 28

2 Answers2

1

You can use PDFBox from Apache.

Amir Afghani
  • 37,814
  • 16
  • 84
  • 124
1

I am not familiar with JPedal, but I write lots of code that generates and processes pdf files. I use IText and highly recommend it. If you have a specific question on how to process a pdf file, let me know.

Howard Schutzman
  • 2,115
  • 1
  • 15
  • 8