Embedding PDF and handling errors.

 avatar
user_9551115
html
3 months ago
214 B
5
Indexable
<object data="./filename.pdf" type="application/pdf" width="500px" height="600px">
  <p>Your web browser doesn't have a PDF plugin.
   <a href="./filename.pdf">click here to download the PDF file.</a></p>
</object>
Editor is loading...
Leave a Comment