Here's what worked for me, I used it in my rendering tests which detect differences:

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

The results are definitively different.

If you have a test file, I could render it with and without the change and check whether it is different or not. Maybe your file doesn't have the /DeviceCMYK colorspace but something else?

Tilman

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

Reply via email to