Hi,
Same problem here. Aptos is the new default Font in Microsoft Word, so it should work “out of the box” under Windows, but that’s not actually the case. Steps to reproduce the issue :
- Create a new word document using Microsoft Word.
- Add some text and save the document somewhere. The text uses the Aptos font because it is the new default font.
- Convert the document to PDF using Aspose on Windows operating system:
Aspose.Words.Document document =
new Aspose.Words.Document(fileStream);
document.Save(outputStream, Aspose.Words.SaveFormat.Pdf);
- Notice there is a warning during conversion: “Warning: Font ‘Aptos’ has not been found. Using ‘Arial’ font instead. Reason: font info substitution.”
- Open the resulting PDF and notice the font is ‘Arial’ instead of ‘Aptos’
I’m using Windows 11 Professional version 23H2 (04/2025) build 22631.5909 and Aspose.Words version 25.4
edit: I tried to update to Aspose.Words 25.10 and the problem remains.