PPT to Tiff: Content missing in generated image (C# .NET)

Hi Team,

I have noticed that upon converting the PPT slides to tiff image, few contents are missing from the tiff image file. I have attached the sample reproducer code as well as the test files below for reference.

Sample reproducer function

    static void GenerateTiffFromPpt()
    {
        var pptStream = new FileStream("Charts_FdschartSvgRowLayout_Ppt.pptx", FileMode.Open);
        var presentation = new Presentation(pptStream);
        presentation.Save("Charts_FdschartSvgRowLayout_Ppt.tiff", SaveFormat.Tiff);
    }

Test Files
TestFiles.zip (863.8 KB)

@dfactset,

I have worked with the presentation file using Aspose.Slides for .NET 19.10 and have been able to reproduce the issue. A ticket with ID SLIDESNET-41517 has been created in our issue tracking system to investigate and resolve the issue. This thread has been associated with the ticket so that we may share the notification with you once issue will be fixed.

Hi @Adnan.Ahmad,

I see the status of the ticket SLIDESNET-41517 as resolved.
Is it possible to get the updated version of Aspose.Slides to test at our end?

@dfactset,

I like to inform that this issue is resolved in Aspose.Slides 19.12 and will be released next month.

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

Verified the latest update and the issue is resolved now.
Thank you.

@dfactset,

Thank you for your feedback.