Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to insert the table which is in PDF document to SQL Server Database table..
Posted

1 solution

You could start with looking here: StackOverFlow: Programmatically Extract PDF Tables[^]

As you might understand it is not entirely easy.
 
Share this answer
 
Comments
SunnySandeep549 13-Jan-15 1:21am    
we can read text from PDF, but my requirement is, read data from table cell in pdf and store that in DB. So that i work with Bytescout dll, it can read table in PDF. But the problem is, if the table cell contain two rows, it is considering as it is next line, so that another row is creating by making other column values null...
George Jonsson 15-Jan-15 2:10am    
I suppose you have to find way to replace the CR/LF characters with a comma (or similar).
It might be possible if you can access the data stream before the conversion.

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