jquery - Display PDF Blob data on my HTML page -
hi have base64 encoded blob data on page. pdf blob data. how can convert data display pdf.
i have tried iframe, embed object everything.. not working. blob data huge. there viewer working? also, should able select texts in 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>
Comments
Post a Comment