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,
Presentation pres=new Presentation(“test.ppt”);pres.Save(“Test.pdf”,SaveFormat.Pdf);