Hello there,
I am currently working with your java product for ppt files, i noticed that there are multiple types of ppt files not only the regular like pptx or pptm but also different types like ppam ppsm potm and more.
i would like to know if your Java Classes support these types of files as well because i tried to use them for ppam file and i have got an error at this line:
Presentation presentation = new Presentation(f.getAbsolutePath());
maybe it happens because the constructor doesn’t support this file?
In addition, can you address all the powerpoint file types’ that you do support in java?
first of all thanks for the link with the supported files.
second of all, it will be a problem to send the specific file since it is a malicious file. can you suggest a way that i could send over the file without sharing it publicly or harming you?