ststeiger / PdfSharpCore

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

refactor (MD5): Remove custom MD5, use inbuilt framework version. #251

Closed jafin closed 2 years ago

jafin commented 2 years ago

Drop Custom MD5, replace with calls to framework implementation Resolves #250