Scenario:
> Say, I have a docx file named File1.docx conataining images and tables.
> And another docx file named File2.docx conataining images and tables.
> There can be n # of files.
> I try to upload File1.docx .... Filen.docx to an output file.
>
> I iterate through the body of file1 and add its objects to the output
> file body. In the case of the images, I copy the related binary ...