Hi, I got some questions about docx4j and openxml file format, could any one give me some advice?
1. Could I merge multi docx files? (not by altchunk)
For some reasons, I have to create a huge docx file.
In order to enhance the efficiency, I would like to create many subsets of the huge file by multi-threading.
(ex. by chapters, and all of them are docx files.)
then, merge these small subsets into one ...