Saving the PowerPoint Presentation as a PDF Document in C# Hangs

Hello,

The attached 1-slide PPTX causes the save method to hang when saving to PDF with Aspose.Slides for .NET 23.9 (left for 2 hours and didn’t exit). This is on Windows 10, .NET Framework 4.8.

using (var doc = new Aspose.Slides.Presentation("input.pptx"))
{
    doc.Save("output.pdf", Aspose.Slides.Export.SaveFormat.Pdf);
}

input.zip (322.5 KB)

@ast3,
Thank you for reporting on the issue. I’ve reproduced the problem you described.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-44241

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as SLIDESNET-44241) have been fixed in this update. This message was posted using Bugs notification tool by asad.ali

@ast3,

Sorry, the fix for your issue is included in Aspose.Slides for .NET v23.11. Please try it.

Hi Amjad, yes the new release has fixed the issue. Thank you

@ast3,

You are welcome. It is nice to know that your issue is resolved by the newer version.