I want to extract Tables in a PDF document pro-grammatically using C# for a college project. i'm quite familiar with itextsharp.
Is there a way i can extract tables in
itextsharp?Is there any other free library i can use for this purpose ?
Can i convert the
PDFto XML/HTML in order to extract<table>tags, if so is there a free library i can use forPDFto HTML conversion ?or
please give me a suitable solution for this..