How can I view/open a word document in my browser using with PHP or HTML

前端 未结 6 1078
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 09:46

How can I open and view a .doc file extension in my browser? The file is located on my server.

6条回答
  •  独厮守ぢ
    2020-11-30 10:25

    
    

    You will need a browser with a plugin for Office documents installed. I believe Microsoft Office will install one for at least Internet Explorer by default.

    If you want to work without a plugin, then you will need to convert the document to another format — HTML for maximum compatibility. This isn't a trivial operation, especially for complex documents (or even those which just contain images).

提交回复
热议问题