摘要: import org.springframework.web.multipart.MultipartFile; import org.apache.commons.fileupload.FileItemFactory; import org.apache.commons.fileupload.dis 阅读全文
posted @ 2022-06-20 17:24 田坤坤 阅读(1729) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>2.0.20</version></dependency> import org.apache.pdfbox.io.M 阅读全文
posted @ 2022-06-20 17:21 田坤坤 阅读(673) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>e-iceblue</groupId> <artifactId>spire.doc.free</artifactId> <version>5.2.0</version></dependency> import com.spire.doc.*; /** * 阅读全文
posted @ 2022-06-20 17:19 田坤坤 阅读(584) 评论(0) 推荐(0) 编辑
摘要: InputStream input; if (jar) { input = this.getClass().getResourceAsStream("/templateFile" + "/" + item);} else if (war) { input = new ClassPathResourc 阅读全文
posted @ 2022-06-20 17:17 田坤坤 阅读(21) 评论(0) 推荐(0) 编辑