增加iText 7 核心模块
This commit is contained in:
@ -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>-->
|
||||
|
||||
Reference in New Issue
Block a user