PDF FORMS TO ACCESS (C SHARP)

mishoz

New Member
I am relatively new to programming. I have studied c sharp intensely for the last four months. Before that, I did not even know what the .NET Framework was. Anyways, my question is:I need to create a program that reads tables in a pdf FORMS*** and extracts the data from tables in the pdf forms preferably to access but excel is also fine. I would like to write this program in csharp and run it through Visual Studios console since that's the only method I have learned to create programs. I wanted to know if there is a pdf library for c sharp (using System.PDF or something like that). Also I did some research and it has been recommended that I convert the pdfs to xmls before importing to access and then looping through nodes to store the data I need into variables. Then create a sql statement with the values of the variables and somehow using that to create the tables in access with the use of that sql statement. ANY IDEAS FELLOW PROGRAMMERS?? NOTE: This is harder than a normal pdf because I am dealing with pdf forms which add difficulty. NOTE2: Also I need to do this for mass amounts of PDFs (up to 100 000).Thanks in advance for any replies and suggestions :)
 
Back
Top