Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

I believe the correct answer is you can't. http://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx

Base64 encoding in IE only works for certain image types and not PDF.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...