Hi,
I am using Aspose PDF for Java version 25.9. I am trying to extract text from a PDF with tables in an Table-row-cell structure but the text contained in a PDF cell is not in the proper cell. Here is the code sample: …...is the code sample: for (Page page : doc.getPages()) { TableAbsorber...TableAbsorber(); tableAbsorber.visit(page); List<AbsorbedTable> tables...