I have 3 files:
- contentFile
- footerFile
- headerFile
All of them are .docx
files.
Using docx4j
, how can I add content of the headerFile
as a header to the pages of contentFile
. I have to do the same with the footerFile
.
I have 3 files:
All of them are .docx
files.
Using docx4j
, how can I add content of the headerFile
as a header to the pages of contentFile
. I have to do the same with the footerFile
.