I need to ability to force the PDF output to be black & white. So I need it to override any colors specified in the CSS because I can't change those for another purpose. Is there a way in code to flag that option?
Thanks
Thanks
* {
color: black !important;
background: transparent !important
}