Problem with tab in header

Hi,

please have a look at the provided docx and the converted pdf-file using 14.6.0.0
The text “Muster GmbH” is missplaced.
I used this code:
Aspose.Words.License wLic = new Aspose.Words.License();
wLic.SetLicense(“Aspose.Total.lic”);
Document doc;
doc = new Document(@“C:_Temp\Aspose_Problem\Daten\Kopfzeilen_2_Absaetze.docx”);
doc.Save(@“C:_Temp\Aspose_Problem\Daten\Kopfzeilen_2_Absaetze.docx.pdf”, Aspose.Words.SaveFormat.Pdf);

Could you please check?

Kind regards,
Oliver

Hi Oliver,

Thanks for your inquiry. I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-10581. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.