Commit e07c023f authored by qinhu's avatar qinhu

word转PDF

parent b9161d33
...@@ -182,7 +182,6 @@ public class FastDFSUtils { ...@@ -182,7 +182,6 @@ public class FastDFSUtils {
} }
} }
public static String conventAndUploadWord(InputStream inputStream, String filename) { public static String conventAndUploadWord(InputStream inputStream, String filename) {
File outputFile = new File(filename + ".pdf"); File outputFile = new File(filename + ".pdf");
...@@ -201,10 +200,8 @@ public class FastDFSUtils { ...@@ -201,10 +200,8 @@ public class FastDFSUtils {
FileUtil.del(outputFile); FileUtil.del(outputFile);
return filePath; return filePath;
} }
} }
public static String conventAndUploadExcel(InputStream inputStream, String filename) { public static String conventAndUploadExcel(InputStream inputStream, String filename) {
// 验证License // 验证License
getLicense(); getLicense();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment