I know there are some links and answers around here but they dont fit my problem... I have an open tab in a browser with a pdf to print and I want to close it automatically as soon as the user hits the 'OK' (print) button.
I know there are ways to use javascript onbeforeprint() and onafterprint() for this, but as you can imagine I it is impossible to call those from a pdf file :D - I see plugin for a browser as my best shot... Any ideas anybody?