Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87561

Re: looking for ways to embed Adobe PDF into website

$
0
0

If this is an HTML site, you would use the <object> tag.

 

<objectdata="myfile.pdf"type="application/pdf"width="100%"height="100%">
 
<p>Alternative text - include a link <ahref="myfile.pdf">to the PDF!</a></p>
</object>


There are also javascript and php options.


Viewing all articles
Browse latest Browse all 87561

Trending Articles