function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SidharthSidharth 

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. 
SonamSonam (Salesforce Developers) 
Hi Sidharth, looks like this is something which is not supported on IE..reference:
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