代码优化 处女转pdf 权限问题

This commit is contained in:
gaojiabao
2023-06-02 17:04:13 +08:00
parent b4d0eab10e
commit 4d2604aea5
2 changed files with 28 additions and 26 deletions
+7 -6
View File
@@ -23,14 +23,15 @@
<dependencies>
<dependency>
<groupId>com.documents4j</groupId>
<artifactId>documents4j-local</artifactId>
<version>1.0.3</version>
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>6.0.1</version>
</dependency>
<!-- 转出pdf需要 -->
<dependency>
<groupId>com.documents4j</groupId>
<artifactId>documents4j-transformer-msoffice-word</artifactId>
<version>1.0.3</version>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-export-fo</artifactId>
<version>6.1.0</version>
</dependency>
<dependency>