I am trying out the Java code generated in http://webapp.docx4java.org/OnlineDemo/PartsList.html but I am getting the error below:
Word found unreadable content in helloworld.docx Do you want to recover the contents of this document? ...
I attached the template I wish to use in this post and I am saving the document like so:
public class Foo {
public static void main(String[] args) throws Exception {
// Create the package
WordprocessingMLPackage wordMLPackage = new ...