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 using code stage. Thanks in advance.