+ 6
Which tag is use in javascript to add PDF??
8 Answers
+ 1
If it is not already do this.
https://support.google.com/chrome/answer/6213030?hl=en
+ 4
thx
+ 4
but, how to enable plugin option in Google Chrome
+ 4
thx
+ 3
its not work
+ 1
I don't understand your question, add PDF could mean anything! Can you explain a little more please?
+ 1
Two Ways:
1) Use HTML embed. Does not work if browser has no pdf viewer or is set to off.
<embed src="myfile.pdf" width="800px" height="2100px" />
2)Uses Google PDF Viewer. Needs active Internet Connection.
<iframe src="http://docs.google.com/gview?url=http://mywebsite/myfile.pdf&embedded=true" style="width:800px; height:2100px;" frameborder="0"></iframe>