Word and PDF differ in handling overlapping page header

I have a document in Microsoft word with a page header containing a 1 1/2 inch image. When the page set up has a margin of 1 inch (the default), Microsoft Word shows the body of the document below the page header anyway, but when converted to PDF using Aspose.Word and Aspose.PDF (via

document.Save(outStream, Aspose.Words.SaveFormat.AsposePdf)

the body overlaps the page header.

Do you think this is a bug in Microsoft Word, the Aspose tools, or Acrobat, or none of the above.

Can you please provide the Word document and let us check it?

Here is a file

The “wrapping style” of the image in the header is set to “Tight” which is not supported in Aspose.Pdf and we can’t support it in short time. If you chang the setting to “In line with text” it works.

That make sense. Thanks.