
程序圜
这个作者很懒,什么都没留下…
展开
-
利用pdfjs实现pdf预览
首先下载pdfjs: https://hub.fastgit.org/mozilla/pdf.js 然后下载里边的东西; 前端: function setpreview(fileno) { window.open('${path}/bower/pdfJs/web/viewer.html?file=${path}/protect.file/getPdfPreView/'+fileno,'PDF','width:50%;height:50%;top:100;left:100;');原创 2021-04-30 15:33:35 · 353 阅读 · 1 评论 -
利用jodconverter将office文件转为pdf文件
首先引入pom文件: <!-- pdf工具--> <dependency> <groupId>org.openoffice</groupId> <artifactId>juh</artifactId> <version>4.1.2</version> </dependency>原创 2021-04-30 15:27:32 · 834 阅读 · 2 评论