10 2019 档案

摘要:package com.tythin.tyboot.core.util; import com.aspose.words.Document; import com.aspose.words.HeaderFooter; import com.aspose.words.HeaderFooterType; 阅读全文
posted @ 2019-10-21 17:22 夏风中的Young_Uncle 阅读(3410) 评论(2) 推荐(0) 编辑
摘要:jar 包 加QQ 阅读全文
posted @ 2019-10-16 14:59 夏风中的Young_Uncle 阅读(1741) 评论(0) 推荐(0) 编辑
摘要:/** * word 转图片 * * @param inputStream 输入文件流 * @param imgFile 输出文件 */public static void wordToImg(InputStream inputStream, File imgFile) { try { com.as 阅读全文
posted @ 2019-10-16 14:57 夏风中的Young_Uncle 阅读(1893) 评论(0) 推荐(0) 编辑
摘要:/** * word 转pdf * * @param source 输入文件 源 doc ,docx * @param target 输入文件 目标 pdf */public static void wordToPdf(File source, File target) { FileOutputSt 阅读全文
posted @ 2019-10-16 14:56 夏风中的Young_Uncle 阅读(1744) 评论(0) 推荐(0) 编辑