Link to home
Start Free TrialLog in
Avatar of ITguy565
ITguy565Flag for United States of America

asked on

Powershell scripting Assistance "Searchable PDF Code Fragment"

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.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ITguy565

ASKER

Thanks oDbA!!