代码说明

This commit is contained in:
lijiazhuo
2025-12-23 11:30:15 +08:00
parent 216af18b6e
commit b2fe40b6a3
8 changed files with 259 additions and 81 deletions

15
pom.xml
View File

@ -65,6 +65,21 @@
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>7.2.5</version>
<type>pom</type>
</dependency>
<!-- 亚洲字体包(必需!) -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>font-asian</artifactId>
<version>7.2.5</version>
</dependency>
</dependencies>
<build>