I have a pdf form, I’ve filled the fields in that form and saved that pdf file as a new pdf file. Now when I open the new pdf file, it automatically loads the data which was filled in earlier. Can I extract that data using any of the language from C/Java/PHP/Javascript, so that I can use that and save that into database?
Share
Yes, you can. Easiest solution may be to use a PDF library to access the file.
PHP: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/