PPTX with 3D animation and font effects are not getting converted

Hi,

We are using 5.6 registered version of Aspose.Slides with .Net application. Please find attached 2 PPTX files which are not getting generated. This is urgent issue. Kindly provide fix for this ASAP. Following is the code I am using:


case “.pptx”:
Aspose.Slides.License pptxLicense = new Aspose.Slides.License();
pptxLicense.SetLicense(“Aspose.Total.lic”);

Aspose.Slides.Pptx.PresentationEx presentationEx = new Aspose.Slides.Pptx.PresentationEx(sourceFile);
presentationEx.Save(destinationFilePath, Aspose.Slides.Export.SaveFormat.Pdf);

retVal = destinationFilePath;

Thanks,

Viral Patel

Hi Viral Patel,

Thanks for using Aspose.Slides,

I have checked both attached files with Aspose.Slides for .NET 5.8.0.

This problem has been fixed please use latest version of Aspose.Slides.

Converted files are attached herewith for your reference.

Best Regards