Hi,
I have the requirement to copy a header from one document to a set of multiple documents. To do this, I created new HeaderParts and set their JaxbElements from the old HeaderPart's Hdr object. The header's text is getting copied over correctly, but the image that's on the header isn't getting copied over.
To copy the image, I added that image part from the old header to new header. Only one of the documents ...