Print.js
Print.js copied to clipboard
Custom stylesheet is ignored.
I am using my own stylesheet, like this, <link rel="stylesheet" href="assets/css/print.css" media="print">
and it is ignored.
@Ajax30 you can try to use like this
printJS({ printable: 'test', type: 'html', css: 'custom.css', scanStyles: false })