You cannot extract the content of PDF files by using a Streamreader. The content of PDF files is not simple lines of text, but structured representaions of what you see when you read it. So what you will see from the above code is most likely garbage. You will need to use a PDF library such as
iTextSharp | iText PDF[
^].