Published
- 1 min read
html5 embed pdf base64
The solution for this is noted below
html5 embed pdf base64
Solution
<iframe src="data:application/pdf;base64,base64encodedpdf"></iframe>
<embed src="data:application/pdf;base64,base64encodedpdf">
Try other methods by searching on the site. That is if this doesn’t work