0

I want to display the contents of a Word file in html without installing office. How can i display files like .docs or .xlsx on my page?

How can i show a preview of files like pdf, docx, txt, etc. in another page of the browser? Can i do this by just using html?

<object data="testdoc.docx" type="application/word" width="400" height="300" ></object>
<iframe src="testdoc.docx"></iframe>
Deitsch
  • 1,610
  • 14
  • 28
AFJA
  • 49
  • 1
  • 3
  • https://stackoverflow.com/questions/9678127/how-to-display-excel-sheet-in-html-page – s.kuznetsov Nov 26 '20 at 09:13
  • when the sound file on drive the beacon works well but when the sound file locally it does not work – AFJA Nov 26 '20 at 09:17
  • is there a solution to display this type of file without importing it on google drive because the files are local? – AFJA Nov 26 '20 at 09:46

0 Answers0