Hi I have base64 encoded blob data on my page. It is pdf blob data. How can I convert this data to display as PDF.
I have tried iFrame, Embed object everything.. It is not working. The blob data is huge. Is there any viewer which would get this working? Also, I should be able to select texts in the displayed PDF data.
try it
<object data="data:application/pdf;base64,<?php echo base64_encode($content) ?>" type="application/pdf" style="height:200px;width:60%"></object>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With