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

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -