How can I render a Word document using Bootstrap and Java Script. I tried all possible ways, but I don't know whether it is possible or not.
I wanted structure like this
Thanks in advance.
How can I render a Word document using Bootstrap and Java Script. I tried all possible ways, but I don't know whether it is possible or not.
I wanted structure like this
Thanks in advance.
If you just want to display a Word document, you could use a workaround as it is described here e.g.
As pointet out in other questions, it is not possible (excluding some exceptions, e.g. as having a plugin installed and configured to open a Word file) to display a Word file in the browser.
Possible ways to get what you want to do are:
There are probably better answer to your question if it would be clearer what you want to achieve.
how to display word document in browser in localhost?
How do I render a Word document (.doc, .docx) in the browser using JavaScript?