Extract Data from PDF using itextSharp library

I am trying to extract data from PDF file using code stage c#.

I referred the link: https://www.codeproject.com/Articles/14170/Extract-Text-from-PDF-in-C-NET

I designed my code and initialize using this link. But I get following error when tried to run the code.

Error:
Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'itextsharp, Version=3.0.10.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Can you please tell me the reason for this error or any other procedure(or code) to extract data from PDF file. Thanks in advance.
 

srkjain

New Member
I am facing same issues for using the HtmlAgilityPack.dll , i keep the dll in path "C:\Program Files\Blue Prism Limited\Blue Prism Automate" and in code stage no error but while running it throws error (mentioned above in this chain). please help
 
Top