Posted 11 July 2024, 11:22 am EST
I’m applying some Google fonts (ie. Noto Sans, Noto Serif) to content in my Word template. I’ve tried out some of the methods explained in https://developer.mescius.com/document-solutions/dot-net-word-api/docs/online/font.html but this seems to only work when I’m assigning the font to content that is programmatically added onto the template.
In my implementation, there is no content that is added programmatically; I’m processing Word templates as is, but these additional fonts in my Word templates are getting stripped out. Is there a method or setting to keep these fonts in the output PDF?