Hi everyone,
I'm hoping to get some help with generating a PDF using PrinceXML where specific pages should be printed in black (and white) only. I've tried using the following CSS properties:
However, when I preview the PDF in Adobe Preflight, I see that all the elements to which the grayscale filter is applied will still be printed in all CMYK colors. My goal is to ensure that only "black(K)" is used for these elements.
I've searched the PrinceXML documentation and forums, but I haven't been able to find a solution that works for me. I'm wondering if anyone else has encountered this issue and has a solution to share.
Any help would be greatly appreciated!
Thanks a lot!
I'm hoping to get some help with generating a PDF using PrinceXML where specific pages should be printed in black (and white) only. I've tried using the following CSS properties:
prince-pdf-output-intent: url(ISOcoated_v2_300_eci.icc);
prince-pdf-color-conversion: output-intent;
filter: grayscale(1);
However, when I preview the PDF in Adobe Preflight, I see that all the elements to which the grayscale filter is applied will still be printed in all CMYK colors. My goal is to ensure that only "black(K)" is used for these elements.
I've searched the PrinceXML documentation and forums, but I haven't been able to find a solution that works for me. I'm wondering if anyone else has encountered this issue and has a solution to share.
Any help would be greatly appreciated!
Thanks a lot!