|
|
@@ -124,7 +124,7 @@ public class TranscodingServiceImpl implements TranscodingService {
|
|
|
|
|
|
List<String> videoList= Arrays.asList("wmv","avi","flv","mpeg","mpg","rmvb","mov","mkv");
|
|
|
|
|
|
- List<String> wordList= Arrays.asList("doc","docx","ppt","pptx","xls","xlsx");
|
|
|
+ List<String> wordList= Arrays.asList("doc","docx","ppt","pptx","xls","xlsx","pdf");
|
|
|
|
|
|
|
|
|
ResourceFile fileBean = resourceFileMapper.selectById(userFile.getFileId());
|