ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.08k stars 237 forks source link

Merge improvements from upstream PDFsharp #413

Open Tarek-Hasan opened 11 months ago

Tarek-Hasan commented 11 months ago

Empria software, the original developer of PDFsharp and MigraDoc has recently released version 6.x for .NET 6. It can be found here. You should look into the repo, for improvements you can pull from the upstream project, if possible.

Tarek-Hasan commented 1 month ago

In version 6.2 empria added .NET 8 support.