I need to extract text from PDF file. I've found iTextSharp and PDFBox, but both of them are only Java ports and to make them work i need to use big additional dlls.
So, my question is: is there some native C# library for extracting text from PDF files? If there is no any, is it hard to write one?