Hello,
I’m facing an issue with my powerpoint conversion in image on linux : some elements are missing on the picture file (bmp, jpg or wathever).
For example, the shape at the end of the arrows are not on the result image (linux.jpg). The same conversion from a windows platform is ok for the same ppt (widonws.jpg)
I’m using Aspose.Slides for .NET v19.9.0 with .NET Core 2.1.0.
The code is run in a docker container linux-based.
Here it’s a sample code with a very simple ppt reproducing the problem : solution-netcore.zip
Am I missing something ?
Thank you for your help.