pdfBox 将pdf文件转成图片

3个jar包分别是 pdfBox 、fontbox、commons-logging。 public static boolean pdfToImg(String pdfPath,String imgDir){   File file = new File(pdfPath);   PDDocument doc; try { doc = PDDocument.load(file); PDFRender
相关文章
相关标签/搜索