我需要在本地服务器的浏览器中显示pptx / doc / xlsx文件。 我正在为我的项目使用MEAN 6。 在这里,我尝试了以下代码,但显示“无可用预览”
<iframe src="https://docs.google.com/gview?embedded=true&url=http://localhost:3002/files/GeneralRetailer.pptx#zoom=100" height="600" width="100%"></iframe>
是Google视图仅在打开的URL中起作用。我的项目仅用于本地目的。
如何实现此功能?