Experts,
I am looking for a "free" way to take a PDF document save the contents of the PDF to a variable in a "Searchable" format..
So essentially I want to do the following :
get-webrequest -uri "Path to PDF"
Store this information into a variable in a searchable format and then run a query based on "Text" or a "String" withen that PDF file..
What is the easiest way of doing this .. Please provide a code snippet for it.