Hi,
I am a new user of docx4j and currently exploring it. I tried to copy header from a docx file to another docx file. The header in the source file contained image as well.
The header from source file was copied to target file but with following issues:
1) image was not copied to the target file. Although the header in target file displayed "image cannot be displayed" in the place of actual image.
2) The formatting of text within header in the target file was not exactly same as source file.
Please advise what i am missing or doing wrong?
i have attached the code along with the source and target files.