1. 首页
  2. 跨平台
  3. APICloud
  4. java aspose words 20.9 jdk17 word 转 pdf

java aspose words 20.9 jdk17 word 转 pdf

上传者: 2020-10-14 09:47:47上传 ZIP文件 16.62MB 热度 46次
java aspose word 转 pdf jar包 try { Document doc = new Document(wordPath); fileOS = new FileOutputStream(new File(pdfFilePath)); // 保存转换的pdf文件 doc.save(fileOS, SaveFormat.PDF); } catch (Exception e) { log.error("error:", e); } finally { try { if (fileOS != null) { fileO
用户评论