Hi
I use docx4j to put macros in documents I create in my application. Following code works great with versions 2.8.1 and lower but doesn't work work with newer versions.
What has changed ? I really need to use new version (3.2.1) because of PDF issues but I need my macros too.
What I do now is I take macros from default template and put them in my new documents:
MainDocumentPart wordDocumentPart = output.getMainDocumentPart();
ContentTypeManager ...