I want to Read Column vise data from a PDF file using C# and insert to table based on corresponding column.
Here with attached sample pdf file for your reference. Please any one help to achieve the solution.
--UPDATE--
I have tried using PDF library iTextSharp. I have tried method of PdfTextExtractor.GetTextFromPage
. It will help to extract the all text from pdf file, but I was not able to get the data like row and column wise.