Hi,
we use Aspose Cells for Java version 17.8 and Aspose Word for Java version 16.12.0.
We have one excel file with a chart. In this file we use the font “Triglav” (our custom font) into the chart.
Using Aspose Cells, we extract an image of the chart and paste it on the word document with Aspose Word.
If our application server (Wildfly 12.0.0) is installed on Windows machine (Win10 64bit), the system works fine.
If our application server is installed on Linux machine (Ubuntu 16.04 LTS 64bit), the system returns an image of the chart without the font Triglav.
We have installed, the font Triglav, coping the file “ttf” into these directories on Linux machine (As explain at this link https://docs.aspose.com/display/wordsnet/True+Type+Fonts ):
- /usr/share/fonts
- /usr/share/fonts/truetype
- /usr/local/share/fonts
but the issue is present again.
Do you have any idea what could be the possible cause of this issue?
We have installed the font into the wrong directories?
The Aspose Cells version that we have installed have a bug? Is it possible that the issue “CELLSJAVA-42422 - Incorrect font is used in the PDF output of MS Excel chart” fixed on the version 17.11 solve our issue too?
Many thanks in advance.
Giulio