Pdf открывается для чтения, потому что в браузер вшит ридер на js (
https://github.com/mozilla/pdf.js/). Чтобы читать doc, надо гуглить "doc js reader". Второй вариант: лить всё в гугл драйв или офис 365, а потом делать вот так:
<iframe src="http://docs.google.com/gview?url=http://remote.url.tld/path/to/document.doc&embedded=true"></iframe>
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=http://remote.url.tld/path/to/document.doc' width='1366px' height='623px' frameborder='0'>This is an embedded <a target='_blank' href='http://office.com'>Microsoft Office</a> document, powered by <a target='_blank' href='http://office.com/webapps'>Office Online</a>.</iframe>
источник