Hello,
is there a way to load the content of a .docx in a WordFragment or something similar, to put in the middle of another .docx? (with replaceVariableByWordFragment(), for example)
I would like to avoid merging existing docs: this would require to:
- split my template in 2 docx files
- merge the 1st part of the template + many other .docx + last part of the template
(which is really ugly :-) )
Best regards,