-1

I am working on a form, which is in pdf format. I want to get the form's values through JavaScript or PHP from that pdf file, and want to store that in a database.

How can i do it?

Ani Menon
  • 27,209
  • 16
  • 105
  • 126
Na Dim Kh An
  • 31
  • 1
  • 1
  • 8

1 Answers1

0

If I managed to understand, you want to get values from pdf file, and put them in database. The only way I can think of is through using OCR. Here is javascript OCR: http://antimatter15.com/ocrad.js/demo.html

Planet_Earth
  • 325
  • 1
  • 3
  • 11