We have an issue converting a word Document to pdf with a custom font.
I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code:
string[] fontFolders = FontsLoader.GetFontFolder…...an issue converting a word document to pdf with a custom font...Aspose.Words.Document doc = new Aspose.Words.Document(context.SourcePath);...