Hi, I also reported this bug (ticket 1595759) which does not appear to be caused by a missing font. Will there be a fix in the pipeline for this?
ADMIN
Dimitar
Posted on:01 Feb 2023 12:33
Hi Sachin,
I have further investigated this and it is caused by a missing font. The document uses the Arial font which is smaller that the default Helvetica font which causes the invalid height. If you register the Arial font there will be no exception:
var fontData = File.ReadAllBytes(@"C:\fonts\\Arial.TTF");
FontsRepository.RegisterFont(new FontFamily("Arial"), FontStyles.Normal, FontWeights.Normal, fontData);
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.