i'm trying to create frame in my page web where the document can be displayed as a file pfd it work properly using
<embed src="/pdf/../" type='application/pdf' ></embed>
Have you any idea about how to make a file .docx , .pptx and .xlsx be displayed in browser such as a pdf .. and the file is saved on my local i trying to use this one:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[path to the file]' ></iframe>
but unfortunately this one need googleDrive or one drive.
I need one that can be using for files saved in my local.