` <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>org.apache.poi.xwpf.converter.pdf</artifactId> <version>1.0.6</version> </dependency>` 解决办法:只需要将Windows下面的字体拷贝一份到Ubuntu系统/usr/local/share/fonts下,然后执行fc-cache -fv重启你的项目就可以了