Hi,
Google drive link for repro zip:
We are seeing an OutOfMemoryException during PPTX-to-PDF conversion with the
latest Aspose.Slides for .NET. The issue occurs on a 64-bit Windows Azure App
Service when the presen…...(int index = slide.Controls.Count - 1; index >= 0; index--) {...{ slide.Controls.RemoveAt(index); } } presentation.Save(outputPdfPath...