I want to check for a presentation if it is of type pptm, but SourceFormat has no Pptm type,
is there any other method to check it?
IPresentation presentation = new Presentation(inputPath);
int retval = 0;
switch (pres…...Can't Check If a PowerPoint Presentation Is of Type PPTM in Java...1 I want to check for a presentation if it is of type pptm, but...