I am trying to parse PDFs to extract text from them. I couldn't find any good free tools online for that, and I have no idea about building one myself in .NET. I want to be able to parse the pdf and populate the data in a hash table, which can then be put in a database. Therefore, I need the code and not just an application. Does anybody know of something that I can use?
Any help is appreciated.
Thanks.