From 55f3ed4ddaeb10dee37226b0582e7c2eb7469965 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 22 Oct 2025 18:44:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B0=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BAPDF=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85itextpdf=E6=94=B9=E6=88=90openpdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1537812061454336]将导出PDF使用的依赖包itextpdf改成openpdf http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1537812061454336 --- pom.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1b9a276..0abf9b3 100644 --- a/pom.xml +++ b/pom.xml @@ -880,6 +880,22 @@ along with this program. If not, see .--> 1.2.83 + com.github.librepdf + openpdf + 1.4.2 + + + org.xhtmlrenderer + flying-saucer-pdf-openpdf + 9.4.0 + + + com.github.librepdf + openpdf + + + + itextpdf 5.5.13.3 - com.itextpdf itext-asian 5.2.0 - + --> net.lingala.zip4j zip4j @@ -1111,6 +1126,10 @@ along with this program. If not, see .--> junit junit + + com.lowagie + itext + @@ -1441,4 +1460,4 @@ along with this program. If not, see .--> 15.7 - \ No newline at end of file + -- Gitee From 010647d3dbeddc3f512d62cb35f735da14b42192 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 22 Oct 2025 18:46:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B0=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BAPDF=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85itextpdf=E6=94=B9=E6=88=90openpdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1537812061454336]将导出PDF使用的依赖包itextpdf改成openpdf http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1537812061454336 --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 0abf9b3..12c0854 100644 --- a/pom.xml +++ b/pom.xml @@ -895,21 +895,6 @@ along with this program. If not, see .--> - net.lingala.zip4j zip4j -- Gitee