That has fixed this, and the colors appear with right RGB values now!
I am not sure what this file does, but it has fixed it!

Thanks a lot Tilman.


Best regards,
Hesham

--------------------------------------------------------------------------------------------------
Included Message:

Add this at the beginning of your software:


         PDDeviceCMYK.INSTANCE = new PDDeviceCMYK()
         {
             @Override
             protected ICC_Profile getICCProfile() throws IOException
             {
                 return ICC_Profile.getInstance("USWebCoatedSWOP.icc");
             }
         };

Get the ICC file here:

https://www.adobe.com/support/downloads/iccprofiles/iccprofiles_win.html



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to