I try to save Word document as PDF. In my document I have a logo and after saving to pdf, a background color of this image is incorrect. After some investigation, I have found that the problem is only when I use Aspose in .NET Core application. The same application created in .NET Framework 4.8 works good.
Here are two projects to reproduce this issue:
- NET Framework 48 TestApp.zip (868.6 KB)
- net core TestApp.zip (446.1 KB)
Steps to reproduce (for both apps)
- Open project in VS and run it
- Choose a destination folder and press the button
- In the destination folder you should have a pdf file. Open it
You can see that logo color for .net core app is different than the original image:
net framework result
net core result
If you need more info, please let me know.