Slides v2.9

Is there a way to save the slide as a PDF instead of a PPT with this version? We own the current version of Aspose and is working perfectly on a separate application. Unfortunately, due to resources we’re unable to upgrade from 2.9 to the newest. I wish it was reverse compatible with this version.

Hi Gilbert,


I have observed your requirement and you are using very old version of Aspose.Slides for .NET. You are using API version that is no longer supported and has been phased out. The possible code that you may try on your end to get a PDF is as under. If it works for you then there is nothing good than that, otherwise you may please try using the latest version on your end.

Presentation pres=new Presentation(“test.ppt”);
pres.Save(“Test.pdf”,SaveFormat.Pdf);


Many Thanks,