I need to extract text from a PDF file. I found iTextSharp and PDFBox, but both of them are only Java ports, and to get them working, I need to use large additional DLLs.
So my question is: is there some kind of native C # library for extracting text from PDF files? If not, is it difficult to write?
source share