开发者

To read pdf in asp.net

开发者 https://www.devze.com 2022-12-15 04:15 出处:网络
I want to read pdf file and i want to 开发者_JAVA百科store it\'s detail in my database. But i could not read pdf file & store it in sql database in asp.net using c#. So, please give me a solution

I want to read pdf file and i want to 开发者_JAVA百科store it's detail in my database. But i could not read pdf file & store it in sql database in asp.net using c#. So, please give me a solution if anyone knows...

Very very thanx in advance


If you need to effectively parse the contents of the PDF file, you may want to use a PDF management library such as iTextSharp. Otherwise, you could just store the raw file contents using a binary field in your table.


Please see these article, May be these will help you.

http://www.codeproject.com/KB/string/pdf2text.aspx

http://www.codeproject.com/showcase/TallComponents.asp

Else if you can purchase adobe toolkit for this then it will very easy for you to play with PDF.

0

精彩评论

暂无评论...
验证码 换一张
取 消