Hello together,
I try to get a full CMYK PDF, that suits all needs of printing production. Therefore I tried to start my CSS with this
in order to get a flawless CMYK PDF.
When running this through Prince12, I get an error message:
Isn't the standard ICC folder directly available?
Thanks
Tobias
I try to get a full CMYK PDF, that suits all needs of printing production. Therefore I tried to start my CSS with this
@prince-pdf {
prince-pdf-output-intent: url("ISOcoated_v2_eci.icc");
prince-pdf-page-colorspace: cmyk;
prince-pdf-color-conversion: full;
}
in order to get a flawless CMYK PDF.
When running this through Prince12, I get an error message:
prince: ISOcoated_v2_eci.icc: error: can't open input file: No such file or directory
prince: error: output intent required for --convert-colors
Isn't the standard ICC folder directly available?
Thanks
Tobias