On 10.01.2023 03:57, Etienne Gautier wrote:
WDYT about changing the deviceCMYK color profile? Or making it configurable at runtime?
Hi, your images didn't get through. You can use these profiles like this:// https://www.adobe.com/support/downloads/iccprofiles/iccprofiles_win.html
PDDeviceCMYK.INSTANCE = new PDDeviceCMYK() { @Override protected ICC_Profile getICCProfile() throws IOException { return ICC_Profile.getInstance("USWebCoatedSWOP.icc"); } };