-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
  • 25,420
  • 16
  • 92
  • 119
Na Dim Kh An
  • 33
  • 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
  • 2
  • 10