Posted 24 April 2020, 10:09 am EST
We have an Azure installation using a special Font and configured Font-Factory in web.conf as to your instructions.
We now have the issue, that with the HTTP handler the Report gets rendered correctly:
../Report.rdlx?OutputFormat=pdf
But when we use PdfExport in code:
var exporter = new PdfExport();
exporter.Export(...);
The fonts are not displayed. The Font factory seems to be ignored.
Any idea why?