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…...PPTM in Java Aspose.Slides Product Family slides-java , slides-formats...case SourceFormat.Pptx: retval = SaveFormat.Pptx; break; case SourceFormat...