pom文件引入24.2版本的aspose.pdf依赖,但是
com.aspose.pdf.TableOfContents tableOfContents = new com.aspose.pdf.TableOfContents();
tableOfContents.setTitle(“Table of Contents”); //设置目录的标题
tableOfContents.setDisplayPageNumbers(true); //显示页码
//创建一个部分
com.aspose.pdf.Section section = pdfDocument.getSections().add();
TableOfContents 和 Section 类还是在依赖中没有显示