Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,
I have a WinForm application from where I am accessing a SQL Server 2005 database using unbound controls. There is a separate PDF file with all the data in it tabular format. Is it possible to create a code by which I may copy the data form the PDF file to my database?
I am using C#(Visual Studio 2008).
Posted
Comments
Oshtri Deka 1-Oct-12 13:56pm    
Do you create PDF with data you data from SQL Server 2005?
Ritwesh 1-Oct-12 14:09pm    
No, the PDF file was there beforehand. I only need to extract the data and insert it into my database.
Ashraff Ali Wahab 1-Oct-12 13:59pm    
Yes its possible.Use ITextSharp http://sourceforge.net/projects/itextsharp/
Stephen Hewison 1-Oct-12 14:50pm    
+5, I've used this to extract data from PDF.
Ritwesh 2-Oct-12 5:01am    
I downloaded the iTextSharp but how to embedd it in my code and use it, I know not. Can you plz help me out?

1 solution

Have a look at previous, similar question: PDF table data to Excel using Vb.net[^]
 
Share this answer
 
Comments
Ritwesh 3-Oct-12 14:05pm    
Thank you very much for your help.
Maciej Los 3-Oct-12 16:02pm    
You are welcome ;)
It would be nice to see this answer as solved ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900