I wish to display a 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 in Internet Explorer .
Any idea how to get it working in IE? Adobe Reader plugin is properly working in IE for me.
<iframe src="data:application/pdf;base64,baseEncodedString"></iframe>
I am not able to paste the base encoded string because of character limits.But it is of size 401676 characters.