Working with PdfTextReader Class
The PdfTextReader class is used to extract text content from PDF documents. It inherits from TextReader class, so you can use it just like an ordinary StreamReader, just feed it with PDF document, then you can use methods such as Read(), ReadLine() to read text from it.