Hi, I need a library to convert PDF to text or TIFF in C# - preferably open source under a permissive licence. Currently using xpdf but as I understand the GPL I can't compile it into a DLL and link to it without releasing the rest of my code under the GPL.
Does such a library exist? If not, what is the best value tool which would suit my needs? Thanks.