Hi, when read pdf, table is not correct row & column. This is my code:
filetest.pdf (212.7 KB)
public string ReadPdfWithApose(string Filename)
{
string kq = "";
Aspose.Pd…...Document pdfDocument = new Aspose.Pdf.Document(Filename);...(TextFragment text in cell.TextFragments) { kq += text.Text + " "; }...