Hi Andrey,
Thanks for your response. I have downloaded and referenced the cross-platform version of Aspose.Slides 24.1 for .NET in my project. But now the project build is failing with below errors. It seems there are still common classes in both Aspose.Slides and System.Drawing.Common. Could you please assist how can I resolve this.
The type ‘Bitmap’ exists in both ‘Aspose.Slides, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ and ‘System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’
The type ‘PixelFormat’ exists in both ‘Aspose.Slides, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ and ‘System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’
The type ‘Graphics’ exists in both ‘Aspose.Slides, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ and ‘System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’
The type ‘Pen’ exists in both ‘Aspose.Slides, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ and ‘System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’