10 2019 档案
摘要:package com.tythin.tyboot.core.util; import com.aspose.words.Document; import com.aspose.words.HeaderFooter; import com.aspose.words.HeaderFooterType;
阅读全文
摘要:jar 包 加QQ
阅读全文
摘要:/** * word 转图片 * * @param inputStream 输入文件流 * @param imgFile 输出文件 */public static void wordToImg(InputStream inputStream, File imgFile) { try { com.as
阅读全文
摘要:/** * word 转pdf * * @param source 输入文件 源 doc ,docx * @param target 输入文件 目标 pdf */public static void wordToPdf(File source, File target) { FileOutputSt
阅读全文