Doc to pdf, text on top of each other

Hi,

simple Word to PDF.

var wrdf = new Aspose.Words.Document(new MemoryStream(documentResult.Data));
Aspose.Words.Saving.PdfSaveOptions pdfSaveOptions = new Aspose.Words.Saving.PdfSaveOptions();
pdfSaveOptions.Compliance = Aspose.Words.Saving.PdfCompliance.PdfA2a;
wrdf.Save(outputStream, pdfSaveOptions);

failed.png (20.0 KB)
normal.png (8.2 KB)

Titel on top of each other

Can anybody help?

Original
SANA.7z (370.3 KB)

@roggmaeh Thank you for reporting this problem to us. I have managed to reproduce it on my side. For a sake of correction it has been logged as WORDSNET-23628. We will keep you informed and let you know once it is resolved.