Extract Text from PDF
Contents
[
Hide
]
Extract Text from PDF in C#
GroupDocs.Parser (which is a part of Conholdate.Total for .NET) is very powerful tool to extract text and it can be easily used in simple use cases.
This article shows how to write code for a simplest scenario.
To extract text from PDF or any other supported documents, simply call GetText method like as code snippet below: