I'm trying to get java2word to create .doc files compatible with WPS Office. As it is I have to tweak TestUtils.createLocalDocument() to get the api to write any kind of file but the os doesn't even recognize the file I create. And further it's my understanding that a .doc file is binary whereas myDoc.getContent() is all xml. How do I create a .doc file I can pull up in WPS Office?
I'm trying to get java2word to create .doc files compatible with WPS Office. As it is I have to tweak TestUtils.createLocalDocument() to get the api to write any kind of file but the os doesn't even recognize the file I create. And further it's my understanding that a .doc file is binary whereas myDoc.getContent() is all xml. How do I create a .doc file I can pull up in WPS Office?