|
|
|
@ -156,9 +156,9 @@ public class FenpanService {
|
|
|
|
|
try {
|
|
|
|
|
PdfBoxUtils.pdf2image(piece.getAbsolutePath(),file.getAbsolutePath());
|
|
|
|
|
File[] files = file.listFiles();
|
|
|
|
|
System.out.println("件名:"+file.getName());
|
|
|
|
|
// System.out.println("件名:"+file.getName());
|
|
|
|
|
for(File pdfImg:files){
|
|
|
|
|
System.out.println("图片名"+pdfImg.getName());
|
|
|
|
|
// System.out.println("图片名"+pdfImg.getName());
|
|
|
|
|
getDocumentList(documentList, pdfImg);
|
|
|
|
|
}
|
|
|
|
|
} catch (IOException e) {
|
|
|
|
|