java实现word转成pdf文件
word转成PDF
/**
* word文档转成pdf(doc、docx、txt)
* @param oldFilePath 旧文件地址
* @param toFilePath 生成文件地址
* @param suffix 文件后缀
* @return
*/
public static boolean wordtoPDF(String oldFilePath, String toFilePath,String suffix){
原创
2021-03-10 09:10:07 ·
276 阅读 ·
0 评论