Embedding a PDF using the standards-compliant <object> element is actually rather simple, and looks like this:
<object data="myfile.pdf" type="application/pdf" width="100%" height="100%"> <p>It appears you don't have a PDF plugin for this browser. No biggie... you can <a href="myfile.pdf">click here to download the PDF file.</a></p> </object>
Read full article from PDFObject: Embedding a PDF using HTML markup
No comments:
Post a Comment