Extract Data from PDF From fields Using invoke Power shell

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 :slight_smile:

5 Likes

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