afisare pdf in div

Coduri intrebari, probleme legate de HTML, XHTML si CSS
andras
Mesaje: 430

afisare pdf in div

Salut,
Exista o posibilitate sa afisez un fisier .pdf intr-un <div> in pagina? Multumesc.

MarPlo Mesaje: 4343
Salut
Se poate cu elementul <object>. In Mozilla Firefox functioneaza daca la Options /Applications e setat la PDF - "Preview in Firefox".
Cod (testat si in Chrome):

Cod: Selectaţi tot

<div>
<object type="application/pdf" data="adresa/fisier.pdf" width="650" height="500">
 <a href="adresa/fisier.pdf" title="Fisier pdf" target="_blank">Nume Fisier pdf</a>
</object>
</div>

Subiecte similare