Hello everyone,
I am looking through the vast array of wkhtmltopdf documentation and have not come across an option for applying the CMYK color scheme to text in the document. Currently I am using DOMPDF in which I can declare CMYK colors in the css (ex. cmyk(0,0,0,1) = 100%K) which works perfectly. I only really need it for text purposes as that is a majority of the document. Am I overlooking an option, or setting, that accomplishes this?
Thanks everyone for your time.