I am using a hidden iframe to print page contents generated by php, this works fine in Firefox and until this weekend it has also been working fine in Chrome, now in Chrome it prints in a lot larger text than the html is set to?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://code.google.com/p/chromium/issues/detail?id=135563
It’s a bug that just occurred in the latest version of Webkit which was released with Google Chrome version 20, has to deal with the css being messed up specifically when printing an iframe. Unfortunately the only thing you can do in the time being is to print directly from viewing the page (iframe printing won’t work, so you can’t load a page to be printed), or have your users switch to Firefox.
Hopefully this saves you the many hours I spent looking into the issue yesterday!