Hi,
for some monitoringproject I want to be able to read line by line from a pdf, compare it to a string( a filename), and if the string appears in that line, write that line to a list.
So far I had a quick look at ITextSharp and at PDFSharp, but it doesn't seem like these are the right tools for the job as they focus most on altering and printing pdfs.
Does anyone know another way of reading lines from a pdf, or should I keep trying with ITextSharp & PDFSharp?
thx.