Page 2 of 2

Re: Export Document doesn't work when the project is hosted inside Azure cloud

Posted: Tue Oct 23, 2018 7:50 pm
by HighAley
Hello, Jansen.

It seems that the issue is connected with getting font file on Azure.

We have created the FontInfoCreator utility.

This project creates a font info file for the PDF export that allows using the fonts on Azure Web Sites and other servers that have a restriction on access to GDI+.
To use the font info file you should add the information about the necessary fonts to FontsInfoStore with the following:
Stimulsoft.Report.Export.FontsInfoStore.LoadFontInfoToStore("Arial", "Arial.fiz");

This utility allows of getting these files data for the export without the need to use GDI.

Thank you.

Re: Export Document doesn't work when the project is hosted inside Azure cloud

Posted: Wed Oct 24, 2018 5:43 am
by jansenlam
Hi HighAley,

Thank you for your reply. But please note that I already deployed the statement LoadFontInfoToStore using the FontInfoCreator utility.

But it worked only for "Arial" but not "Arial Unicode MS".

I have explained the procedure to reproduce the issue from the previous post.

Regards,
Jansen

Re: Export Document doesn't work when the project is hosted inside Azure cloud

Posted: Fri Oct 26, 2018 1:33 pm
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue.

Thank you.