@@ -465,6 +465,7 @@ public class FileUploadUtil {
FileUtils.deleteQuietly(new File(sourceFilePath));
return path;
} catch (Exception e) {
+ e.printStackTrace();
log.error("转换pdf失败:" + e.getLocalizedMessage());
return null;
}