Header text not centered after saving as PDF

I am having a weird issue where text that is in a header that’s centered comes out left justified after saving to pdf.
I will say that during the process of saving the PDF I am also adding a watermark to the word document.
So it’s possible the problem lies in the adding of the watermark. Though it looks fine as a word document with the watermark added. It’s only after saving to pdf that the header gets messed up.
Below is some of the code I use to add the watermark and save as pdf.

Dim watermarkDoc As Document = ApplyWatermark(watermarkText, theTempPath & OriginalFilename)
watermarkDoc.Save(theTempPath & OriginalFilename)

Dim pdfDoc As Document = New Document(theTempPath & OriginalFilename)
pdfDoc.Save(destinationPath & NewFilename)

The ApplyWatermark routine is from here:
Adding watermark adds blank line to header

Thank you for your time.

Hello

Thanks for your request. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is fixed.
Best regards,

The issues you have found earlier (filed as 23690) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.