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

Background color not applying those area where no html #690

Open vickygoelk opened 1 year ago

vickygoelk commented 1 year ago

Using below logic

html, body{ background-color: #1f1463; font-family: 'Nunito Sans', sans-serif; color: #fff; padding: 0px; margin: 0px; -webkit-print-color-adjust: exact; } Screenshot 2022-08-04 at 12 28 03 PM

Using following options config

var options = { format: 'Letter', "orientation" : "portrait",
"header": { "height": "30mm" }, "footer": { "border": 0,
"height": "10mm" }};