Hello Team, I am having a word document fonts used for this file is “Aptos Display”. When i am converting this file into PDF, getting below warning.
Aspose Warning Type: “FontSubstitution”,
Description: Font ‘Aptos Display’ has not been found. Using ‘Arial’ font instead. Reason: font info substitution.
I am using latest version of Aspose.
After conversion, formatting of document got distorted. Could you please support me to fix this issue asap.
@MINDNOIDA Aptos is a cloud font, so it is not installed by default and is downloaded by MS Word on demand. Aspose.Words does not download cloud fonts.
The fonts are required to build document layout. If Aspose.Words cannot find the font used in the document, the font is substituted . This might lead into fonts mismatch and document layout differences due to the different fonts metrics. You can implement IWarningCallback to get notifications when font substitution is performed.
Please see our documentation to learn where Aspose.Words looks for fonts:
https://docs.aspose.com/words/net/specifying-truetype-fonts-location/
You can download Aptos fonts from here .