Martin Camp
Martin Camp
setup a @print Style sheet. that hides any unwanted elements on the page. then pass " --print-media-type " as part of your CustomSwitches.
I use var view = new ViewAsPdf(); view.Cookies = Request.Cookies.AllKeys.ToDictionary(k => k, k => Request.Cookies[k].Value);
I'm running in Poweshell on windows. I think when it generates the commit and sends it to execSync that maybe windows needs it in double quotes. execSync("git commit -m '".concat(answer.message.replace(/'/,...