Parsing PDF Files In C#
August 21st, 2007 | by programming |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 text from PDF files.
By Rohan on Nov 13, 2007 | Reply
Friends,
Its a new face to C#
I want to read a text from pdf file to a string variable. How can do it?
This pdf is already present on my disk.
I am using .net3.0 with C#.
I am using test project inside.
Thanks in advance,
Rohan.