增加iText 7 核心模块

This commit is contained in:
2025-09-04 19:57:50 +08:00
parent 127059e934
commit ae3738c098
7 changed files with 567 additions and 454 deletions

View File

@ -88,8 +88,16 @@
<artifactId>layout</artifactId>
<version>7.2.5</version>
</dependency>
<!-- iText 7 核心模块必须layout依赖此模块 -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>kernel</artifactId>
<version>7.2.5</version> <!-- 与layout版本严格一致 -->
</dependency>
<!-- 支持中文字体 -->
<!-- 支持中文字体 -->
<!-- <dependency>-->
<!-- <groupId>com.itextpdf</groupId>-->
<!-- <artifactId>itext-asian</artifactId>-->