Chart Labels Are Wrapped when Converting PPTX to PDF

Labels.zip (58.1 KB)
Hi Team,

I am using latest version of Aspose.Slides - 21.8.
Attached you can see pptx and created pdf.

When I convert a PPTX to PDF, chart labels are being wrapped - is there an option to prevent this or is this a bug?

My code is really simple:

        using (Presentation presentation = new Presentation(@"Labels.pptx"))
        {
            presentation.Save(@"Labels2.pdf", SaveFormat.Pdf);
        }

@ipeadmin,
Thank you for the issue description. I reproduced the problem with wrapping labels of the chart axis and logged the issue with ID SLIDESNET-42793 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-42793) have been fixed in this update.