I use aspose PDF to extract the contents of the table of PDF, the code is as follows, I found that some of the contents of the table can not be extracted, such as the cell content can not be extracted。
private static St…...textFragmentCollecti) { String txt = ""; for (TextSegment seg :...getSegments()) txt += seg.getText(); System.out.println(txt); } } }...