
Originariamente inviata da
badaze
Puoi fare cosi per mostrare un file pdf. Attenzione, lo browser deve essere settato per visualizzare i pdf altrimenti non funziona.
Codice PHP:
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h1>PDF</h1><br>
<object id="mon_objet" data="TI82STATSBookfre.pdf" type="application/pdf" width="1000" height="800" scrolling="auto" frameborder="1">
Unable to open the PDF file.
</object>
</body>
</html>
Con microsoft edge (su cui pdf è installato) :
170415-003.JPG
Con IE 11 (su cui pdf non è installato) :
170415-004.JPG