Open Percylevent opened 1 year ago
when I use pdfsharpcore in MAUI , I got a ERROR when running the first step example. Here is the error: System.NotImplementedException: 'FontResolver not implemented for this platform (PdfSharpCore.Utils.FontResolver.cs).'
It seems that you have not implemented a class for the interface IFontResolver.
See more: example implementation from the documentation
Look at my approach with Blazor... I think you'll can find a solution https://github.com/tossnet/Blazor-PdfSharpCore
when I use pdfsharpcore in MAUI , I got a ERROR when running the first step example. Here is the error: System.NotImplementedException: 'FontResolver not implemented for this platform (PdfSharpCore.Utils.FontResolver.cs).'