Convert to PDF =>Missing Font

Hello,
we try to convert a Word-Document (Attachment FrutigerTest.docx) to a PDF (TestFrutiger2.pdf) .
In the word document we use additional fonts (Frutiger 45 Light). This fonts are installed on our system.

But in the created pdf-File these additional font is missing, Times New Roman is used.

Document doc = new Document(@“C:\FrutigerTest.docx”);
PdfSaveOptions options = new PdfSaveOptions();
options.EmbedFullFonts = true;
options.FontEmbeddingMode = PdfFontEmbeddingMode.EmbedAll;
doc.Save(@“C:\TestFrutiger2_fullfonts.pdf”, options);

Aspose.Words 15.2.0.0

What is wrong?
Thx for reply.

Hi Daniel,

Thanks for your inquiry. I suggest you please upgrade to the latest version of Aspose.Words for .NET 15.7.0 and let us know how it goes on your side. Hope this helps you. If you still face problem, please share the font “Frutiger 45 Light” here for investigation purposes. I will investigate the issue on my side and provide you more information.

Hi Tahir,
I updated to 15.7.0 but we have still same behavior.

Attached our font-Files.

Thx for your help.

Hi Daniel,

Thanks for sharing the detail. I
have tested the scenario and have managed to reproduce the same issue
at my side. For the sake of correction, I have logged this problem in
our issue tracking system as WORDSNET-12322. I have linked this forum
thread to the same issue and you will be notified via this forum thread
once this issue is resolved.

We apologize for your inconvenience.