A checkmark character is changed to an "a" in some cells

On attached file when converted the output has “a” characters instead of the check-mark characters that appear in the excel doc.

Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe this issue and logged it in our database.

This issue has been logged as

  • CELLSNET-45337 - Check marks converted to ‘a’ character when Excel is converted to Pdf

Hi,

Thanks for using Aspose.Cells.

Please check "Marlett" font is installed on your system.

If "Marlett" font is already installed and check marks are still not being converted, please try the following code:

C#
//Windows fonts dir
FontConfigs.SetFontFolder("C:\\Windows\\Fonts", false);
Workbook wb = new Workbook(srcFile);
wb.Save("outFile.pdf");

Ok thanks for the reply. We will attempt the above and see what we get.

Hi,


Thanks for looking in this issue and using Aspose.Cells.

We are hopeful, your issue will be resolved with our suggested font and sample code. But if you still find any issue, feel free to let us know, we will look into it further and help you in resolution of this issue. Have a good day.