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]

