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?
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?
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