marcbachmann / node-html-pdf

This repo isn't maintained anymore as phantomjs got dreprecated a long time ago. Please migrate to headless chrome/puppeteer.
MIT License
3.55k stars 544 forks source link

Output PDF get blur when using CSS grayscale #681

Open ghonchesefidi opened 2 years ago

ghonchesefidi commented 2 years ago

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