Php – Trying to make BLOB to PDF in browser
I have BLOB information from my database and trying to display a PDF file in browser using this: echo "<object data='data:application/pdf;base64,".base64_encode($row['PDF_File'])."' type='application/pdf' style='height:600px;width:60%'></object>"; But with the result I get a problem like this: The error message (originally in Russian) in…