Hi Guys,
In the Above PDF there are couple of data inside the text box and would Require to extract data from those Fields
To achieve this the solution Am using the DLL called ITextsharp.dll which will allow me me to read those Fields Using the invoke Power-shell activity
Do find the Xaml file how it can be implemented using the power-shell
pdf_extraction.zip (1.3 MB)
Thanks & Regards Sanjay Shankhla
Hai Sanjay,
When i try, am getting the following error in pdf_acrofield.ps1 βcannot be loaded because the execution of scripts is disabled on this system.β , could you please have a look and tell where am I going wrong? Thank you in advance.
Hi @Devi_Anisah, Open your PowerShell and use this command to enable PS scripting on your computer:
Set-ExecutionPolicy unrestricted