I want to be default checked the background graphic option in the print preview window by using javascript or CSS?
Thank you.
Below option help me to archive in chrome, but not in Firefox.
<style type="text/css" media="print">
* {
-webkit-print-color-adjust: exact !important; /*Chrome, Safari */
color-adjust: exact !important; /*Firefox*/
}
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With