All,
I have very strange scenario in that I have Java Spring Boot application which uses docx4j to read in a docx template, modify the content, and save the result as a docx file. When I start up the application, the first time I generate a document it works correctly. However, if the attempt to generate another one, the resulting document is corrupted, primarily by dropping text boxes and graphic images in the template.
As ...