Hi. I have docx4j working well with my application, and I am quite pleased.
However I have a new requirement and can't seem to get it working.
The requirement:
When a user clicks on a button, they are prompted to either open the word file or browse to save it to their system.
What I'm doing:
1) Writing to a String
String wordXML = "";
StringWriter sw = new StringWriter();
org.docx4j.convert.out.xmlPackage.XmlPackage xmlPackage = new ...