Page 1 of 1

customXml with Images

PostPosted: Thu Aug 11, 2011 3:25 am
by o_doil_rules
Need direction...

I relatively new to docx4j, but the project looks awesome. I need to generate document, however, I need to add a signature (jpg) to the end of the document. What I want to do, is to use docx4j to inject my customXml into a Word template (dotx) document, but in that customXml have an image. Is this possible?

Re: customXml with Images

PostPosted: Thu Aug 11, 2011 9:54 am
by jason
Sure, search for "picture content control".

data-binding-java-f16/picture-content-control-size-t634.html is a relevant thread.