Google pdf viewer
Documento con Pdf viewer
Codice HTML
<!DOCTYPE html> <html lang="it" ><head> <meta charset="UTF-8"> <title>Google pdf viewer</title>
</head>
<body>
<div style="text-align:center"> <h2>Documento con Pdf viewer</h2> <iframe src="https://docs.google.com/viewer?url=https://www.puntoinformaticofree.it/resources/Guide/guida-commommark.pdf&embedded=true" frameborder="0" height="500px" width="100%"></iframe> </div>
</body>
</html>