Hi Guys,
I need help on how to use content control and altChunk together to insert a docx into another docx. I find a useful link talking about this using Open XML SDK. http://devmeat.com/show/172347. Basically it define a content control in template and at run time try to locate the content control and replace it with altChunk.
I tried to do the same thing using docx4j API, I managed to locate the content control, but ...