Javascript – Send a file to a printer to print when user click print button. But the user MUST NOT be able to Download PDF before Printing
Users request to print reports that are generated on the server side. These reports are sent back as PDF files. There is no need to open these files before printing them. I am using asp.net mvc 5 with js/jq. NOTE…