Portion Font Color Inconsistency in PPTX

Hello,

I am writing to you about the problem we encountered in working with MSO PowerPoint document using the Aspose Slides for Java library (v21.10). We are using Ubuntu 22.04 LTS and OpenJDK 11.0.13.

There is no consistency in font color in the first portion of the first slide. In other words, assert statements can not prove the visual state of text (text is white, which is not case in assert statements).

In the attachment below, you can find the ZIP file with test code, source PPTX file as well as screenshot of presentation.

Best regards!
Aleksandar

Test code and files.zip (711.4 KB)

@zpredojevic,
Thank you for contacting support.

Your assert statements are checking if the text color is black but the text color is not black or white. text_color.png (150.5 KB)
Could you please share your values returned from portionFontColor variable?

Hello,

I am sorry, it was my mistake.
Expected color values are 219,245,249 and actual values are 77,225,234 (returned by portionFontColor).

In the attachment, you can find the test file with above-mentioned assertions, as well as PPTX file and screenshot.

Thank you.

Regards!
Aleksandar

New test code with files.zip (711.4 KB)

@zpredojevic,
Thank you for the additional information. I’ve also read the same color values with version 22.6 and added a ticket with ID SLIDESJAVA-38864 to our issue tracking system. We apologize for any inconvenience. Our development team will investigate the case. You will be notified when the issue is resolved.