java操作pdf文档,将pdf转化为图片 publicvoidPdf_Png(intpageNumber){ intpagen=pageNumber; Filefile=newFile("D:/test.pdf"); PDFFilepdffile=null; //setupthePDFreading try{ RandomAccessFileraf=newRandomAccessFile(file,"r");