0

我已经使用 openpdf 在我们的应用程序中生成 pdf 文档。我在下面添加了 openpdf 最新版本的 maven 依赖项。构建成功但出现运行时错误,如下所示。有人可以帮助解决这个错误吗?

由于 itext-rtf jar 2.1.7 已被隔离,我们已从 pom 文件中删除了该依赖项并添加了此依赖项。

<dependency>
    <groupId>com.github.librepdf</groupId>
    <artifactId>openpdf</artifactId>
    <version> 1.3.26</version>
</dependency>

这是我在运行时遇到的错误:

Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.americanexpress.gtt.fxip.util.FXIPClassPathXmlApplicationContext]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/lowagie/text/rtf/style/RtfFont
    Caused by: java.lang.NoClassDefFoundError: com/lowagie/text/rtf/style/RtfFont
4

0 回答 0