I am having a PDF which has rows in below format :
Category : Demo
Name : abc
Occupation :xyz
Address : abc ,xyz
Category : Demo
Name : 123
Occupation :456
Address : abcd
and this data is repeated in two column format.
Is there any way to import PDF data to SQL Server ?
I have converted PDF to Excel but it does not gives proper column structure.
How can I import data from PDF to SQL Server ? Or How can I do it in C#.Net ?