前段時間一直使用到word文檔轉(zhuǎn)pdf或者pdf轉(zhuǎn)word,尋思著用Java應(yīng)該是可以實現(xiàn)的,于是花了點時間寫了個文件轉(zhuǎn)換工具 源碼weloe/FileConversion (github.com) 主要功能就是word和pdf的文件轉(zhuǎn)換,如下 pdf 轉(zhuǎn) word pdf 轉(zhuǎn) 圖片 word 轉(zhuǎn) 圖片 word 轉(zhuǎn) html word 轉(zhuǎn) pdf 實現(xiàn)方法 主要使用了pdfbox Apache PDFBox | ...