Hi
I'm newly into docx4j and want to create docx from a existing word template like dotx , I want to ask maybe some stupid questions : )
I'm starting to follow the example "TemplateAttach.java". After excuting, the output "OUT_TemplateAttach.docx" is created. But if I have added some additional information like header or footer in the original dotx, those informations will be missed in the output docx, so what can I do, if i want to convert a dotx completely into a docx and also remain all the styles ?
Thank you very much