文件名称:java aspose-words-20.9-jdk17 word 转 pdf
文件大小:16.62MB
文件格式:ZIP
更新时间:2023-10-31 10:27:41
aspose java
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
【文件预览】:
aspose-words-20.9-shaping-harfbuzz-plugin.jar
aspose-words-20.9-jdk17.jar