Aspose.Slides Stuck when Converting PPTX to PDF

I am using latest version of Aspose.Slides - 21.8. When I try to convert a pptx that contains a specific chart to pdf conversion hangs.
Data is specific - as values are below zero and min value in the chart is set to zero.

Attached you can see two pptx documents

  • stuck.pptx - that is causing the issue:
  • fixed_modifed_axis.pptx - can be successfully converted to PDF - min and max values Y axis values are modified (for both axis).

My code is really simple:

    using (Presentation presentation = new Presentation(@"stuck.pptx"))
    {
            MemoryStream stream = new MemoryStream();
            IPdfOptions saveOptions = new PdfOptions(); 
            presentation.Save(stream, SaveFormat.Pdf, saveOptions);
    }

example_stuck.zip (72.2 KB)

@ipeadmin,
Thank you for the issue description. I reproduced the problem with freezing PPTX to PDF conversion and logged the issue with ID SLIDESNET-42801 in our tracking system. Our development team will investigate this case. You will be notified when the problem is fixed.

The issues you have found earlier (filed as SLIDESNET-42801) have been fixed in this update.