You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build pdf using node WebKit, but when we are passing images base path using the following arguments it is not working same for CSS also
var options = {
format: 'Tabloid',
"base": "C:\Users\Anish\Desktop\my\img",
};