Show EPS file in IE8 with standards modes set to IE8
Posted
by runrunraygun
on Stack Overflow
See other posts from Stack Overflow
or by runrunraygun
Published on 2010-06-07T15:35:19Z
Indexed on
2010/06/07
16:02 UTC
Read the original article
Hit count: 638
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
With this set my EPS files are not rendered in ABCpdf, but set to EmulateIE7 and they work fine.
I know EPS aren't a standard web format but they are embedded into a PDF using a bit of ABCpdf magic.
Because IE8 isn't even trying to show them they are not appearing on the PDF as they previously were.
<embed
style="abcpdf-tag-visible: true;width:40px;height:40px;"
id="C:\myfile.eps" src="myfile.eps">
© Stack Overflow or respective owner