public class pdfToWordUtil { @Test public void test() throws Exception{ String pdfFile = "I:/a.pdf"; // pdf的位置PDDocument doc = PDDocument.load(new ...
確定! 回上一頁