Need to read the contents of .pdf file from C#
-
Hello, I need to read the contents of the .pdf file thru my application in C# and get the contents of the file. I'm getting lots of links for creating .pdf files thru C#. Also, I need to know about how difficult it is build the pdf parser for reading the contents??? Regards Abhishek
-
Hello, I need to read the contents of the .pdf file thru my application in C# and get the contents of the file. I'm getting lots of links for creating .pdf files thru C#. Also, I need to know about how difficult it is build the pdf parser for reading the contents??? Regards Abhishek
I'm currently in the middle of a pdf project, and have found that this http://itextsharp.sourceforge.net/ does everything that I could possibly need, including reading/filling out form fields forms and whatnot. Not very tricky at all, as the clever blokes who wrote it have already figured it out. Hope that helps...:)