Hello. I have been using docx4j and POI for a couple months now.. docx4j is great!.
my issue is setting the core properties... I basicaly have a "template.docx" file that I load and add a few custom properties and a set a few core properties. The issue is with the core props. I cannot for the life of me figure out how to satisfy the
org.docx4j.docProps.core.CoreProperties.setDescription(javax.xml.bind.JAXBElement<SimpleLiteral> value); method
I have search for 2 days and ...