Received the following error merging the atteched file
Expected header drawing, but got something else. Please report this file to word@aspose.com.
My program was performing the following line of code
doc.Save(dstStream, SaveFormat.FormatDocument);
and dstStream is declared as
MemoryStream dstStream = new MemoryStream();