You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: