摘要: PDF相关操作 word转pdf public static void wordConvertPdf(File targetFile, File file) throws Exception { FileOutputStream os = new FileOutputStream(file); // 阅读全文
posted @ 2024-02-29 19:38 meng_zhao 阅读(5) 评论(0) 推荐(0) 编辑
摘要: java 解压缩文件 解压缩zip文件 private static final int BUFFER_SIZE = 2 * 1024; public static void zipUncompress(String inputFile) throws Exception { File srcFil 阅读全文
posted @ 2024-02-29 19:37 meng_zhao 阅读(11) 评论(0) 推荐(0) 编辑