How do I render a Word document (.doc, .docx) in the browser using JavaScript?

后端 未结 10 780
难免孤独
难免孤独 2020-11-22 07:32

I have successfully done code to display a PDF file in the browser instead of the \"Open/Save\" dialog. Now, I\'m stuck trying to display a Word document in the browser. I w

10条回答
  •  长发绾君心
    2020-11-22 07:50

    Use Libre Office API Here is an example

    libreoffice --headless --convert-to html docx-file-path --outdir html-dir-path

提交回复
热议问题