empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 588 forks source link

Making PDFSharp Compatible With .Net Core #138

Closed Mosilhy closed 1 year ago

Mosilhy commented 3 years ago

I Made The PDFSharp Compatible With .Net Core it throw an exception because some Encoding ALgorithms are missing from .Net Core ( 1252 Encoding ) So I Used ASCII Encoding Which is Compatible With .Net core

ThomasHoevel commented 1 year ago

Encoding.ASCII is not the solution.

ThomasHoevel commented 1 year ago

1252 is still available with .NET 6. PDFsharp 6.0.0 works with .NET 6.