Is there a way to read table data (parsing) from pdf file using Adobe Reader library Library type

I am working on a C # .net project. I have a pdf file that contains some table structure data. I have a lot of google how it even fails to get an answer on how to read table data from pdf file in C # code.

I tried iTextSharp, PdfBOX, pdfSharp, etc. However, I could not get it. Is there a way to read the data.

OR

Is it possible to read table data from pdf file using Adobe Reader type?

Saw a lot of questions on stackoverflow however didn't get the right answer.

Please help me.

+3


source to share


1 answer


Check out Ivy PDF: www.ivytools.net



It can fetch tabular data quite well (assuming the tables are structured correctly).

0


source







All Articles