PDF Header different from Word

Hi,

When we have one header in word and save as PDF with Aspose 19.3 the sentence go to center in PDF file.

Attached follow the files and one picture where you can find the difference.

Kind regardsDocHeader.zip (210.4 KB)

@filedoc

Thank you for contacting support.

Would you please share narrowed down code snippet with us so that we may try to reproduce and investigate it in our environment.

Follow the snippet

My code:
dim stream = New MemoryStream(Attachment.Binary)
dim doc = New Aspose.Words.Document(stream)
doc.Save(myfilelocation, Aspose.Words.SaveFormat.Pdf)

@filedoc

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18303. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.