<html> <head> <title>Title of the document</title> </head> <body> <h1>PDF Example</h1> <p>Open a PDF file <a href="/uploads/images/fort.pdf">example</a>.</p> </body> </html>
<object data="/images/pdf/fort.pdf" type="application/pdf" width="100%" height="500px">
<p>Unable to display PDF file. <a href="/images/pdf/fort.pdf">Download</a> instead.</p>
</object>
<html> <head> <title>PDF Example by Object Tag</title> </head> <body> <h1>PDF Example by Object Tag</h1> <object data="/uploads/images/pdf/fort.pdf" type="application/pdf" width="100%" height="500px"> <p>Unable to display PDF file. <a href="/uploads/media/default/0001/01/540cb75550adf33f281f29132dddd14fded85bfc.pdf">Download</a> instead.</p> </object> </body> </html>