Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to read the pdf content as it is there in the pdf as c# tables
So that I can get the values for the keys I needed. Please suggest me any better idea

thanks in adavance

What I have tried:

I have tried ITextSharp but it is giving only the entire content at a time.
Posted
Updated 4-May-18 2:47am
v2
Comments
Richard MacCutchan 4-May-18 7:38am    
You first need to give a better idea of what your problem is.
srinivas vanka 4-May-18 8:16am    
Hi richard , am trying to read the tables formatted content which will have the invoice data for suppose for different vendors into C# data tables for find the values of particular fields
Richard MacCutchan 4-May-18 9:22am    
Sorry, that tells us nothing. We have no idea what the content of the document is, or how you are trying to extract it. You need to use the table structure to find the fields that you want the data from.

1 solution

 
Share this answer
 
Comments
srinivas vanka 4-May-18 10:12am    
Los , that was an awesome but using this I could not traverse through the table result as I will five the key to get the value for example in the given pdf if i give T1.H1 the value I should get is 1. ANd so on.. So how to achive this is my problem..
Maciej Los 4-May-18 14:39pm    
Note that i do not see your data and have no access to your HD. So, i have no idea how to resolve your issue.
Afzaal Ahmad Zeeshan 4-May-18 11:24am    
5ed.
Maciej Los 4-May-18 14:36pm    
Thank you, Afzaal.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900