Are you okay with opening the PDF, but in a way that is invisible to the user? If so, you could set visibility of the object tag with something like <object style="display: none;" ...
. This way the PDF has a chance to open (unbeknownst to the user) and then seemingly magically print the pdf.
Hope this helps!