Greetings
I need to track the print event in the browser window in the client JS / JQ. For example: the user chooses to print (for example, using Adobe Reader) and when clicked, goes to a new browser window, where the actual page goes to print, printer settings, and so on. standard Adobe window. Is it possible to track the print event just by clicking on "Print" in this window Adobe from client JS / JQ, i.e. exactly when you press and directly launch the document to the printer?
I tried to use this resource , but this script only works when you press CTRL + P in the window, and not in the case of a button for printing on the site. It is necessary to track exactly the specific fact of printing, and not the opening of the Adobe window.
Thank you in advance!