html - Display Adobe pdf inside a div -


i have pdf file user has see , click on "i agree" button. how display pdf inside div?

yes can.

see code following thread 2007: pdf within div

<div>     <object data="test.pdf" type="application/pdf" width="300" height="200">         alt : <a href="test.pdf">test.pdf</a>     </object> </div> 

it uses <object>, can styled css, , can float them, give them borders, etc.

(in end, edited pdf files remove large borders , converted them jpg images.)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -