Hi Team,
I am using The following code for Extracting the tables from Pdf
public static void Extract_Table()
{
// Load source PDF document
Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(@“c:\tmp\the_world…...textFragmentCollecti) { string txt = “”; foreach (TextSegment seg...Segments) { txt += seg.Text; } Console.WriteLine(txt); } } } }...