在 iframe 中打开 PPTX 文件

Open PPTX file in iframe

我想打开 .pptx 文件,但是当我打开我的文件进行浏览时,它开始下载文件。为此,我正在使用该代码:-

<iframe src="http://docs.google.com/gview?url=http://download.ppt-to-dvd.com/tem/wedding2.pptx&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>

开始下载文件。但此代码适用于 ppt、potx 请帮助如何显示 .pptx 文件。

您不能在基于此的 iframe 中使用 .pptx 文件thread but you can try this solution,看看这是否能解决您的问题。

这段代码对我有用:-

<iframe src="https://docs.google.com/labnol.org/viewer?url=carbon-choices-lesson.pptx&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>