PDF file is not opening in <embed>
tag in chrome:
<embed src="http://www.example.com/pdf/100008156325455.pdf" width="510" height="432"/>
This is not working in Google chrome.
Is there is any way to show PDF file for review in all browsers?
PDF file is not opening in <embed>
tag in chrome:
<embed src="http://www.example.com/pdf/100008156325455.pdf" width="510" height="432"/>
This is not working in Google chrome.
Is there is any way to show PDF file for review in all browsers?
Use iframe instead of embed.
<iframe src="http://www.example.com/pdf/100008156325455.pdf" width="510" height="432"/>