While saving the word doc generated using aspose words to a PDF the fonts set do not seem to work.
Even after setting
FontSettings.setDefaultFontName(“Calibri”)
FontSettings.setFontsFolder(“fonts”,false)
The word doc generated seems to be in Calibri but the PDF is not.
In the war the packaged the Calibri font file too (inside folder fonts)
Please suggest