Print PDF from Firefox

3

I am using the following command to print a PDF that is inside the iFrame, and the PDF is included locally on the same server:

window.frames["imprimirpdf"].focus();
window.frames["imprimirpdf"].print();

Does anyone know how to fix this or how to do it in Firefox?

    
asked by anonymous 06.03.2015 / 20:51

1 answer

1

Caio,

There is an old bug ( link )
in the built-in firefox pdf plugin, and was not resolved until the date of that post.

    
07.03.2015 / 06:25