kingdomofshawn

pdf embed in iframe

Jun 19th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. html, body{
  5. max-width:100%;
  6. max-height:100%;
  7. }
  8. #pdf-stuff {
  9. margin-top:30px;
  10. margin-left: 20%;
  11. margin-right: auto;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id="pdf-stuff">
  17. <object data="http://www.urartuuniversity.com/content_images/pdf-sample.pdf" type="application/pdf" width="80%" height="80%">
  18.  
  19. </object>
  20. </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment