Long story short, when you use a Web browser control and VBA to open a pdf file embbeded in a form, the pdf reader fires the print event automatically.
Current setup Win1064Bit/Office365 version 16.0.13628.20234 / Foxit Reader
Here is a screenshot to illustrate what happens
The event is so annoying that it's fired not once, but twice.
Code used to open the PDF file
Private Sub Command2_Click()
Me.WebBrowser0.Navigate2 "C:\Temp\Sample.pdf"
End Sub

