English

Extract Data from Tables in PDF using C#

PDF has become one of the most widely used document formats in a multitude of fields. In various cases, it is used to generate invoices where data appears to be in a tabular form. In such cases, you may need to parse the PDF to read data from the tables programmatically. To achieve this, the article covers how to extract data from PDF tables using C#.
June 10, 2021 · 3 min · Usman Aziz