GaryMcRoberts
12 years agoQrew Cadet
Embed a PDF file in an html page
I am trying to embed a PDF document in a code page. I have a PDF that is a reference guide for my Quickbase and I want to use this rather than the standard Quickbase help pages. I want the PDF to open in browser rather than downloading.
I have played with various methods to embed the PDF in the page but all i get is a blank grey box where the PDF should be when i open that page. AM i doing something wrong or is this just not possible in QB?
Below is an example of an HTML method I have tried to display the PDF
<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>