Hello,
I have two files that are powerpoint presentations, but with aspose slides 21.2 I am getting Unknown LoadFormat for them.
Can you please check?
com.aspose.slides.IPresentationFactory pf = new com.aspose.slides.PresentationFactory();
System.out.println(pf.getPresentationInfo("path_to_file").getLoadFormat());
System.out.println(com.aspose.slides.LoadFormat.Unknown);
files on zippy
Thanks, Zeljko