node-html-pdf icon indicating copy to clipboard operation
node-html-pdf copied to clipboard

Output PDF get blur when using CSS grayscale

Open ghonchesefidi opened this issue 2 years ago • 0 comments

Hi I'm using the grayscale filter on the body tag. The output file gets blurred. my code:

@media print {body{-webkit-filter: grayscale(100%);}}

Before: image After: image

ghonchesefidi avatar May 28 '22 10:05 ghonchesefidi