.Net Core Linux Docker - Problem with Fonts

The issues you have found earlier (filed as PDFNET-44157) have been fixed in Aspose.PDF for .NET 18.4. This message was posted using BugNotificationTool from Downloads module by asad.ali

@aturowski

Adding more to above notification, we would like to share with you that the issue was fixed, but you need to consider some additional changes in your environments, in order to apply complete solution to the problem. You should please install:

  1. libgdiplus package
  2. package with Microsoft compatible fonts: ttf-mscorefonts-installer. (e.g.: sudo apt-get install ttf-mscorefonts-installer)

These fonts should be placed in “/usr/share/fonts/truetype/msttcorefonts” folder (our API scan this folder on Linux like systems). If OS has other default folder for fonts, you should add following command at the beginning of your code:

Aspose.Pdf.Text.FontRepository.Sources.Add(new FolderFontSource("<user's path to ms fonts>"))

In case of any further assistance, please feel free to let us know.

@aturowski,

We have checked Aspose.Email for .NET Core on Docket with Windows and Linux and the API works fine. You can use the .NET Core version of API with Windows and Linux.

The issues you have found earlier (filed as SLIDESNET-37572) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by mudassir.fayyaz

The issues you have found earlier (filed as WORDSNET-16429) have been fixed in this Aspose.Words for .NET 18.9 update and this Aspose.Words for Java 18.9 update.

unable to find " install ttf-mscorefonts-installer " how to resolve this?

@adithya_sai

This is command for Linux based terminal. You can type this in a terminal according to the version of Linux which you are using. This will install MSCore Fonts in the system.