How to print a PDF in Firefox?
This function works in Chrome but not in Firefox
function print_pdf(url){ var id = \'iframe\', html = \'
PDFs have Javascript support. I needed to have auto print capabilities when a PHP-generated PDF was created and I was able to use FPDF to get it to work:
http://www.fpdf.org/en/script/script36.php