I am working on C#.net project. I have a pdf file which contains some table structure data. I have google a lot how even not able to get the answer about how to read the table data from pdf file in C# code.
I tried iTextSharp, PdfBOX, pdfSharp etc. However not able to 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 lib?
Have seen many question on stackoverflow, however not a perfact answer i got.
Please help me out.