Avatar of ITguy565
ITguy565
Flag 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.
PowershellShell ScriptingPDF

Avatar of undefined
Last Comment
ITguy565

8/22/2022 - Mon