Printing an OOXML document without MS Word installed

前端 未结 2 647
无人共我
无人共我 2021-01-19 01:29

Is there any way to print an OOXML document (.docx file) without having MS Word installed?

It works nicely via the MS Word interface but I need to find a way to use

相关标签:
2条回答
  • 2021-01-19 01:58

    Well yes and no. Yes it is possible without MSWord but you will need an application or library that understands ooxml. There are many other products now that do support (as pointed out by Devin) but if your requirements says you cannot have any of them on the server then...use a library and do it yourself.

    It will then depend on what platform you are developing in...for instance there is a OOXML4J library for Java. And there are other libraries for other platforms as you will find here.

    0 讨论(0)
  • 2021-01-19 02:18

    I was curious about the answer myself, so I Googled it. Seems there is support in some Novel and IBM products. Here's a link to a partial answer which seems to say support in OpenOffice is in development. http://wiki.services.openoffice.org/wiki/Office_Open_XML

    0 讨论(0)
提交回复
热议问题