I’m try to display pdf file which is embedded using base64 encoding in an html.
Below is the code I have written for this. The pdf file is displayed in chrome and firefox but not internet explorer.
Any Idea how to get it working in IE?
<object data="data:application/pdf;base64,Base64String =" type="application/pdf" width="100%" height="100%"/>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…