How can you edit a word document with Java

后端 未结 6 1736
南方客
南方客 2020-12-09 18:02

How can you edit a word document with Java?

6条回答
  •  误落风尘
    2020-12-09 18:45

    You can use COM to do that also. Use a Java COM interop library like JACOB (JAVA COM BRIDGE): http://sourceforge.net/projects/jacob-project/

    Here is a tutorial using Jacob to talk to MS Word: http://www.land-of-kain.de/docs/jacob/

    The other library that looks promising and that will solve the cross-platform problem is J-Interop: http://www.j-interop.org/.

提交回复
热议问题