word转pdf
public void wordToPdf2(String sourcePath, String destPdfPath) { getLicense(); File file = new File(destPdfPath); try (FileOutputStream os = new FileOutputStream(file)) { if (!(System.getProperty("os.name").contains(...
原创
2021-10-29 17:18:25 ·
355 阅读 ·
0 评论