crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

Custom stylesheet is ignored. #659

Open Ajax30 opened 1 year ago

Ajax30 commented 1 year ago

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

laercioacj commented 1 year ago

@Ajax30 you can try to use like this

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