使用破解版-aspose-words-19.5jdk.jar
https://blog.csdn.net/aley/article/details/127914145
Document wordDoc = new Document(wordFileInputStream); wordDoc.save(pdfFile, new PdfSaveOptions());
在linux中使用会造成中文乱码问题
解决方案:复制全部win字体到服务器,然后在代码里引用路径即可
在word文档里面设置好分页符即可,路径:页面布局-分隔符-下一页分节符
遍历每一页 wordDoc.getSections(),然后.getPageSetup()设置边距即可
https://www.cnblogs.com/paopaolx/p/16539342.html
org.springframework.boot spring-boot-maven-plugin org.projectlombok lombok true
转出的PDF需要落地
字体也是读取本地路径
https://gitee.com/zhaomingjian/workspace_luoan_demo/tree/master/word2pdf