Render docx file in a browser

后端 未结 2 520
栀梦
栀梦 2021-01-29 03:26

I\'m using docx4j to convert a microsoft word document into a pdf then displaying it in a browser http://www.docx4java.org/trac/docx4j and it works well for a preview. The probl

相关标签:
2条回答
  • 2021-01-29 03:56

    Have a play with http://converter-eval.plutext.com/viewer.html

    Consider it an alpha level preview. We haven't quite released it yet, but you will be able to host it behind a firewall.

    It isn't open source, I'm afraid, and we're still working out pricing (and whether/how there could be a free edition).

    0 讨论(0)
  • 2021-01-29 04:03

    If you only need to render a docx document in a browser, u can use Google Documents Viewer for this as :

    <iframe src="http://docs.google.com/gview?url=pathOfDocx&embedded=true" />
    
    0 讨论(0)
提交回复
热议问题