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
PDF
to XML/HTML in order to extract<table>
tags, if so is there a free library i can use forPDF
to HTML conversion ?or
please give me a suitable solution for this..