Web >> Development >> HTML >> How to embed a PDF document in a HTML page

Sample code: <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> References [1] http://pdfobject.com/markup/