I have a query system which prints a voucher with a query number and some additional information, all this is done with asp.net mvc 5 I had used PrintDocument () to print on the thermal printers of my clients but apparently The option of printing from the server side is not adequate to print to my clients.
That is why I decided to handle the voucher printing using JS or jQuery but how can I print a voucher with this language? Do bookstores exist for this? and the millionaire question ... how can I eliminate the dialog box when printing with javascript or print directly on the default printer?