Bullets rendering as empty squares when converting from html to pdf

We are currently using Aspose Words 22.11. When converting HTML

  • elements (bulleted list) to PDF, they turn into empty squares. Note that we have a requirement to set the default font to “Noto Serif”.

    documentBuilder.Document.Styles.DefaultFont.Name = “Noto Serif”;

    Please help. Thanks

  • @jdacz, could you please provide a sample document, the output PDF and a code example that can help us reproduce the issue?

    Hi @dshvydkiy,

    I already resolved the issue. It seems like the problem is the font source folder wherein the solution was to correctly place/locate the symbol ttfs so that it can be located during conversion.

    Thanks

    1 Like