c# code to extract data with table from pdf file
I am strugling to extract table from pdf file using c#. Please let me
know if there is any way either by c# code or window api or third party
tool which i can use in c#. I have tried itextsharp and managed to open
the pdf file in my application but can not extract table from pdf file.
Will be greatful if someone explain with code. Thanks