Hello,
I work with Aspose Words .NET in version 20.10
When I use the “FontInfos” function to retrieve the fonts used on the document, I end up with other fonts.
On this example, I only use the “Arial” “Font” and yet with “fontInfos”, I get 4 “Calibri, Times New Roman, Arial, Calibri Ligth” fonts. Is there a solution to only have the “Font” used?
Here is my code
var docInfo = new Document(Path.Combine(folder, fileName));
var listeFont = docInfo.FontInfos;
and the file
TestFont.zip (8.6 KB)
Thanks for your help
Sylvain