We have a lot of old 2003 etc. .doc word files. They contain form fields (FORMFIELD objects). When we save them as docx files they still contain these form fields.
Now we try to process them with docx4j to fillout these names fileds with string values. We try FieldsMailMerge from docx4j examples but the content of the form fiels stays empty. After a lot of research we stuck at the same point like http://stackoverflow.com/questions/1167 ... -with-java
Is there any example or documentation for doing this? Or is there any simple documentation for en users how to create word 2007/2010 documents with formfields that cna be processed with java?