pdf has text as well as one table (with rows and columns) i want to isolate and get table in pdf as a datatable. how can do that with asp.net c# ?
Loading
pdf has text as well as one table (with rows and columns) i want to isolate and get table in pdf as a datatable. how can do that with asp.net c# ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak RawatPosted Jul 21, 2023, 5:48 AM
In your ASP.NET project, open the NuGet Package Manager and search for "iTextSharp." Install the iTextSharp (iText 7 Community) package.
Amit MohantyPosted Jul 21, 2023, 5:30 AM
Check this, it may help you.