How to read PDF file as text file and match a specific word?
Hi all,
Doing task in c#, input as PDF, task is about read the PDF file as text and match the specific word. If the specific word is there then I plan to delete the file. I use system.IO to read the file but I don't know how to check the file. Kindly suggest solution for my issue.