Hello everyone,
I have a task to add header and footer to our docx files that are created using other free source solution based on Java,
called Jasper Reports.
This solution does not allow adding header/footer so I thought of using docx4j.
Now the problem is that the files exported by Jasper are somehow incomplete or corrupted.
I attached 2 files for example.
The code that I'm trying to use is HeaderFooterCreate. This is working ...