Emulating print media in Internet Explorer
Asked Answered
U

2

17

I am implementing printing of a web page that is originally displayed in Internet Explorer.

I would like to use the browser "Inspect Element" functionality when in print mode. So I would like to emulate print media, while still actually displaying the page in the browser.

Google Chrome has exactly this functionality.

Is this available in Internet Explorer. In particular, IE11?

Unpeople answered 14/10, 2014 at 9:6 Comment(0)
C
9

I do not believe that IE11 currently supports the F12 developer tools in print preview.

I do not know whether such support is in the works, but you could consider adding a suggestion to IE platform suggestion box on UserVoice.

If you're looking to debug issues that only appear during printing, perhaps you could create a simpler case, add a DIV that displays debugging info, and then display your DIV using a print media stylesheet.

Hope this helps...

Coact answered 18/10, 2014 at 17:46 Comment(0)
B
-16

Yes, It is available in IE 11. Click Tools Button (Alt + X) and then Click Print>Print Preview

Buster answered 17/10, 2014 at 11:29 Comment(1)
Print Preview does not do what I want. It is not possible to do "Inspect element" in the Print Preivew window.Unpeople

© 2022 - 2024 — McMap. All rights reserved.