I would like to send a print job to the printer without having to click the OK button in the print confirmation dialog box.
Any C # or javascript code will be fine, depending on what works best.
So ... I know that it is possible to print an HTML document, but is it possible to print without clicking the user in order ?
- The reason I'm asking about this is because the print job prints the document 100 times by dynamically pasting the values โโof the forms. (Imagine that you printed a thank you card to 100 people and did not want to change your name 100 times). If the user must confirm the print job for each of these documents, it will take some time to complete one print job. Now imagine that 100 print jobs appeared in one day! This person spends hours to click โgoodโ 10,000 times.
Note. . Only one person who will need to use the print form, therefore, if it is a matter of reducing security issues in the browser that will work. I just need a way to allow all 100 prints without confirming each of them (even one confirmation per 100 will be fine, but the document should still change every time).
source
share