Trying to extract the textual content of a pdf with the following code:
PdfReader reader = new PdfReader(path); string strText = string.Empty; for (int page = 1
I resolved this issue by updating my version of iTextSharp from 5.1 to 5.2.