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: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to