PDF

Parsing PDF Files In C#

Tuesday, August 21st, 2007

If you are trying to extract text from pdfs by parsing them, there is a easy way to do this. All what you have to do is download itextsharp.dll from here or from this website: http://sourceforge.net/projects/itextsharp/ Then look at the implementation and usage of the class, which you can use to extract ...