I want to detect the print Event and used this code: Detecting browser print event.
I works very fine for normal pages. But it does not work with following HTML-Code
<object type="application/pdf" width="100%">
</object>
Using the Print Button from the embedded Toolbar do not fire the print Event.
Any solutions for this problem?
Thanks you