html转pdf

This commit is contained in:
18792927508
2023-11-28 16:33:13 +08:00
parent 9c6a5fc390
commit 9f9da3a0dc
7 changed files with 234 additions and 4 deletions
+11
View File
@@ -181,6 +181,17 @@
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13</version>
</dependency>
<dependency>
<groupId>com.itextpdf.tool</groupId>
<artifactId>xmlworker</artifactId>
<version>5.5.13</version>
</dependency>
<!-- 发送邮件-->
<dependency>