how to display base64 encoded pdf in IE?

后端 未结 1 1822
傲寒
傲寒 2020-12-20 22:17

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

相关标签:
1条回答
  • 2020-12-20 22:38

    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.

    0 讨论(0)
提交回复
热议问题