I have a script that reduces sizes of CMYK PDFs. This script works in 9.26 very well, and now I have changed to 9.27 on the staging systems. I see the black color in some PDFs change to red. I just tried OpenSuSE 15.1 with GS 9.27, and an Ubuntu 18.04 with GS 9.26. I basically use this two step approach:
pdf2ps $cur_pdf ${cur_pdf%.*}.ps
and then
ps2pdf -dPDFSETTINGS=/ebook -dColorImageDownsampleType=/Bicubic ${cur_pdf%.*}.ps /tmp/$cur_pdf
I discovered, that only specific "fully black" PDFs show this error, once I have other colors included, it seemingly works ok. So I tried to recreate a b/w picture in GIMP, saved to PNG, converted to CMYK tiff, then PDF, and conversion to /ebook works ok. But those PDFs attached in the link come from an agency using QuarkExpress or Indesign (which I don't have). Here is the link, with the originals and the (red) results with 9.27:
https://ln2.sync.com/dl/a23c0e570/znzscb5b-9ucpw8f6-97rgu5gq-cmumrnbk
I have tried to play with the ICC color settings:
-dPDFSETTINGS=/ebook
-sColorConversionStrategy=RGB
-sProcessColorModel=DeviceRGB
-sDefaultRGBProfile=AppleRGB.icc
-sOutputICCProfile=AppleRGB.icc
-dNOQUIET
in GS, to no avail. An RGB for an eBook makes much more sense, as it is displayed on a screen, not on paper...
When I choose output device /screen I see the same behaviour, when I use prepress/pdfwrite or similar, it is ok, but then file size remains big.