WordML2PDF: Table in Header/Footer is misordered

Dear Aspose Team.

I’m converting a wordML file to a PDF file. In the page header is a table with text inside. After converting, the table has partially moved out of right of the document. Do you have any idea?

See code below. WordML is attached.

Thanks for helping.

[C#]

Aspose.Words.Document wordDocument = new Document(wordMLStream, null, LoadFormat.WordML, null);
wordDocument.UpdateFields();
wordDocument.Save(tempDocStream, SaveFormat.AsposePdf);

Aspose.Pdf.Pdf pdfDocument = new Pdf();
pdfDocument.BindXML(tempDocStream, null);
pdfDocument.SetUnicode();
pdfDocument.Save(targetFilename);

Hello Tobias,

Thanks for considering Aspose.

I've tested the scenario and I'm able to notice the same problem. As per my investigation the issue is occurring at Aspose.Words end and it's been communicated to the respective team. They are looking into the details of this problem and will keep you updated with the status of correction.

We apologize for your inconvenience.