How to add a CMYK image to a PDF in Java (Tutorial) (opens in new tab)
TL;DR Printers operate in CMYK colour space rather than RGB, so adding a CMYK image to a PDF will ensure printing accuracy. The JPedal Java PDF library supports this using the addImage() method. Wh…
Read the original article