我正在尝试在我的网页网络中创建框架,在该框架中文档可以显示为pfd文件,使用它可以正常工作
<embed src="/pdf/../" type='application/pdf' ></embed>
您对如何在浏览器(例如pdf ..)中显示.docx,.pptx和.xlsx文件有任何想法,并且该文件保存在本地 我试图使用这个:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[path to the file]' ></iframe>
但不幸的是,这需要googleDrive或一个驱动器。
我需要一个可以用于保存在本地文件的文件。