Insert a .docx in another .docx

Hi there! I’m new usisng words and have the next problem. I would like to insert the contents from one docx file into another docx, but I dont know where to start. Can anyone help me?

cheers!

Fortgot to say im using Java

Hi there,

Thanks for your inquiry. Please use Documnt.appendDocument method to join two documents. If you want to insert the document into another document at specific location, please move the cursor to the desired location and insert it using DocumentBuilder.insertDocument method. Please read following article:
Appending Documents

Best Regards,
Tahir Manzoor