TH-Soft wrote:
Hi!
Use the GDI build of PDFsharp 6.0 and font handling will be the same as with PDFsharp 1.5.
You only have to use Download-assets.ps1 when you want to compile PDFsharp.
Why not simply use the existing NuGet packages?
Okay, now we're on to something! Clearly I'm doing something wrong here.
I am using the existing nuget packages, not compiling on my own. But the nuget package are not finding the assets (the font Roboto in my case) after upgrading.
I upgraded the nuget package "PDFSharp" from 1.5 til 6.0.0. Is the solution to change nuget package to "PDFSharp-GDI" version 6.0.0?
I thought that "PDFSharp-GDI" was made for use on windows clients (Windows Forms). In our case PDFSharp is run on the backend servers, not on clients.
But I guess it could work anyway.
I will try that out, see what happends.
Thanks for the reply.