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

Stimulsoft Reports.NET discussion
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
jansenlam
Posts: 5
Joined: Thu Oct 18, 2018 5:40 am

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

Post 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
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue.

Thank you.
Post Reply