mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
Add presentation format pps, ppsx
This commit is contained in:
@ -42,7 +42,7 @@ public class FileUtility
|
||||
|
||||
public static List<String> ExtsPresentation = Arrays.asList
|
||||
(
|
||||
".ppt", ".pptx",".odp"
|
||||
".pps", ".ppsx", ".ppt", ".pptx",".odp"
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user