2
Answers

Convert Pdf to DataTable in C#

Prakash Mondal

Prakash Mondal

3y
2.1k
1

I want to convert to DataTable from a pdf file in c#. In this pdf, tabular format is there.

Answers (2)
2
Shweta Lodha

Shweta Lodha

20 48.6k 4.2m 3y
You can try iTextSharp, which is a free library
2
Muhammad Imran Ansari

Muhammad Imran Ansari

261 7.4k 324.6k 3y
You can achieve through Spire.PDF dlls which are easily available through NuGet package.
PM> Install-Package Spire.PDF
For more information, check the following step-by-step link in C# and VB
https://www.e-iceblue.com/Tutorials/NET/Spire.PDF/Program-Guide/Table/C-/VB.NET-Extract-Tables-from-PDF.html