Note:- This article is mainly intended to read content from
a PDF file and convert that into a string using C#.
The following steps will guide you to read content from a PDF file:
To start with this, you need to download itextsharp-all-5.2.1, which can be download from here.
Extract the whole archive (inside itextsharp-all-5.2.1 folder also) to your local directory.
Create a new Console Project.
Add...
Read PDF file content into string
Continue Reading →