I'm C# developer and have problem with rendering PDF document with web fonts. My document is rendering without font(http://localhost:60757/Home/DownloadPdf), but in my browser rendered view looks good(http://localhost:60757/Home/PdfTemplate). I tried to find a solution and read about fonts(https://jsreport.net/blog/fonts-in-pdf), but I cannot solve it.
I include my github project: https://github.com/Dev781/App
Any ideas?
I notice that your project references a version of
1.x
. I suggest you should update dependencies to2.x
(I tried again and again , but failed when using a version of1.x
):I'm not sure whether there's a bug in the phantom recipe . However , the same code which works with chrome and html will not work on phantom . So I add a recipe of
chrome-pdf
:And now we can add a font and an asset configuration .
Lastly , we can now embedding a base64 encoded font :
I use double
@
here because you will have the template rendered by Razor first .Here's a screenshot it works :