Convert PDF To DOCX, PptX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Java... save ( "PDF to PPT.pptx" , pptxOptions ); .NET PDF...
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…...Ppt: retval = SaveFormat.Ppt; break; case SourceFormat...SourceFormat.Pptx: retval = SaveFormat.Pptx; break; case SourceFormat...