How to read data from pdf file??
I want to read data from pdf and write into sql table. need help.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Nov 20, 2013, 12:08 AM
You have to use some third party libs like iTextSharp.
Or
You can directly read all the bytes of pdf file & save to sql server like demonstrated in the below article.
http://www.c-sharpcorner.com/UploadFile/013102/save-and-read-pdf-file-using-sql-server-and-C-Sharp/
Jaganathan BantheswaranPosted Nov 21, 2013, 6:13 AM