You need to sign in to do that
Don't have an account?

Base64 Encode PDF not working in IE
<apex:iframe src="data:application/pdf;base64,{!BankStatement}"/>
rendering the pdf correctly in Chrome and Mozilla, but showing blank in IE.
{!BankStatement} is the encoded pdf, we are getting from a http call.
rendering the pdf correctly in Chrome and Mozilla, but showing blank in IE.
{!BankStatement} is the encoded pdf, we are getting from a http call.
https://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx
http://stackoverflow.com/questions/27952123/how-to-display-base64-encoded-pdf-in-ie