In our web application, we have a print function for several of our pages, and we use the approach that we use to place the current page content in a globally accessible iframe document and print the iframe (using Javascript). This works fine in Firefox, but in IE it prints an iframe in a very small font, almost unreadable.
All CSS used in both browsers is the same, I ensured that the printed HTML does not overflow in any way (which makes IE suitable for content or something else) ... and yet IE print is very small. Interestingly, if I change the print logic to write to a new window, and then do window.print (), everything will work fine in IE, and the font will be as large as required / specified CSS.
Has anyone encountered a similar issue with iframe.print () in IE?
Thanks for the help.
Nitin
legendofawesomeness
source share