neodynamic / JSPrintManager

Advanced Client-side Printing & Scanning Solution for Javascript
https://www.neodynamic.com/products/printing/js-print-manager/
257 stars 137 forks source link

How to prevent the Chrome popup when printing? #36

Closed ii-batman closed 2 years ago

ii-batman commented 2 years ago

I got this pop msg when I was testing via https://jsprintmanager.azurewebsites.net/ We would like users to be able to print without being prompted. Is there a setting which can be set using group policy on Win10 machines to prevent this pop up? PopUp

neodynamic commented 2 years ago

That dialog can be disabled by the user by checking the Don't ask again for this site If you have control on those clients machines, then you can edit the C:\Users\[USER_NAME]\AppData\Local\.neodynamic\jspmallow_list file and add the jsprintmanager.azurewebsites.net entry or any other one

ii-batman commented 2 years ago

Awesome, do you know of a way of doing this using group policies?

neodynamic commented 2 years ago

No, sorry

ii-batman commented 2 years ago

Cool, thanks - If I find a way I be sure to post here also.