java file转MultipartFile
摘要:import org.springframework.web.multipart.MultipartFile; import org.apache.commons.fileupload.FileItemFactory; import org.apache.commons.fileupload.dis
阅读全文
posted @
2022-06-20 17:24
田坤坤
阅读(1736)
推荐(0) 编辑
java 合并Pdf
摘要:<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
田坤坤
阅读(675)
推荐(0) 编辑
java xml转pdf
摘要:<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
田坤坤
阅读(587)
推荐(0) 编辑
java 获取资源文件
摘要:InputStream input; if (jar) { input = this.getClass().getResourceAsStream("/templateFile" + "/" + item);} else if (war) { input = new ClassPathResourc
阅读全文
posted @
2022-06-20 17:17
田坤坤
阅读(23)
推荐(0) 编辑