
Hu-0423
这个作者很懒,什么都没留下…
展开
-
Java实现浏览器上预览本地pdf
@RequestMapping(value = "ProductionDrawingPreview") public void reviewPriceData(@RequestParam("Path") String Path , HttpServletRequest request, HttpServletResponse response) throws Exception { // @RequestParam("Path") String Path传入需要预览的本地pdf路径 ...原创 2021-09-10 10:24:02 · 892 阅读 · 0 评论 -
Java实现Excel转pdf
1.首先在pom.xml引入以下仓库地址,因为该jar包只能在此仓库下载 <repositories> <repository> <id>com.e-iceblue</id> <url>http://repo.e-iceblue.cn/repository/maven-public/</url> </repository> </repositories> 2.引入原创 2021-03-26 12:53:54 · 1522 阅读 · 3 评论