Print.js icon indicating copy to clipboard operation
Print.js copied to clipboard

Custom stylesheet is ignored.

Open Ajax30 opened this issue 2 years ago • 1 comments

I am using my own stylesheet, like this, <link rel="stylesheet" href="assets/css/print.css" media="print"> and it is ignored.

Ajax30 avatar Feb 22 '23 12:02 Ajax30

@Ajax30 you can try to use like this

printJS({ printable: 'test', type: 'html', css: 'custom.css', scanStyles: false })

laercioacj avatar Mar 04 '23 20:03 laercioacj