How to extract values from pdf in .net c#
How to extract values from pdf in .net c# an开发者_如何学运维d store it in a readable format in .net like text file, html actually i need a pdf parser.
If you need a PDF parser, use one.
There are many around - a good free one is iTextSharp.
Aspose has a good PDF parser, if you'd rather buy a parser, but I've been waiting a long time for some bugs to be fixed.
精彩评论